|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectar.com.fdvs.dj.domain.DJBaseElement
ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
public abstract class AbstractCategoryAxisPlot
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 |
---|
public AbstractCategoryAxisPlot()
Method Detail |
---|
public void setCategoryAxisFormat(DJAxisFormat categoryAxisFormat)
categoryAxisFormat
- the category axis formatpublic DJAxisFormat getCategoryAxisFormat()
public void setValueAxisFormat(DJAxisFormat valueAxisFormat)
valueAxisFormat
- the value axis formatpublic DJAxisFormat getValueAxisFormat()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |