net.sf.jasperreports.charts
Interface JRBar3DPlot

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

public interface JRBar3DPlot
extends JRCategoryPlot

Version:
$Id: JRBar3DPlot.java 5180 2012-03-29 13:23:12Z 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
 JRItemLabel getItemLabel()
           
 java.lang.Boolean getShowLabels()
           
 java.lang.Double getXOffsetDouble()
           
 java.lang.Double getYOffsetDouble()
           
 void setShowLabels(java.lang.Boolean isShowLabels)
           
 void setXOffset(java.lang.Double xOffset)
           
 void setYOffset(java.lang.Double yOffset)
           
 
Methods inherited from interface net.sf.jasperreports.charts.JRCategoryPlot
getCategoryAxisLabelExpression, getDomainAxisMaxValueExpression, getDomainAxisMinValueExpression, getRangeAxisMaxValueExpression, getRangeAxisMinValueExpression, getValueAxisLabelExpression
 
Methods inherited from interface net.sf.jasperreports.engine.JRChartPlot
addSeriesColor, clearSeriesColors, clone, collectExpressions, getBackcolor, getBackgroundAlphaFloat, getChart, getForegroundAlphaFloat, getLabelRotationDouble, getOrientation, getOrientationValue, getOwnBackcolor, getSeriesColors, setBackcolor, setBackgroundAlpha, setForegroundAlpha, setLabelRotation, setOrientation, 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

getXOffsetDouble

java.lang.Double getXOffsetDouble()

getItemLabel

JRItemLabel getItemLabel()

setXOffset

void setXOffset(java.lang.Double xOffset)

getYOffsetDouble

java.lang.Double getYOffsetDouble()

setYOffset

void setYOffset(java.lang.Double yOffset)

getShowLabels

java.lang.Boolean getShowLabels()

setShowLabels

void setShowLabels(java.lang.Boolean isShowLabels)


© 2001-2010 Jaspersoft Corporation www.jaspersoft.com