|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnet.sf.jtreemap.swing.ColorProvider
public abstract class ColorProvider
Abstract class with the methods who attribute color to the elements of JTreeMap.
| Constructor Summary | |
|---|---|
ColorProvider()
|
|
| Method Summary | |
|---|---|
abstract java.awt.Color |
getColor(Value value)
get the associated color to the value. |
abstract javax.swing.JPanel |
getLegendPanel()
get a legend JPanel. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public ColorProvider()
| Method Detail |
|---|
public abstract java.awt.Color getColor(Value value)
value - double value
public abstract javax.swing.JPanel getLegendPanel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||