ar.com.fdvs.dj.domain.chart.plot
Class AbstractCategoryAxisPlot

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
          extended by ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
All Implemented Interfaces:
Entity, java.io.Serializable
Direct Known Subclasses:
AreaPlot, Bar3DPlot, BarPlot, LinePlot

public abstract class AbstractCategoryAxisPlot
extends AbstractPlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
AbstractCategoryAxisPlot()
           
 
Method Summary
 DJAxisFormat getCategoryAxisFormat()
          Returns the category axis format.
 DJAxisFormat getValueAxisFormat()
          Returns the value axis format.
 void setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
          Sets the category axis format.
 void setValueAxisFormat(DJAxisFormat valueAxisFormat)
          Sets the value axis format.
 
Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors, transform
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractCategoryAxisPlot

public AbstractCategoryAxisPlot()
Method Detail

setCategoryAxisFormat

public void setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
Sets the category axis format.

Parameters:
categoryAxisFormat - the category axis format

getCategoryAxisFormat

public DJAxisFormat getCategoryAxisFormat()
Returns the category axis format.

Returns:
the category axis format

setValueAxisFormat

public void setValueAxisFormat(DJAxisFormat valueAxisFormat)
Sets the value axis format.

Parameters:
valueAxisFormat - the value axis format

getValueAxisFormat

public DJAxisFormat getValueAxisFormat()
Returns the value axis format.

Returns:
the value axis format


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.