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.


Method Summary
 java.awt.Color getColor(java.lang.Integer idx)
           
 java.awt.Font getFont()
          Returns null if this implementation doesn't supply a font
 int getLineThick()
           
 java.lang.Integer getMaxColor()
           
 java.awt.Color getTextColor(java.lang.Integer nImportance)
           
 boolean overridesLineThickness()
           
 

Method Detail

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: