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 TypeClassDescriptionclassThis class represents a TagElement from a DGN file.classThis 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 voidTLcdMIFModelEncoder.write2DText(ILcdText aText, BufferedWriter aBufferedWriter) Writes the givenILcdTextas 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 anILcdTextform givenAttributes.protected ILcdTextTLcdSVGUnStyledLonLatShapeFactory.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 StringTLcdSVGUnStyledShapeWriter.createTextStyleAttribute(ILcdText aText) Creates the style attribute for a text element from aILcd2DEditableText.protected StringTLcdSVGUnStyledShapeWriter.createTextTransformAttribute(ILcdText aText) Creates a rotation attribute.voidSets aStringas the text of anILcdText.voidvoidprotected abstract voidAppends anILcdTextto aStringBuffer.protected voidprotected voidTLcdSVGUnStyledShapeWriter.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 TypeInterfaceDescriptioninterfaceClasses in com.luciad.shape.shape2D that implement ILcdTextModifier and TypeClassDescriptionclassThe 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.