Uses of Interface
com.luciad.view.lightspeed.geometry.discretization.ILspShapeDiscretizer
Packages that use ILspShapeDiscretizer
Package
Description
This package provides the
TLcyLspDrawingAddOn.Provides support for the discretization of vector shapes.
Provides support for painting of vector shapes.
-
Uses of ILspShapeDiscretizer in com.luciad.lucy.addons.drawing.lightspeed
Methods in com.luciad.lucy.addons.drawing.lightspeed that return ILspShapeDiscretizerModifier and TypeMethodDescriptionabstract ILspShapeDiscretizerALcyLspDomainObjectSupplier.createShapeDiscretizer(TLspPaintRepresentation aPaintRepresentation) Creates the shape discretizer for the domain objects of the associatedALcyDomainObjectSupplier.ALcyLspShapeSupplier.createShapeDiscretizer(TLspPaintRepresentation aPaintRepresentation) Creates the shape discretizer for the shapes of this supplier instance.TLcyLspSLDDomainObjectSupplier.createShapeDiscretizer(TLspPaintRepresentation aPaintRepresentation) -
Uses of ILspShapeDiscretizer in com.luciad.view.lightspeed.geometry.discretization
Classes in com.luciad.view.lightspeed.geometry.discretization that implement ILspShapeDiscretizer -
Uses of ILspShapeDiscretizer in com.luciad.view.lightspeed.painter.shape
Methods in com.luciad.view.lightspeed.painter.shape that return ILspShapeDiscretizerModifier and TypeMethodDescriptionTLspShapePainter.getShapeDiscretizer()Gets the shape discretizer.Methods in com.luciad.view.lightspeed.painter.shape with parameters of type ILspShapeDiscretizerModifier and TypeMethodDescriptionvoidTLspShapePainter.setShapeDiscretizer(ILspShapeDiscretizer aShapeDiscretizer) Sets the shape discretizer.