net.sf.dynamicreports.report.definition.chart.plot
Interface DRIAxisFormat
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- DRAxisFormat
public interface DRIAxisFormat
- extends Serializable
- Author:
- Ricardo Mariaca (r.mariaca@dynamicreports.org)
getLabelExpression
DRIExpression<String> getLabelExpression()
getLabelFont
DRIFont getLabelFont()
getLabelColor
Color getLabelColor()
getTickLabelFont
DRIFont getTickLabelFont()
getTickLabelColor
Color getTickLabelColor()
getTickLabelMask
String getTickLabelMask()
getVerticalTickLabels
Boolean getVerticalTickLabels()
getTickLabelRotation
Double getTickLabelRotation()
getLineColor
Color getLineColor()
getRangeMinValueExpression
DRIExpression<? extends Number> getRangeMinValueExpression()
getRangeMaxValueExpression
DRIExpression<? extends Number> getRangeMaxValueExpression()
Copyright © 2010-2014. All Rights Reserved.