net.sf.dynamicreports.report.builder.chart
Class AxisFormatBuilder
java.lang.Object
net.sf.dynamicreports.report.builder.AbstractBuilder<AxisFormatBuilder,DRAxisFormat>
net.sf.dynamicreports.report.builder.chart.AxisFormatBuilder
- All Implemented Interfaces:
- Serializable
public class AxisFormatBuilder
- extends AbstractBuilder<AxisFormatBuilder,DRAxisFormat>
- 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 |
AxisFormatBuilder
protected AxisFormatBuilder()
setLabel
public AxisFormatBuilder setLabel(String label)
setLabel
public AxisFormatBuilder setLabel(DRIExpression<String> labelExpression)
setLabelFont
public AxisFormatBuilder setLabelFont(FontBuilder labelFont)
setLabelColor
public AxisFormatBuilder setLabelColor(Color labelColor)
setTickLabelFont
public AxisFormatBuilder setTickLabelFont(FontBuilder tickLabelFont)
setTickLabelColor
public AxisFormatBuilder setTickLabelColor(Color tickLabelColor)
setTickLabelMask
public AxisFormatBuilder setTickLabelMask(String tickLabelMask)
setVerticalTickLabels
public AxisFormatBuilder setVerticalTickLabels(Boolean verticalTickLabels)
setTickLabelRotation
public AxisFormatBuilder setTickLabelRotation(Double tickLabelRotation)
setLineColor
public AxisFormatBuilder setLineColor(Color lineColor)
setRangeMinValueExpression
public AxisFormatBuilder setRangeMinValueExpression(Number rangeMinValue)
setRangeMinValueExpression
public AxisFormatBuilder setRangeMinValueExpression(DRIExpression<? extends Number> rangeMinValueExpression)
setRangeMaxValueExpression
public AxisFormatBuilder setRangeMaxValueExpression(Number rangeMaxValue)
setRangeMaxValueExpression
public AxisFormatBuilder setRangeMaxValueExpression(DRIExpression<? extends Number> rangeMaxValueExpression)
getAxisFormat
public DRAxisFormat getAxisFormat()
Copyright © 2010-2014. All Rights Reserved.