Class TLcdDWGDisplayInfo

java.lang.Object
com.luciad.format.dwg.TLcdDWGDisplayInfo

public class TLcdDWGDisplayInfo extends Object
This class represents the display information of the objects present in DWG files.
  • 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

      public void setLayer(TLcdDWGLayer aLayer)
    • getLayer

      public TLcdDWGLayer 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

      public Color 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

      public void setLineType(TLcdDWGLineType aLineType)
    • getLineType

      public TLcdDWGLineType getLineType()