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 TypeClassDescriptionclassThis is the abstract superclass forTLcdSVGUnStyledShapeWriter.classThis class is an implementation ofILcdSVGShapeWriterto write aILcdShapedown without extra properties like color, line-width, etc...Methods in com.luciad.format.svg that return ILcdSVGShapeWriterModifier and TypeMethodDescriptionTLcdSVGModelEncoder.getSVGShapeWriter()Gets theILcdSVGShapeWriterthat is used to write the shapes.Methods in com.luciad.format.svg with parameters of type ILcdSVGShapeWriterModifier and TypeMethodDescriptionvoidTLcdSVGModelEncoder.setSVGShapeWriter(ILcdSVGShapeWriter aShapeWriter) Sets aILcdSVGShapeWriterto this encoder.