OFC Charts 3.1


com.oxymel.ofc.charts
Class ChartWithAxisXY

java.lang.Object
  |
  +--com.oxymel.ofc.charts.Chart
        |
        +--com.oxymel.ofc.charts.ChartWithAxisXY
Direct Known Subclasses:
com.oxymel.ofc.charts.BarChart, com.oxymel.ofc.charts.ChartWithAxisXYY, CombinedVerticalBarChartXY, Contour2D, VerticalLinePlot

public abstract class ChartWithAxisXY
extends Chart

This class is the abstract superclass for all char with one axis X and Y.


Fields inherited from class com.oxymel.ofc.charts.Chart
ROTATE_180_DEGREE, ROTATE_270_DEGREE, ROTATE_90_DEGREE, ROTATE_NONE
 
Method Summary
 void setGraphicVisible(boolean isGraphicVisible)
          Sets the internal graphic visibility according to the parameter
 void setIGOriginAxisColor(java.awt.Color axisColor)
          Allows to indicate the color used to draw horizontal and vertical axis at the origine.
 void setInternalGridVisible(boolean isInternalGridVisible)
          Sets the internal grid visibility according to the parameter
 
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
 

Method Detail

setInternalGridVisible

public void setInternalGridVisible(boolean isInternalGridVisible)
Sets the internal grid visibility according to the parameter
Parameters:
isInternalGridVisible - If true then the internal grid is visible otherwise it is not visible.

setGraphicVisible

public void setGraphicVisible(boolean isGraphicVisible)
Sets the internal graphic visibility according to the parameter
Parameters:
isGraphicVisible - If true then the internal graphic is visible otherwise it is not visible.

setIGOriginAxisColor

public void setIGOriginAxisColor(java.awt.Color axisColor)
Allows to indicate the color used to draw horizontal and vertical axis at the origine. Set this value to null (default value) in order to use the same color as the one used to draw the grid.
Parameters:
axisColor - Color

OFC Charts 3.1


Copyright © 2005 Oxymel SA All Rights Reserved.