Uses of Interface
com.luciad.shape.shape2D.ILcd2DEditableText
Packages that use 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
Classes in com.luciad.format.cgm that implement ILcd2DEditableText -
Uses of ILcd2DEditableText in com.luciad.format.dgn
Classes in com.luciad.format.dgn that implement ILcd2DEditableTextModifier and TypeClassDescriptionclassThis class represents a TagElement from a DGN file.classThis class represents a Text2D from a DGN file. -
Uses of ILcd2DEditableText in com.luciad.format.dwg
Classes in com.luciad.format.dwg that implement ILcd2DEditableText -
Uses of ILcd2DEditableText in com.luciad.shape.shape2D
Classes in com.luciad.shape.shape2D that implement ILcd2DEditableTextModifier and TypeClassDescriptionclassThe 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
Methods in com.luciad.view.gxy.painter with parameters of type ILcd2DEditableTextModifier and TypeMethodDescriptionprotected voidTLcdGXYTextPainter.getText(ILcdGXYContext aGXYContext, ILcd2DEditableText aTextSFCT) Gets a new text for theILcd2DEditableTextobject.protected booleanTLcdGXYTextPainter.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
Methods in com.luciad.view.lightspeed.editor with parameters of type ILcd2DEditableTextModifier and TypeMethodDescriptionprotected ALspEditHandleTLspTextEditor.createObjectTranslationHandle(ILcd2DEditableText aText, TLspEditContext aContext) Creates an edit handle that allows the user to translate the given shape.