Package com.luciad.format.dgn
Class TLcdDGNColorTable
java.lang.Object
com.luciad.format.dgn.TLcdDGNColorTable
- All Implemented Interfaces:
Serializable
This class represents the color table that is specified inside a DGN file.
- See Also:
-
Constructor Summary
ConstructorDescriptionCreates a new TLcdDGNColorTable with the default colors.TLcdDGNColorTable
(Color[] aColors, String aFilename) Creates a new TLcdDGNColorTable with the given colors and the given file name. -
Method Summary
-
Constructor Details
-
TLcdDGNColorTable
public TLcdDGNColorTable()Creates a new TLcdDGNColorTable with the default colors. -
TLcdDGNColorTable
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
-
getColor
-
getFilename
-