|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.limegroup.gnutella.gui.statistics.panes.GraphAxisData
This class encapsulates data for a given set of graph x and y axis.
GraphBorder
Method Summary | |
int |
getTotalXValues()
Accessor for the total number of x values to display on the x axis. |
int |
getTotalYValues()
Accessor for the total number of y values to display on the y axis. |
java.lang.String |
getXAxisLabel()
Accessor the x axis label. |
int |
getXIncrement()
Accessor for the number of values to include between tick marks on the x axis. |
int |
getXPixelValue()
Accessor for the number of pixels to use per x value. |
java.lang.String |
getYAxisLabel()
Accessor the y axis label. |
int |
getYIncrement()
Accessor for the number of values to include between tick marks on the y axis. |
double |
getYPixelValue()
Accessor for the number of pixels to use per y value. |
int |
getYScale()
Returns the scale for the y axis. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public int getXPixelValue()
public double getYPixelValue()
public int getYScale()
public int getXIncrement()
public int getYIncrement()
public int getTotalXValues()
public int getTotalYValues()
public java.lang.String getXAxisLabel()
public java.lang.String getYAxisLabel()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |