Package com.luciad.format.dwg
Class TLcdDWGDisplayInfo
java.lang.Object
com.luciad.format.dwg.TLcdDWGDisplayInfo
This class represents the display information of the objects present in
DWG files.
-
Constructor Summary
ConstructorsConstructorDescriptionTLcdDWGDisplayInfo(int aColor, double aScale, int aInvisibility, int aLineWeight) TLcdDWGDisplayInfo(long aHandle, TLcdDWGLayer aLayer, int aColor, int aColorTransparency, Color aColorValue, double aScale, int aInvisibility, int aLineWeight, TLcdDWGLineType aLineType) -
Method Summary
Modifier and TypeMethodDescriptionintgetColor()intRetrieves the transparency to be used for elements using this display info.intgetLayer()intdoublegetScale()voidsetLayer(TLcdDWGLayer aLayer) voidsetLineType(TLcdDWGLineType aLineType)
-
Constructor Details
-
TLcdDWGDisplayInfo
public TLcdDWGDisplayInfo(int aColor, double aScale, int aInvisibility, int aLineWeight) -
TLcdDWGDisplayInfo
public TLcdDWGDisplayInfo(long aHandle, TLcdDWGLayer aLayer, int aColor, int aColorTransparency, Color aColorValue, double aScale, int aInvisibility, int aLineWeight, TLcdDWGLineType aLineType)
-
-
Method Details
-
setLayer
-
getLayer
-
getColor
public int getColor() -
getColorTransparency
public int getColorTransparency()Retrieves the transparency to be used for elements using this display info.- Returns:
- a value between 0 (fully transparent) and 255 (fully opaque).
-
getColorValue
- Returns:
- The color to be used for elements in this layer.
-
getScale
public double getScale() -
getInvisibility
public int getInvisibility() -
getLineWeight
public int getLineWeight() -
setLineType
-
getLineType
-