|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--rrdService.util.YGrid
The class YGrid makes vertical grid lines appear at grid step interval. Every label factor gridstep, a major grid line is printed, along with label showing the value of the grid line. If you want no y-grid at all use the default constructor
-
RoundRobinGraphic
, Serialized FormField Summary | |
private boolean |
defaultGrid
Default grid |
private int |
gridStep
The grid step of ygrid |
private int |
labelFactor
The label factor of ygrid |
Constructor Summary | |
YGrid()
Default constructor of XGrid |
|
YGrid(int gridStep,
int labelFactor)
Constructor of YGrid |
Method Summary | |
int |
getGridStep()
Returns the grid step of this ygrid |
int |
getLabelFactor()
Returns the label factor of this ygrid |
void |
setGridStep(int gridStep)
Replaces the grid step of this xgrid |
void |
setLabelFactor(int labelFactor)
Replaces the label factor of this xgrid |
java.lang.String |
toString()
Returns a string representation of this ygrid |
Methods inherited from class java.lang.Object |
|
Field Detail |
private boolean defaultGrid
private int gridStep
private int labelFactor
Constructor Detail |
public YGrid()
public YGrid(int gridStep, int labelFactor)
gridStep
- The grid step of ygridlabelFactor
- The label factor of ygridMethod Detail |
public int getGridStep()
public int getLabelFactor()
public void setGridStep(int gridStep)
gridStep
- The grid step of ygrid to setpublic void setLabelFactor(int labelFactor)
gridStep
- The label factor of ygrid to setpublic java.lang.String toString()
toString
in class java.lang.Object
|
Copyright 1885-2001 FIRMENICH SA, Geneva | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |