Class TLcyDrawingSymbolizerType
java.lang.Object
com.luciad.lucy.addons.drawing.format.TLcyDrawingSymbolizerType
Enumeration that indicates with which style a shape should be painted.
- Since:
- 8.2
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final TLcyDrawingSymbolizerType
Style with basically only an outline.static final TLcyDrawingSymbolizerType
No style, for example used for a group.static final TLcyDrawingSymbolizerType
Style for a point.static final TLcyDrawingSymbolizerType
Style for a closed shape that is filled and has an outline.static final TLcyDrawingSymbolizerType
Style for a bitmap.static final TLcyDrawingSymbolizerType
Style for text. -
Method Summary
-
Field Details
-
LINE
Style with basically only an outline. -
POLYGON
Style for a closed shape that is filled and has an outline. -
POINT
Style for a point. -
TEXT
Style for text. -
RASTER
Style for a bitmap. -
NO_STYLE
No style, for example used for a group.
-