Uses of Interface
com.luciad.shape.ILcdText
Package
Description
Handles the cgm format.
Handles the dgn format.
Handles the dwg format.
Handles MapInfo formats: the binary map format and the ASCII mif
format.
Handles the svg format.
Three-dimensional shapes that can be changed in two dimensions.
-
Uses of ILcdText in com.luciad.format.cgm
-
Uses of ILcdText in com.luciad.format.dgn
Modifier and TypeClassDescriptionclass
This class represents a TagElement from a DGN file.class
This class represents a Text2D from a DGN file. -
Uses of ILcdText in com.luciad.format.dwg
-
Uses of ILcdText in com.luciad.format.mif
Modifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DText
(ILcdText aText, BufferedWriter aBufferedWriter) Writes the givenILcdText
as a TEXT. -
Uses of ILcdText in com.luciad.format.svg
Modifier and TypeMethodDescriptionILcdSVGShapeFactory.createText
(Attributes aAttributes) Creates anILcdText
form givenAttributes
.protected ILcdText
TLcdSVGUnStyledLonLatShapeFactory.createText
(double aX, double aY, double aCharacterwidth, double aCharacterheight, int aHor_alignment, int aVert_alignment, double aRotation) Modifier and TypeMethodDescriptionprotected String
TLcdSVGUnStyledShapeWriter.createTextStyleAttribute
(ILcdText aText) Creates the style attribute for a text element from aILcd2DEditableText
.protected String
TLcdSVGUnStyledShapeWriter.createTextTransformAttribute
(ILcdText aText) Creates a rotation attribute.void
Sets aString
as the text of anILcdText
.void
void
protected abstract void
Appends anILcdText
to aStringBuffer
.protected void
protected void
TLcdSVGUnStyledShapeWriter.writeTextProperties
(ILcdText aText, Writer aTarget) Writes properties specific to a text object: the position of the text (x,y) the angle of the text . -
Uses of ILcdText in com.luciad.shape.shape2D
Modifier and TypeInterfaceDescriptioninterface
Modifier and TypeClassDescriptionclass
The default implementation ofILcd2DEditableText
.
Although it was designed for cartesian space, it can also be used in geodetic space.ModifierConstructorDescriptionTLcdXYText
(ILcdText aText) Constructs a new text, initialized to match the values of the specified text.