Interface IColorMap
- All Known Implementing Classes:
- PaperColors, PaperColors2, RandomColorMap, StandardColors
public interface IColorMap
Originally a class to hold the colormap -- now holds other graphics properties,
like line thickness.
getColor
java.awt.Color getColor(java.lang.Integer idx)
getTextColor
java.awt.Color getTextColor(java.lang.Integer nImportance)
getMaxColor
java.lang.Integer getMaxColor()
overridesLineThickness
boolean overridesLineThickness()
getLineThick
int getLineThick()
getFont
java.awt.Font getFont()
- Returns null if this implementation doesn't supply a font
- Returns: