ar.com.fdvs.dj.domain.chart.plot
Class AbstractCategoryAxisPlot
java.lang.Object
ar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
- All Implemented Interfaces:
- Entity, Serializable
- Direct Known Subclasses:
- AreaPlot, Bar3DPlot, BarPlot, LinePlot
public abstract class AbstractCategoryAxisPlot
- extends AbstractPlot
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
AbstractCategoryAxisPlot
public AbstractCategoryAxisPlot()
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-2009 FDV Solutions. All Rights Reserved.