net.sf.dynamicreports.report.base.chart.plot
Class DRAxisFormat

java.lang.Object
  extended by 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

Constructor Summary
DRAxisFormat()
           
 
Method Summary
 Color getLabelColor()
           
 DRIExpression<String> getLabelExpression()
           
 DRFont getLabelFont()
           
 Color getLineColor()
           
 DRIExpression<? extends Number> getRangeMaxValueExpression()
           
 DRIExpression<? extends Number> getRangeMinValueExpression()
           
 Color getTickLabelColor()
           
 DRFont getTickLabelFont()
           
 String getTickLabelMask()
           
 Double getTickLabelRotation()
           
 Boolean getVerticalTickLabels()
           
 void setLabelColor(Color labelColor)
           
 void setLabelExpression(DRIExpression<String> labelExpression)
           
 void setLabelFont(DRFont labelFont)
           
 void setLineColor(Color lineColor)
           
 void setRangeMaxValueExpression(DRIExpression<? extends Number> rangeMaxValueExpression)
           
 void setRangeMinValueExpression(DRIExpression<? extends Number> rangeMinValueExpression)
           
 void setTickLabelColor(Color tickLabelColor)
           
 void setTickLabelFont(DRFont tickLabelFont)
           
 void setTickLabelMask(String tickLabelMask)
           
 void setTickLabelRotation(Double tickLabelRotation)
           
 void setVerticalTickLabels(Boolean verticalTickLabels)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DRAxisFormat

public DRAxisFormat()
Method Detail

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.