Class TLcyDrawingSettings
java.lang.Object
com.luciad.lucy.addons.drawing.format.ALcyDrawingSettings<ILcdGXYView,ILcdGXYLayer>
com.luciad.lucy.addons.drawing.format.TLcyDrawingSettings
- All Implemented Interfaces:
ILcdPropertyChangeSource
Extension of ALcyDrawingSettings
for GXY maps.
- Since:
- 8.2
-
Constructor Summary
ConstructorDescriptionTLcyDrawingSettings
(ILcyLucyEnv aLucyEnv) Creates drawing settings based on the lucy environment. -
Method Summary
Methods inherited from class com.luciad.lucy.addons.drawing.format.ALcyDrawingSettings
addPropertyChangeListener, addPropertyChangeListener, firePropertyChange, getDrawingLayer, getLucyEnv, removePropertyChangeListener, removePropertyChangeListener, setDrawingLayer
-
Constructor Details
-
TLcyDrawingSettings
Creates drawing settings based on the lucy environment.
Warning: typically it is not needed to create instances of this class manually. Use
TLcyDrawingAddOn#getDrawingSettingsForMap
instead.- Parameters:
aLucyEnv
- the Lucy environment- See Also:
-