|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.formaria.swing.Graph.SelectableArea
public class Graph.SelectableArea
An area of the chart that can be selected, with information about that area
| Field Summary | |
|---|---|
java.awt.geom.Area |
area
The selected area |
java.awt.Color |
color
The displayed color |
java.lang.String |
label
the label (x-value) of this area |
java.lang.String |
series
the series name |
double |
value
the value of this area |
| Constructor Summary | |
|---|---|
Graph.SelectableArea(java.lang.String l,
java.lang.String s,
double v,
java.awt.geom.Area a,
java.awt.Color clr)
Create a new selectable area |
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public double value
public java.lang.String label
public java.lang.String series
public java.awt.geom.Area area
public java.awt.Color color
| Constructor Detail |
|---|
public Graph.SelectableArea(java.lang.String l,
java.lang.String s,
double v,
java.awt.geom.Area a,
java.awt.Color clr)
l - the labels - the series namev - the valuea - the areaclr - the color
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||