Uses of Class
com.luciad.format.dwg.TLcdDWGLineType
Package
Description
Handles the dwg format.
Contains a painter provider for painting DWG shapes on a 2D view.
-
Uses of TLcdDWGLineType in com.luciad.format.dwg
Modifier and TypeMethodDescriptionTLcdDWGModelDescriptor.getDWGLineType
(int aIndex) TLcdDWGDisplayInfo.getLineType()
TLcdDWGLayer.getLineType()
Modifier and TypeMethodDescriptionvoid
TLcdDWGDisplayInfo.setLineType
(TLcdDWGLineType aLineType) void
TLcdDWGLayer.setLineType
(TLcdDWGLineType aLineType) ModifierConstructorDescriptionTLcdDWGDisplayInfo
(long aHandle, TLcdDWGLayer aLayer, int aColor, int aColorTransparency, Color aColorValue, double aScale, int aInvisibility, int aLineWeight, TLcdDWGLineType aLineType) TLcdDWGLayer
(String aName, boolean aIsReferencedXref, int aXrefIndex, boolean aIsDependentOnXref, boolean aIsOn, boolean aIsFrozen, boolean aIsFrozenByDefault, boolean aIsLocked, boolean aIsPlotted, int aColor, int aColorTransparency, Color aColorValue, int aLineWeight, TLcdDWGLineType aLineType) TLcdDWGModelDescriptor
(String aSourceName, TLcdDWGLayer[] aDWGLayers, TLcdDWGLineType[] aDWGLineTypes) Creates a new TLcdDWGModelDescriptor with the given properties and a generic data model.TLcdDWGModelDescriptor
(String aSourceName, String aDisplayName, TLcdDWGLayer[] aDWGLayers, TLcdDWGLineType[] aDWGLineTypes) Creates a new TLcdDWGModelDescriptor with the given properties and a generic data model. -
Uses of TLcdDWGLineType in com.luciad.format.dwg.gxy
Modifier and TypeMethodDescriptionTLcdDWGGXYLineStyle.retrieveLineType
(ILcdDWGShape aDWGShape) Returns the line type to be used for drawing the given DWG element.