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 Link icon

    • TLcdDWGDisplayInfo Link icon

      public TLcdDWGDisplayInfo(int aColor, double aScale, int aInvisibility, int aLineWeight)
    • TLcdDWGDisplayInfo Link icon

      public TLcdDWGDisplayInfo(long aHandle, TLcdDWGLayer aLayer, int aColor, int aColorTransparency, Color aColorValue, double aScale, int aInvisibility, int aLineWeight, TLcdDWGLineType aLineType)
  • Method Details Link icon

    • setLayer Link icon

      public void setLayer(TLcdDWGLayer aLayer)
    • getLayer Link icon

      public TLcdDWGLayer getLayer()
    • getColor Link icon

      public int getColor()
    • getColorTransparency Link icon

      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 Link icon

      public Color getColorValue()
      Returns:
      The color to be used for elements in this layer.
    • getScale Link icon

      public double getScale()
    • getInvisibility Link icon

      public int getInvisibility()
    • getLineWeight Link icon

      public int getLineWeight()
    • setLineType Link icon

      public void setLineType(TLcdDWGLineType aLineType)
    • getLineType Link icon

      public TLcdDWGLineType getLineType()