This article lists the the common ILcdGXYPainterStyle
implementations in LuciadLightspeed.
These styles can be set on just about every painter in LuciadLightspeed.
Note that all styles accept transparent or translucent colors.
TLcdGXYPainterColorStyle
-
simplest
ILcdGXYPainterStyle
implementation. It allows you to set a different color for selected and unselected objects and can be both used as line style and fill style. TLcdStrokeLineStyle
-
draws lines with a given stroke and color.
TLcdStrokeLineStyleBuilder
contains convenience methods to build common strokes. TLcdGXYComplexStroke
-
draws lines with one or more provided custom patterns. See Complex strokes in GXY views for more information on setting up such this style.
TLcdGXYHatchedFillStyle
-
fills areas by hatching them with a given line width and color.