Uses of Class
com.luciad.lucy.addons.drawing.model.TLcyDrawingStyleRepository
Packages that use TLcyDrawingStyleRepository
Package
Description
The drawing domain objects are styled using SLD.
-
Uses of TLcyDrawingStyleRepository in com.luciad.lucy.addons.drawing.model
Methods in com.luciad.lucy.addons.drawing.model that return TLcyDrawingStyleRepositoryModifier and TypeMethodDescriptionTLcyDrawingModelDescriptor.getDrawingStyleRepository()Returns theTLcyDrawingStyleRepository, associated with this model, and which contains all the permanent available stylesTLcyDrawingStyleRepositoryChangedEvent.getDrawingStyleRepository()Returns theTLcyDrawingStyleRepositorythat is the source of this change event.Methods in com.luciad.lucy.addons.drawing.model with parameters of type TLcyDrawingStyleRepositoryModifier and TypeMethodDescriptionTLcyDrawingDataModelDescriptor.Builder.styleRepository(TLcyDrawingStyleRepository aStyleRepository) Sets the repository containing the SLD styles which can be used by the domain objects.Constructors in com.luciad.lucy.addons.drawing.model with parameters of type TLcyDrawingStyleRepositoryModifierConstructorDescriptionTLcyDrawingDataModelDescriptor(String aSourceName, String aDisplayName, TLcyDrawingStyleRepository aDrawingModelStyle) Deprecated.TLcyDrawingModelDescriptor(String aSourceName, String aDisplayName, TLcyDrawingStyleRepository aDrawingModelStyle) Constructs a newTLcyDrawingModelDescriptorwith the given parametersTLcyDrawingStyleRepositoryChangedEvent(int aID, Object aStyle, TLcyDrawingStyleRepository aDrawingStyleRepository) Creates a newTLcyDrawingStyleRepositoryChangedEvent.
TLcyDrawingDataModelDescriptor.Builderinstead