net.sf.jasperreports.charts
Interface JRBar3DPlot

All Superinterfaces:
java.lang.Cloneable, JRCategoryAxisFormat, JRChartPlot, JRCloneable, JRValueAxisFormat
All Known Implementing Classes:
JRBaseBar3DPlot, JRDesignBar3DPlot, JRFillBar3DPlot

public interface JRBar3DPlot
extends JRChartPlot, JRCategoryAxisFormat, JRValueAxisFormat

Version:
$Id: JRBar3DPlot.java 3032 2009-08-27 11:32:28Z teodord $
Author:
Flavius Sana (flavius_sana@users.sourceforge.net)

Nested Class Summary
 
Nested classes/interfaces inherited from interface net.sf.jasperreports.engine.JRChartPlot
JRChartPlot.JRSeriesColor
 
Field Summary
 
Fields inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
PROPERTY_CATEGORY_AXIS_TICK_LABEL_ROTATION
 
Method Summary
 JRExpression getCategoryAxisLabelExpression()
           
 JRExpression getDomainAxisMaxValueExpression()
           
 JRExpression getDomainAxisMinValueExpression()
           
 JRItemLabel getItemLabel()
           
 JRExpression getRangeAxisMaxValueExpression()
           
 JRExpression getRangeAxisMinValueExpression()
           
 java.lang.Boolean getShowLabels()
           
 JRExpression getValueAxisLabelExpression()
           
 double getXOffset()
          Deprecated. Replaced by getXOffsetDouble()
 java.lang.Double getXOffsetDouble()
           
 double getYOffset()
          Deprecated. Replaced by getYOffsetDouble()
 java.lang.Double getYOffsetDouble()
           
 boolean isShowLabels()
          Deprecated. Replaced by getShowLabels()
 void setShowLabels(boolean isShowLabels)
          Deprecated. Replaced by setShowLabels(Boolean)
 void setShowLabels(java.lang.Boolean isShowLabels)
           
 void setXOffset(double xOffset)
          Deprecated. Replaced by setXOffset(Double)
 void setXOffset(java.lang.Double xOffset)
           
 void setYOffset(double yOffset)
          Deprecated. Replaced by setYOffset(Double)
 void setYOffset(java.lang.Double yOffset)
           
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlpha, getBackgroundAlphaFloat, getChart, getForegroundAlpha, getForegroundAlphaFloat, getLabelRotation, getLabelRotationDouble, getOrientation, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setBackgroundAlpha, setForegroundAlpha, setForegroundAlpha, setLabelRotation, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from interface net.sf.jasperreports.engine.JRCloneable
clone
 
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryAxisFormat
getCategoryAxisLabelColor, getCategoryAxisLabelFont, getCategoryAxisLineColor, getCategoryAxisTickLabelColor, getCategoryAxisTickLabelFont, getCategoryAxisTickLabelMask, getCategoryAxisTickLabelRotation, getCategoryAxisVerticalTickLabels, getOwnCategoryAxisLabelColor, getOwnCategoryAxisLineColor, getOwnCategoryAxisTickLabelColor, setCategoryAxisTickLabelRotation
 
Methods inherited from interface net.sf.jasperreports.charts.JRValueAxisFormat
getOwnValueAxisLabelColor, getOwnValueAxisLineColor, getOwnValueAxisTickLabelColor, getValueAxisLabelColor, getValueAxisLabelFont, getValueAxisLineColor, getValueAxisTickLabelColor, getValueAxisTickLabelFont, getValueAxisTickLabelMask, getValueAxisVerticalTickLabels
 

Method Detail

getCategoryAxisLabelExpression

JRExpression getCategoryAxisLabelExpression()

getValueAxisLabelExpression

JRExpression getValueAxisLabelExpression()

getRangeAxisMinValueExpression

JRExpression getRangeAxisMinValueExpression()

getRangeAxisMaxValueExpression

JRExpression getRangeAxisMaxValueExpression()

getDomainAxisMinValueExpression

JRExpression getDomainAxisMinValueExpression()

getDomainAxisMaxValueExpression

JRExpression getDomainAxisMaxValueExpression()

getXOffset

double getXOffset()
Deprecated. Replaced by getXOffsetDouble()


getXOffsetDouble

java.lang.Double getXOffsetDouble()

getItemLabel

JRItemLabel getItemLabel()

setXOffset

void setXOffset(double xOffset)
Deprecated. Replaced by setXOffset(Double)


setXOffset

void setXOffset(java.lang.Double xOffset)

getYOffset

double getYOffset()
Deprecated. Replaced by getYOffsetDouble()


getYOffsetDouble

java.lang.Double getYOffsetDouble()

setYOffset

void setYOffset(double yOffset)
Deprecated. Replaced by setYOffset(Double)


setYOffset

void setYOffset(java.lang.Double yOffset)

isShowLabels

boolean isShowLabels()
Deprecated. Replaced by getShowLabels()


getShowLabels

java.lang.Boolean getShowLabels()

setShowLabels

void setShowLabels(boolean isShowLabels)
Deprecated. Replaced by setShowLabels(Boolean)


setShowLabels

void setShowLabels(java.lang.Boolean isShowLabels)


© 2001-2009 Jaspersoft Corporation www.jaspersoft.com