Uses of Class
com.luciad.format.dwg.TLcdDWGExtendedEntityData
-
Uses of TLcdDWGExtendedEntityData in com.luciad.format.dwg
Modifier and TypeMethodDescriptionILcdDWGShape.getExtendedEntityData()
Returns the extended entity data of this ILcdDWGShape, ornull
if there aren't any.TLcdDWGArc.getExtendedEntityData()
TLcdDWGBlock.getExtendedEntityData()
TLcdDWGCircle.getExtendedEntityData()
TLcdDWGCompositeCurve.getExtendedEntityData()
TLcdDWGCompositeRing.getExtendedEntityData()
TLcdDWGEllipse.getExtendedEntityData()
TLcdDWGFace3D.getExtendedEntityData()
TLcdDWGLine.getExtendedEntityData()
TLcdDWGPoint.getExtendedEntityData()
TLcdDWGPolyline2D.getExtendedEntityData()
TLcdDWGSolid.getExtendedEntityData()
TLcdDWGSurface.getExtendedEntityData()
TLcdDWGText.getExtendedEntityData()
ModifierConstructorDescriptionTLcdDWGArc
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, double aCenterX, double aCenterY, double aRadius, double aRotAngle, double aStartAngle, double aArcAngle) Creates a new TLcdDWGArc with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGArc
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePoint aCenter, double aRadius, double aStartAngle, double aArcAngle) Creates a new TLcdDWGArc with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGBlock
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo) Creates a new TLcdDWGBlock with the given DWG properties and shape properties as specified for TLcdShapeList.TLcdDWGBlock
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, String aName) Creates a new TLcdDWGBlock with the given DWG properties and shape properties as specified for TLcdShapeList.TLcdDWGBlock
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, String aName, ILcdShape[] aShapes) Creates a new TLcdDWGBlock with the given DWG properties and shape properties as specified for TLcdShapeList.TLcdDWGCircle
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, double aCenterX, double aCenterY, double aRadius) Creates a new TLcdDWGCircle with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGCircle
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePoint aCenter, double aRadius) Creates a new TLcdDWGCircle with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGCompositeCurve
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcdCurve[] aCurves, double aLineWidth) Creates a new TLcdDWGCompositeCurve with the given DWG properties and curve segments.TLcdDWGCompositeRing
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcdCurve[] aCurves) Creates a new TLcdDWGCompositeRing with the given DWG properties and curve segments.TLcdDWGEllipse
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, double aCenterX, double aCenterY, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle) Creates a new TLcdDWGEllipse with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGEllipse
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePoint aCenter, double aA, double aB, double aRotAngle, double aStartAngle, double aArcAngle) Creates a new TLcdDWGEllipse with the given DWG properties and shape properties as specified for TLcdXYArc.TLcdDWGFace3D
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePointList aPointList) Creates a new TLcdDWGPolyline2D.TLcdDWGLine
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePoint aStart, ILcd2DEditablePoint aEnd) Creates a new TLcdDWGLine with the given DWG properties and shape properties as specified for TLcdXYPolyline.TLcdDWGPoint
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, double aX, double aY, double aZ) Creates a new TLcdDWGPoint with the given DWG properties and coordinates.TLcdDWGPoint
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcdPoint aPoint) Creates a new TLcdDWGPoint with the given DWG properties and coordinates.TLcdDWGPolyline2D
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePointList aPointList, boolean aClosed) Creates a new TLcdDWGPolyline2D.TLcdDWGPolyline2D
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePointList aPointList, boolean aClosed, double aLineWidth) Creates a new TLcdDWGPolyline2D.TLcdDWGSolid
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcd2DEditablePointList aPointList) Creates a new TLcdDWGPolyline2D.TLcdDWGSurface
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, ILcdCurve[] aCurves) Creates a new TLcdDWGSurface with the given DWG properties and curve segments.TLcdDWGText
(TLcdDWGExtendedEntityData aExtendedEntityData, TLcdDWGDisplayInfo aDisplayInfo, String aText, ILcd2DEditablePoint aLocation, double aCharacterWidth, double aCharacterHeight, int aHorizontalAlignment, int aVerticalAlignment, double aRotAngle) Creates a new TLcdDWGText with the given DWG properties and shape properties as specified for TLcdXYText.