net.sf.jasperreports.charts
Interface JRYAxisFormat

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

public interface JRYAxisFormat

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

Method Summary
 Color getOwnYAxisLabelColor()
           
 Color getOwnYAxisLineColor()
           
 Color getOwnYAxisTickLabelColor()
           
 Color getYAxisLabelColor()
           
 JRFont getYAxisLabelFont()
           
 Color getYAxisLineColor()
           
 Color getYAxisTickLabelColor()
           
 JRFont getYAxisTickLabelFont()
           
 String getYAxisTickLabelMask()
           
 Boolean getYAxisVerticalTickLabels()
           
 

Method Detail

getYAxisLabelFont

JRFont getYAxisLabelFont()

getYAxisLabelColor

Color getYAxisLabelColor()

getOwnYAxisLabelColor

Color getOwnYAxisLabelColor()

getYAxisTickLabelFont

JRFont getYAxisTickLabelFont()

getYAxisTickLabelColor

Color getYAxisTickLabelColor()

getOwnYAxisTickLabelColor

Color getOwnYAxisTickLabelColor()

getYAxisTickLabelMask

String getYAxisTickLabelMask()

getYAxisVerticalTickLabels

Boolean getYAxisVerticalTickLabels()

getYAxisLineColor

Color getYAxisLineColor()

getOwnYAxisLineColor

Color getOwnYAxisLineColor()


Copyright © 2012. All Rights Reserved.