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)

Method Summary
 Color getLabelColor()
           
 DRIExpression<String> getLabelExpression()
           
 DRIFont getLabelFont()
           
 Color getLineColor()
           
 DRIExpression<? extends Number> getRangeMaxValueExpression()
           
 DRIExpression<? extends Number> getRangeMinValueExpression()
           
 Color getTickLabelColor()
           
 DRIFont getTickLabelFont()
           
 String getTickLabelMask()
           
 Double getTickLabelRotation()
           
 Boolean getVerticalTickLabels()
           
 

Method Detail

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.