Uses of Interface
com.luciad.format.svg.ILcdSVGShapeWriter
-
Uses of ILcdSVGShapeWriter in com.luciad.format.svg
Modifier 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...Modifier and TypeMethodDescriptionTLcdSVGModelEncoder.getSVGShapeWriter()
Gets theILcdSVGShapeWriter
that is used to write the shapes.Modifier and TypeMethodDescriptionvoid
TLcdSVGModelEncoder.setSVGShapeWriter
(ILcdSVGShapeWriter aShapeWriter) Sets aILcdSVGShapeWriter
to this encoder.