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