|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||
java.lang.Object | +--MonkeyBoyGraph
| Field Summary | |
java.awt.Color |
axisDataLblColor
Color of the graph's axis data labels. |
java.awt.Color |
axisLabelColor
Color of the graph's axis labels. |
int |
axisLabelDataSize
The size of the font for the axis data labels. Default: 12 |
int |
axisLabelSize
The size of the font for the axis labels. |
java.lang.String |
axisLabelX
The label for the X-axis - Default: None. |
java.lang.String |
axisLabelY
The label for the Y-axis - Default: None. |
java.awt.Color |
axisLinesColor
Color of the graph's axis lines. |
int |
axisOffsetX
The number of pixel the actual graph is in from the left and right edge. |
int |
axisOffsetY
The number of pixel the actual graph is in from the bottom and top. |
java.awt.Color |
bgColor
Background color for the canvas. |
java.awt.Color |
dataColor
Color of the graph's data. |
char[][] |
dataSetPie
The data labels for the pie graph. |
int |
dataSets
The number of datasets. |
long[] |
dataSetX
The first data set. |
long[] |
dataSetY
The second data set. |
java.awt.Color |
graphColor
Color of the graph's background. |
java.lang.String |
graphTitle
The title of the graph - Default: None. |
int |
graphType
The graph type. |
boolean |
gridLines
Gridlines flag. |
java.awt.Color |
gridLinesColor
Color of the graph's gridlines. |
boolean |
plotDataPoints
Plot Data Points flag. |
java.awt.Color |
titleColor
Color of the graph's title. |
int |
titleSize
The size of the title font - Default: 12 |
int |
xTicks
The number of tick marks for the X-axis |
int |
yTicks
The number of tick marks for the Y-axis |
| Constructor Summary | |
MonkeyBoyGraph()
Constructor in which sets the graph's size to the default 320x240 pixels |
|
MonkeyBoyGraph(int graphWidth,
int graphHeight)
Constructor in which sets the graph's size to (graphWidth)x(graphHeight) pixels |
|
| Method Summary | |
boolean |
createGraph(java.lang.String fileName)
Actually creates the graph. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public java.lang.String graphTitle
public int titleSize
public java.lang.String axisLabelX
public java.lang.String axisLabelY
public int axisLabelSize
public char[][] dataSetPie
public long[] dataSetX
public long[] dataSetY
public int dataSets
public int xTicks
public int yTicks
public int axisOffsetX
public int axisOffsetY
public int axisLabelDataSize
public int graphType
public boolean plotDataPoints
public boolean gridLines
public java.awt.Color bgColor
public java.awt.Color graphColor
public java.awt.Color titleColor
public java.awt.Color axisLinesColor
public java.awt.Color axisLabelColor
public java.awt.Color axisDataLblColor
public java.awt.Color gridLinesColor
public java.awt.Color dataColor
| Constructor Detail |
public MonkeyBoyGraph()
public MonkeyBoyGraph(int graphWidth,
int graphHeight)
| Method Detail |
public boolean createGraph(java.lang.String fileName)
|
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||