net.sf.dynamicreports.report.base.chart.plot
Class DRAxisFormat
java.lang.Object
net.sf.dynamicreports.report.base.chart.plot.DRAxisFormat
- All Implemented Interfaces:
- Serializable, DRIAxisFormat
public class DRAxisFormat
- extends Object
- implements DRIAxisFormat
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DRAxisFormat
public DRAxisFormat()
getLabelExpression
public DRIExpression<String> getLabelExpression()
- Specified by:
getLabelExpression
in interface DRIAxisFormat
setLabelExpression
public void setLabelExpression(DRIExpression<String> labelExpression)
getLabelFont
public DRFont getLabelFont()
- Specified by:
getLabelFont
in interface DRIAxisFormat
setLabelFont
public void setLabelFont(DRFont labelFont)
getLabelColor
public Color getLabelColor()
- Specified by:
getLabelColor
in interface DRIAxisFormat
setLabelColor
public void setLabelColor(Color labelColor)
getTickLabelFont
public DRFont getTickLabelFont()
- Specified by:
getTickLabelFont
in interface DRIAxisFormat
setTickLabelFont
public void setTickLabelFont(DRFont tickLabelFont)
getTickLabelColor
public Color getTickLabelColor()
- Specified by:
getTickLabelColor
in interface DRIAxisFormat
setTickLabelColor
public void setTickLabelColor(Color tickLabelColor)
getTickLabelMask
public String getTickLabelMask()
- Specified by:
getTickLabelMask
in interface DRIAxisFormat
setTickLabelMask
public void setTickLabelMask(String tickLabelMask)
getVerticalTickLabels
public Boolean getVerticalTickLabels()
- Specified by:
getVerticalTickLabels
in interface DRIAxisFormat
setVerticalTickLabels
public void setVerticalTickLabels(Boolean verticalTickLabels)
getTickLabelRotation
public Double getTickLabelRotation()
- Specified by:
getTickLabelRotation
in interface DRIAxisFormat
setTickLabelRotation
public void setTickLabelRotation(Double tickLabelRotation)
getLineColor
public Color getLineColor()
- Specified by:
getLineColor
in interface DRIAxisFormat
setLineColor
public void setLineColor(Color lineColor)
setRangeMinValueExpression
public void setRangeMinValueExpression(DRIExpression<? extends Number> rangeMinValueExpression)
getRangeMinValueExpression
public DRIExpression<? extends Number> getRangeMinValueExpression()
- Specified by:
getRangeMinValueExpression
in interface DRIAxisFormat
setRangeMaxValueExpression
public void setRangeMaxValueExpression(DRIExpression<? extends Number> rangeMaxValueExpression)
getRangeMaxValueExpression
public DRIExpression<? extends Number> getRangeMaxValueExpression()
- Specified by:
getRangeMaxValueExpression
in interface DRIAxisFormat
Copyright © 2010-2014. All Rights Reserved.