|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.jinsight.jetchart.LabelsZone
A labels zone is a color filled polygon horizontally or vertically painted across
the chart area. A labels zone delimits an area between two labels, consecutive or
not.
Only two dimensional charts display labels zones.
| Field Summary | |
static int |
BEHIND
This constant is used to place the labels zone behind the grid. |
static int |
FRONT
This constant is used to place the labels zone in front of the grid. |
| Constructor Summary | |
LabelsZone()
Default constructor of the LabelsZone class. |
|
LabelsZone(int startIndex,
int endIndex)
Constructor of the LabelsZone class. |
|
| Method Summary | |
protected void |
finalize()
|
void |
setColor(java.awt.Color color)
Sets the color of the labels zone area. |
void |
setIndexes(int startIndex,
int endIndex)
Sets the start and end indexes of a LabelsZone object. |
static void |
setPosition(int position)
Sets the position where all labels zones are painted. |
| Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static final int FRONT
public static final int BEHIND
| Constructor Detail |
public LabelsZone()
public LabelsZone(int startIndex,
int endIndex)
startIndex - An integer value.endIndex - An integer value.Graph.setLabels(java.lang.String[])| Method Detail |
public void setIndexes(int startIndex,
int endIndex)
startIndex - An integer value.endIndex - An integer value.Graph.setLabels(java.lang.String[])public void setColor(java.awt.Color color)
color - A Color object.public static void setPosition(int position)
position - An integer value.FRONT,
BEHIND
protected void finalize()
throws java.lang.Throwable
java.lang.Throwable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||