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

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.BarPlot
All Implemented Interfaces:
Entity, java.io.Serializable

public class BarPlot
extends AbstractCategoryAxisPlot

See Also:
Serialized Form

Field Summary
 
Fields inherited from interface ar.com.fdvs.dj.domain.entities.Entity
SERIAL_VERSION_UID
 
Constructor Summary
BarPlot()
           
 
Method Summary
 java.lang.Boolean getShowLabels()
          Returns the labels visibility.
 java.lang.Boolean getShowTickLabels()
          Returns the tick labels visibility.
 java.lang.Boolean getShowTickMarks()
          Returns the tick marks visibility.
 void setShowLabels(java.lang.Boolean showLabels)
          Sets the labels visibility.
 void setShowTickLabels(java.lang.Boolean showTickLabels)
          Sets the tick labels visibility.
 void setShowTickMarks(java.lang.Boolean showTickMarks)
          Sets the tick marks visibility.
 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

BarPlot

public BarPlot()
Method Detail

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

setShowTickLabels

public void setShowTickLabels(java.lang.Boolean showTickLabels)
Sets the tick labels visibility.

Parameters:
showTickLabels - the tick labels visibility

getShowTickLabels

public java.lang.Boolean getShowTickLabels()
Returns the tick labels visibility.

Returns:
the tick labels visibility

setShowTickMarks

public void setShowTickMarks(java.lang.Boolean showTickMarks)
Sets the tick marks visibility.

Parameters:
showTickMarks - the tick marks visibility

getShowTickMarks

public java.lang.Boolean getShowTickMarks()
Returns the tick marks visibility.

Returns:
the tick marks 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.