Uses of Interface
com.luciad.shape.ILcdText
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcdText -
Uses of ILcdText in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcdTextModifier 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
Classes in com.luciad.format.dwg that implement ILcdText -
Uses of ILcdText in com.luciad.format.mif
Methods in com.luciad.format.mif with parameters of type ILcdTextModifier and TypeMethodDescriptionprotected void
TLcdMIFModelEncoder.write2DText
(ILcdText aText, BufferedWriter aBufferedWriter) Writes the givenILcdText
as a TEXT. -
Uses of ILcdText in com.luciad.format.svg
Methods in com.luciad.format.svg that return ILcdTextModifier 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) Methods in com.luciad.format.svg with parameters of type ILcdTextModifier 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
Subinterfaces of ILcdText in com.luciad.shape.shape2DModifier and TypeInterfaceDescriptioninterface
Classes in com.luciad.shape.shape2D that implement ILcdTextModifier and TypeClassDescriptionclass
The default implementation ofILcd2DEditableText
.
Although it was designed for cartesian space, it can also be used in geodetic space.Constructors in com.luciad.shape.shape2D with parameters of type ILcdTextModifierConstructorDescriptionTLcdXYText
(ILcdText aText) Constructs a new text, initialized to match the values of the specified text.