ar.com.fdvs.dj.domain.chart.plot
Class Bar3DPlot

java.lang.Object
  extended by ar.com.fdvs.dj.domain.DJBaseElement
      extended by ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
          extended by ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
              extended by ar.com.fdvs.dj.domain.chart.plot.Bar3DPlot
All Implemented Interfaces:
Entity, java.io.Serializable

public class Bar3DPlot
extends AbstractCategoryAxisPlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
Bar3DPlot()
           
 
Method Summary
 java.lang.Boolean getShowLabels()
          Returns the labels visibility.
 java.lang.Double getXOffset()
          Returns the x offset.
 java.lang.Double getYOffset()
          Returns the y offset.
 void setShowLabels(java.lang.Boolean showLabels)
          Sets the labels visibility.
 void setXOffset(java.lang.Double xOffset)
          Sets the x offset.
 void setYOffset(java.lang.Double yOffset)
          Sets the y offset.
 void transform(DynamicJasperDesign design, net.sf.jasperreports.engine.JRChartPlot plot, java.lang.String name)
           
 
Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractCategoryAxisPlot
getCategoryAxisFormat, getValueAxisFormat, setCategoryAxisFormat, setValueAxisFormat
 
Methods inherited from class ar.com.fdvs.dj.domain.chart.plot.AbstractPlot
addSeriesColor, clearSeriesColors, getLabelRotation, getOrientation, getSeriesColors, setLabelRotation, setOrientation, setSeriesColors
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Bar3DPlot

public Bar3DPlot()
Method Detail

setXOffset

public void setXOffset(java.lang.Double xOffset)
Sets the x offset.

Parameters:
xOffset - the x offset

getXOffset

public java.lang.Double getXOffset()
Returns the x offset.

Returns:
the x offset

setYOffset

public void setYOffset(java.lang.Double yOffset)
Sets the y offset.

Parameters:
yOffset - the y offset

getYOffset

public java.lang.Double getYOffset()
Returns the y offset.

Returns:
the y offset

setShowLabels

public void setShowLabels(java.lang.Boolean showLabels)
Sets the labels visibility.

Parameters:
showLabels - the labels visibility

getShowLabels

public java.lang.Boolean getShowLabels()
Returns the labels visibility.

Returns:
the labels visibility

transform

public void transform(DynamicJasperDesign design,
                      net.sf.jasperreports.engine.JRChartPlot plot,
                      java.lang.String name)
Overrides:
transform in class AbstractPlot


Copyright © 2006-2011 FDV Solutions. All Rights Reserved.