Package com.luciad.lucy.addons.drawing.model
package com.luciad.lucy.addons.drawing.model
The drawing domain objects are styled using SLD. This style is used during painting and contains the correct fill color, font information, icons, etc. Some of those styles are permanently available and are stored in a style repository. This package contains this repository and the corresponding event to notify listeners of changes made to that repository.
This package also contains the ILcdModelDescriptor
which is used by the models created
by the TLcyDrawingFormat
.
- Since:
- 8.2
-
ClassDescriptionListener that can be attached to a
TLcyDrawingStyleRepository
.Extension ofTLcyDrawingModelDescriptor
which also implementsILcdDataModelDescriptor
.Builder class forTLcyDrawingDataModelDescriptor
instances.TheILcdModelDescriptor
used by the models created by theTLcyDrawingFormat
when specified in the configuration file of the drawing add-on.A repository for SLD styles to contain styles which are permanently available.Event fired when aTLcyDrawingStyleRepository
is changed.