net.sf.jasperreports.charts
Interface JRXAxisFormat

All Known Subinterfaces:
JRBubblePlot, JRScatterPlot
All Known Implementing Classes:
JRBaseBubblePlot, JRBaseScatterPlot, JRDesignBubblePlot, JRDesignScatterPlot, JRFillBubblePlot, JRFillScatterPlot

public interface JRXAxisFormat

Version:
$Id: JRXAxisFormat.java 5180 2012-03-29 13:23:12Z teodord $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Method Summary
 Color getOwnXAxisLabelColor()
           
 Color getOwnXAxisLineColor()
           
 Color getOwnXAxisTickLabelColor()
           
 Color getXAxisLabelColor()
           
 JRFont getXAxisLabelFont()
           
 Color getXAxisLineColor()
           
 Color getXAxisTickLabelColor()
           
 JRFont getXAxisTickLabelFont()
           
 String getXAxisTickLabelMask()
           
 Boolean getXAxisVerticalTickLabels()
           
 

Method Detail

getXAxisLabelFont

JRFont getXAxisLabelFont()

getXAxisLabelColor

Color getXAxisLabelColor()

getOwnXAxisLabelColor

Color getOwnXAxisLabelColor()

getXAxisTickLabelFont

JRFont getXAxisTickLabelFont()

getXAxisTickLabelColor

Color getXAxisTickLabelColor()

getOwnXAxisTickLabelColor

Color getOwnXAxisTickLabelColor()

getXAxisTickLabelMask

String getXAxisTickLabelMask()

getXAxisVerticalTickLabels

Boolean getXAxisVerticalTickLabels()

getXAxisLineColor

Color getXAxisLineColor()

getOwnXAxisLineColor

Color getOwnXAxisLineColor()


Copyright © 2012. All Rights Reserved.