Class TLcdDWGLayer

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

public class TLcdDWGLayer extends Object
This class represents the display information of the objects present in DWG files.
  • Constructor Details Link icon

    • TLcdDWGLayer Link icon

      public TLcdDWGLayer()
    • TLcdDWGLayer Link icon

      public 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)
  • Method Details Link icon

    • setName Link icon

      public void setName(String aName)
    • getName Link icon

      public String getName()
    • setReferencedXref Link icon

      public void setReferencedXref(boolean aIsReferencedXref)
    • isReferencedXref Link icon

      public boolean isReferencedXref()
    • setXrefIndex Link icon

      public void setXrefIndex(int aXrefIndex)
    • getXrefIndex Link icon

      public int getXrefIndex()
    • setDependentOnXref Link icon

      public void setDependentOnXref(boolean aIsDependentOnXref)
    • isDependentOnXref Link icon

      public boolean isDependentOnXref()
    • setFrozen Link icon

      public void setFrozen(boolean aIsFrozen)
    • isFrozen Link icon

      public boolean isFrozen()
    • setOn Link icon

      public void setOn(boolean aIsOn)
    • isOn Link icon

      public boolean isOn()
    • setFrozenByDefault Link icon

      public void setFrozenByDefault(boolean aIsFrozenByDefault)
    • isFrozenByDefault Link icon

      public boolean isFrozenByDefault()
    • setLocked Link icon

      public void setLocked(boolean aIsLocked)
    • isLocked Link icon

      public boolean isLocked()
    • setPlotted Link icon

      public void setPlotted(boolean aIsPlotted)
    • isPlotted Link icon

      public boolean isPlotted()
    • setColor Link icon

      public void setColor(int aColor)
    • getColor Link icon

      public int getColor()
    • getColorTransparency Link icon

      public int getColorTransparency()
      Retrieves the transparency to be used for elements in this layer.
      Returns:
      a value between 0 (fully transparent) and 255 (fully opaque).
    • setColorTransparency Link icon

      public void setColorTransparency(int aColorTransparency)
      Sets the transparency to be used for elements in this layer.
      Parameters:
      aColorTransparency - 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.
    • setColorValue Link icon

      public void setColorValue(Color aColorValue)
      Sets the color to be used for elements in this layer.
      Parameters:
      aColorValue - The color to be used.
    • setLineWeight Link icon

      public void setLineWeight(int aLineWeight)
    • getLineWeight Link icon

      public int getLineWeight()
    • setLineType Link icon

      public void setLineType(TLcdDWGLineType aLineType)
    • getLineType Link icon

      public TLcdDWGLineType getLineType()