net.sf.dynamicreports.design.definition.chart.plot
Interface DRIDesignAxisFormat

All Known Implementing Classes:
DRDesignAxisFormat

public interface DRIDesignAxisFormat

Author:
Ricardo Mariaca (r.mariaca@dynamicreports.org)

Method Summary
 Color getLabelColor()
           
 DRIDesignExpression getLabelExpression()
           
 DRIDesignFont getLabelFont()
           
 Color getLineColor()
           
 DRIDesignExpression getRangeMaxValueExpression()
           
 DRIDesignExpression getRangeMinValueExpression()
           
 Color getTickLabelColor()
           
 DRIDesignFont getTickLabelFont()
           
 String getTickLabelMask()
           
 Double getTickLabelRotation()
           
 Boolean getVerticalTickLabels()
           
 

Method Detail

getLabelExpression

DRIDesignExpression getLabelExpression()

getLabelFont

DRIDesignFont getLabelFont()

getLabelColor

Color getLabelColor()

getTickLabelFont

DRIDesignFont getTickLabelFont()

getTickLabelColor

Color getTickLabelColor()

getTickLabelMask

String getTickLabelMask()

getVerticalTickLabels

Boolean getVerticalTickLabels()

getTickLabelRotation

Double getTickLabelRotation()

getLineColor

Color getLineColor()

getRangeMinValueExpression

DRIDesignExpression getRangeMinValueExpression()

getRangeMaxValueExpression

DRIDesignExpression getRangeMaxValueExpression()


Copyright © 2010-2014. All Rights Reserved.