net.sf.jasperreports.charts
Interface JRBarPlot

All Superinterfaces:
JRChartPlot
All Known Implementing Classes:
JRBaseBarPlot, JRDesignBarPlot, JRFillBarPlot

public interface JRBarPlot
extends JRChartPlot

Version:
$Id: JRBarPlot.java 1384 2006-09-06 00:27:41 +0300 (Wed, 06 Sep 2006) bklawans $
Author:
Teodor Danciu (teodord@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Method Summary
 java.awt.Color getCategoryAxisLabelColor()
           
 JRExpression getCategoryAxisLabelExpression()
           
 JRFont getCategoryAxisLabelFont()
           
 java.awt.Color getCategoryAxisLineColor()
           
 java.awt.Color getCategoryAxisTickLabelColor()
           
 JRFont getCategoryAxisTickLabelFont()
           
 java.lang.String getCategoryAxisTickLabelMask()
           
 java.awt.Color getValueAxisLabelColor()
           
 JRExpression getValueAxisLabelExpression()
           
 JRFont getValueAxisLabelFont()
           
 java.awt.Color getValueAxisLineColor()
           
 java.awt.Color getValueAxisTickLabelColor()
           
 JRFont getValueAxisTickLabelFont()
           
 java.lang.String getValueAxisTickLabelMask()
           
 boolean isShowLabels()
           
 boolean isShowTickLabels()
           
 boolean isShowTickMarks()
           
 void setShowLabels(boolean isShowLabels)
           
 void setShowTickLabels(boolean isShowTickLabels)
           
 void setShowTickMarks(boolean isShowTickMarks)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, collectExpressions, getBackcolor, getBackgroundAlpha, getForegroundAlpha, getLabelRotation, getOrientation, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation
 

Method Detail

getCategoryAxisLabelExpression

JRExpression getCategoryAxisLabelExpression()

getCategoryAxisLabelFont

JRFont getCategoryAxisLabelFont()

getCategoryAxisLabelColor

java.awt.Color getCategoryAxisLabelColor()

getCategoryAxisTickLabelFont

JRFont getCategoryAxisTickLabelFont()

getCategoryAxisTickLabelColor

java.awt.Color getCategoryAxisTickLabelColor()

getCategoryAxisTickLabelMask

java.lang.String getCategoryAxisTickLabelMask()

getCategoryAxisLineColor

java.awt.Color getCategoryAxisLineColor()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getValueAxisLabelFont

JRFont getValueAxisLabelFont()

getValueAxisLabelColor

java.awt.Color getValueAxisLabelColor()

getValueAxisTickLabelFont

JRFont getValueAxisTickLabelFont()

getValueAxisTickLabelColor

java.awt.Color getValueAxisTickLabelColor()

getValueAxisTickLabelMask

java.lang.String getValueAxisTickLabelMask()

getValueAxisLineColor

java.awt.Color getValueAxisLineColor()

isShowTickMarks

boolean isShowTickMarks()

setShowTickMarks

void setShowTickMarks(boolean isShowTickMarks)

isShowTickLabels

boolean isShowTickLabels()

setShowTickLabels

void setShowTickLabels(boolean isShowTickLabels)

isShowLabels

boolean isShowLabels()

setShowLabels

void setShowLabels(boolean isShowLabels)


© 2001-2006 JasperSoft Corporation www.jaspersoft.com