|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.oxymel.ofc.charts.Chart | +--com.oxymel.ofc.charts.ChartWithAxisXY | +--com.oxymel.ofc.charts.VerticalLinePlot
This class provides a vertical line plot
Fields inherited from class com.oxymel.ofc.charts.Chart |
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE |
Constructor Summary | |
VerticalLinePlot(int chartWidth,
int chartHeight,
HorizontalNumberAxis axisX,
VerticalNumberAxis axisY,
Point2DSeriesContainer point2DSeriesContainer)
Constructor |
Method Summary | |
void |
setPoint2DSeriesContainer(Point2DSeriesContainer point2DSeriesContainer)
Change data used to draw chart |
Methods inherited from class com.oxymel.ofc.charts.ChartWithAxisXY |
setGraphicVisible, setIGOriginAxisColor, setInternalGridVisible |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public VerticalLinePlot(int chartWidth, int chartHeight, HorizontalNumberAxis axisX, VerticalNumberAxis axisY, Point2DSeriesContainer point2DSeriesContainer)
chartWidth
- Width of vertical bar chartchartHeight
- Height of vertical bar chartaxisX
- Horizontal axis to display categoriesaxisY
- Vertical number axispoint2DSeriesContainer
- All series of couple category-valueMethod Detail |
public void setPoint2DSeriesContainer(Point2DSeriesContainer point2DSeriesContainer)
point2DSeriesContainer
- All series of couple category-value
|
OFC Charts 3.1 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |