Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableText
Package
Description
Handles the cgm format.
Handles the dgn format.
Handles the dwg format.
Three-dimensional shapes that can be changed in two dimensions.
Painter and editor classes for rendering and visually editing objects in an ILcdGXYView.
Provides support for interactive editing of domain objects in a model.
-
Uses of ILcd2DEditableText in com.luciad.format.cgm
-
Uses of ILcd2DEditableText 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 ILcd2DEditableText in com.luciad.format.dwg
-
Uses of ILcd2DEditableText in com.luciad.shape.shape2D
Modifier and TypeClassDescriptionclass
The default implementation ofILcd2DEditableText
.
Although it was designed for cartesian space, it can also be used in geodetic space. -
Uses of ILcd2DEditableText in com.luciad.view.gxy.painter
Modifier and TypeMethodDescriptionprotected void
TLcdGXYTextPainter.getText
(ILcdGXYContext aGXYContext, ILcd2DEditableText aTextSFCT) Gets a new text for theILcd2DEditableText
object.protected boolean
TLcdGXYTextPainter.linkToSnapTarget
(Graphics aGraphics, ILcd2DEditableText aTextSFCT, int aTouchedCorner, ILcdGXYContext aGXYContext) Sets the specified corner point at the given snap target, if the snap target is accepted. -
Uses of ILcd2DEditableText in com.luciad.view.lightspeed.editor
Modifier and TypeMethodDescriptionprotected ALspEditHandle
TLspTextEditor.createObjectTranslationHandle
(ILcd2DEditableText aText, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.