Uses of Class
com.luciad.lucy.addons.drawing.format.ALcyDomainObjectSupplier
Packages that use ALcyDomainObjectSupplier
Package
Description
This package provides a new, highly configurable data format.
This package contains the default toolbar for editing drawing models used in the drawing add on.
This package provides the
TLcyLspDrawingAddOn.-
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.format
Subclasses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.formatModifier and TypeClassDescriptionclassImplementation ofALcyDomainObjectSupplierthat works with SLD (Styled Layer Descriptor) styling.Methods in com.luciad.lucy.addons.drawing.format that return ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected ALcyDomainObjectSupplierTLcyDrawingFormat.createDomainObjectSupplier(String aDomainObjectID) Creates theALcyDomainObjectSupplierfor the specified ID.TLcyDrawingFormat.getDomainObjectSupplier(int aIndex) Returns theALcyDomainObjectSupplierat indexaIndex.TLcyDrawingFormat.getDomainObjectSupplierWithID(String aDomainObjectID) Retrieve a domain object supplier by its unique ID.Methods in com.luciad.lucy.addons.drawing.format that return types with arguments of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionTLcyDrawingFormat.getDomainObjectSuppliers()Returns a list containing all the registeredALcyDomainObjectSupplierinstances.Methods in com.luciad.lucy.addons.drawing.format with parameters of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionvoidTLcyDrawingFormat.addDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Shortcut foraddDomainObjectSupplier( aDomainObjectSupplier, ILcyLucyEnv.PRIORITY_DEFAULT );.voidTLcyDrawingFormat.addDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier, int aPriority) Adds the specifiedALcyDomainObjectSupplierto theListof suppliers that are used to create, paint and encode/decode domain objects in the Drawing layers.booleanTLcyDrawingFormat.removeDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Removes a domain object supplier. -
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.gui
Methods in com.luciad.lucy.addons.drawing.gui that return types with arguments of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected final Enumeration<ALcyDomainObjectSupplier> TLcyDrawingToolBarFactory.getAvailableDomainObjectSuppliers()Returns an enumeration of all available domain object suppliers.Methods in com.luciad.lucy.addons.drawing.gui with parameters of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected ILcyActiveSettableTLcyDrawingToolBarFactory.createActiveSettableForDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anILcyActiveSettablefor the given domain object supplier.protected ALcdGXYNewControllerModel2TLcyDrawingToolBarFactory.createNewControllerModelForDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Creates anALcdGXYNewControllerModel2for the givenALcyDomainObjectSupplier.protected ObjectTLcyDrawingToolBarFactory.getActiveSettableContextForDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier, ALcyProperties aProperties) Returns the context with which the dynamic active settable for the domain object supplieraDomainObjectSupplierwill be inserted in the configured action bars.protected ILcyActiveSettableTLcyDrawingToolBarFactory.getActiveSettableForDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Returns theILcyActiveSettablefor the given domain object supplier.protected ALcdGXYNewControllerModel2TLcyDrawingToolBarFactory.getNewControllerModelForDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Returns the new controller model for the given domain object supplier. -
Uses of ALcyDomainObjectSupplier in com.luciad.lucy.addons.drawing.lightspeed
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ALcyDomainObjectSupplierModifier and TypeMethodDescriptionALcyLspDomainObjectSupplier.getDomainObjectSupplier()Returns the GXY counterpart which was passed in the constructorMethods in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyDomainObjectSupplierModifier and TypeMethodDescriptionprotected ALcyLspDomainObjectSupplierTLcyLspDrawingFormat.createLspDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates theALcyLspDomainObjectSupplierfor the specifiedALcyDomainObjectSupplier.Constructors in com.luciad.lucy.addons.drawing.lightspeed with parameters of type ALcyDomainObjectSupplierModifierConstructorDescriptionprotectedALcyLspDomainObjectSupplier(ALcyDomainObjectSupplier aDomainObjectSupplier) Creates a newALcyLspDomainObjectSupplier.