Class TLcdDGNColorTable

java.lang.Object
com.luciad.format.dgn.TLcdDGNColorTable
All Implemented Interfaces:
Serializable

public class TLcdDGNColorTable extends Object implements Serializable
This class represents the color table that is specified inside a DGN file.
See Also:
  • Constructor Details

    • TLcdDGNColorTable

      public TLcdDGNColorTable()
      Creates a new TLcdDGNColorTable with the default colors.
    • TLcdDGNColorTable

      public TLcdDGNColorTable(Color[] aColors, String aFilename)
      Creates a new TLcdDGNColorTable with the given colors and the given file name.
      Parameters:
      aColors - an array containing 256 Color objects. The background color is specified last.
      aFilename - the file name from which the colors originate.
  • Method Details

    • getBackgroundColor

      public Color getBackgroundColor()
    • getColor

      public Color getColor(int aIndex)
    • getFilename

      public String getFilename()