OFC Charts 3.1


com.oxymel.ofc.charts
Class VerticalLinePlot

java.lang.Object
  |
  +--com.oxymel.ofc.charts.Chart
        |
        +--com.oxymel.ofc.charts.ChartWithAxisXY
              |
              +--com.oxymel.ofc.charts.VerticalLinePlot

public class VerticalLinePlot
extends ChartWithAxisXY

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 com.oxymel.ofc.charts.Chart
drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawAnimateSVG, drawJPEG, drawJPEG, drawPNG, drawPNG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, drawSVG, get3dEffectValue, getAllSeriesOrderByDisplayNumber, getBufferedImage, set3dEffectValue, setBackgroundColorVisible, setColorPalette, setGraphicBackgroundColor, setImageBackgroundColor, setLegendAlignMode, setLegendDisplayMode, setLegendFontSize, setNbPixelFreeArroundImageForPresentation, setRotateValue
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

VerticalLinePlot

public VerticalLinePlot(int chartWidth,
                        int chartHeight,
                        HorizontalNumberAxis axisX,
                        VerticalNumberAxis axisY,
                        Point2DSeriesContainer point2DSeriesContainer)
Constructor
Parameters:
chartWidth - Width of vertical bar chart
chartHeight - Height of vertical bar chart
axisX - Horizontal axis to display categories
axisY - Vertical number axis
point2DSeriesContainer - All series of couple category-value
Method Detail

setPoint2DSeriesContainer

public void setPoint2DSeriesContainer(Point2DSeriesContainer point2DSeriesContainer)
Change data used to draw chart
Parameters:
point2DSeriesContainer - All series of couple category-value

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.