|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--fsmvis.ColorScales.ColorScales
Class managing a set of colour scales. Color scales should be implemented as classes in the ColorScales package having a static member named 'rgb' which is an array of java.awt.Color. Once implemented, they can be registered in the static initialiser in this class. Use getScale() to get the Colors for a named scale. Use getNames() to get the names of registered scales.
Constructor Summary | |
ColorScales()
|
Method Summary | |
static java.util.Vector |
getNames()
|
static java.awt.Color[] |
getScale(java.lang.String name)
|
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Constructor Detail |
public ColorScales()
Method Detail |
public static java.awt.Color[] getScale(java.lang.String name)
public static java.util.Vector getNames()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |