public abstract class AbstractCategoryAxisPlot extends AbstractPlot
SERIAL_VERSION_UID
Constructor and Description |
---|
AbstractCategoryAxisPlot() |
Modifier and Type | Method and Description |
---|---|
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.
|
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors, transform
public void setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
categoryAxisFormat
- the category axis formatpublic DJAxisFormat getCategoryAxisFormat()
public void setValueAxisFormat(DJAxisFormat valueAxisFormat)
valueAxisFormat
- the value axis formatpublic DJAxisFormat getValueAxisFormat()
Copyright © 2006–2015 FDV Solutions. All rights reserved.