Uses of Interface
com.luciad.format.svg.ILcdSVGShapeWriter
Packages that use ILcdSVGShapeWriter
-
Uses of ILcdSVGShapeWriter in com.luciad.format.svg
Classes in com.luciad.format.svg that implement ILcdSVGShapeWriterModifier and TypeClassDescriptionclass
This is the abstract superclass forTLcdSVGUnStyledShapeWriter
.class
This class is an implementation ofILcdSVGShapeWriter
to write aILcdShape
down without extra properties like color, line-width, etc...Methods in com.luciad.format.svg that return ILcdSVGShapeWriterModifier and TypeMethodDescriptionTLcdSVGModelEncoder.getSVGShapeWriter()
Gets theILcdSVGShapeWriter
that is used to write the shapes.Methods in com.luciad.format.svg with parameters of type ILcdSVGShapeWriterModifier and TypeMethodDescriptionvoid
TLcdSVGModelEncoder.setSVGShapeWriter
(ILcdSVGShapeWriter aShapeWriter) Sets aILcdSVGShapeWriter
to this encoder.