org.romaframework.module.chart.jfreechart.domain
Class RenderOptions

java.lang.Object
  extended by org.romaframework.module.chart.jfreechart.domain.RenderOptions
Direct Known Subclasses:
EditableRenderOptions

public class RenderOptions
extends java.lang.Object


Nested Class Summary
static class RenderOptions.LabelOrietation
           
 
Field Summary
static java.lang.String CHART_TYPE_AREA
           
static java.lang.String CHART_TYPE_BAR_CHART
           
static java.lang.String CHART_TYPE_BAR_CHART_3D
           
static java.lang.String CHART_TYPE_LINE
           
static java.lang.String CHART_TYPE_LINE_3D
           
static java.lang.String CHART_TYPE_METER_CHART
           
static java.lang.String CHART_TYPE_MULTIPLE_PIE
           
static java.lang.String CHART_TYPE_MULTIPLE_PIE_3D
           
static java.lang.String CHART_TYPE_SPIDER
           
static java.lang.String CHART_TYPE_STACKED_AREA
           
static java.lang.String CHART_TYPE_STACKED_BAR
           
static java.lang.String CHART_TYPE_STACKED_BAR_3D
           
static java.lang.String CHART_TYPE_XYLINE
           
static org.jfree.chart.plot.PlotOrientation ORIENTATION_HORIZONTAL
           
static org.jfree.chart.plot.PlotOrientation ORIENTATION_VERTICAL
           
 
Constructor Summary
RenderOptions()
           
RenderOptions(int width, int height, java.lang.String chartType, java.lang.String chartTitle, boolean showLegend, java.lang.String xLabel, java.lang.String yLabel, org.jfree.chart.plot.PlotOrientation orientation)
           
 
Method Summary
 java.lang.String getChartTitle()
           
 java.lang.String getChartType()
           
 int getHeight()
           
 RenderOptions.LabelOrietation getLabelOrientation()
           
 org.jfree.chart.plot.PlotOrientation getOrientation()
           
 int getWidth()
           
 java.lang.String getXLabel()
           
 java.lang.String getYLabel()
           
 boolean isShowLegend()
           
 boolean isShowTooltip()
           
static RenderOptions newInstance()
           
 void setShowTooltip(boolean isShowTooltip)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CHART_TYPE_XYLINE

public static final java.lang.String CHART_TYPE_XYLINE
See Also:
Constant Field Values

CHART_TYPE_AREA

public static java.lang.String CHART_TYPE_AREA

CHART_TYPE_BAR_CHART

public static java.lang.String CHART_TYPE_BAR_CHART

CHART_TYPE_METER_CHART

public static java.lang.String CHART_TYPE_METER_CHART

CHART_TYPE_BAR_CHART_3D

public static java.lang.String CHART_TYPE_BAR_CHART_3D

CHART_TYPE_LINE

public static java.lang.String CHART_TYPE_LINE

CHART_TYPE_LINE_3D

public static java.lang.String CHART_TYPE_LINE_3D

CHART_TYPE_MULTIPLE_PIE

public static java.lang.String CHART_TYPE_MULTIPLE_PIE

CHART_TYPE_MULTIPLE_PIE_3D

public static java.lang.String CHART_TYPE_MULTIPLE_PIE_3D

CHART_TYPE_STACKED_AREA

public static java.lang.String CHART_TYPE_STACKED_AREA

CHART_TYPE_STACKED_BAR

public static java.lang.String CHART_TYPE_STACKED_BAR

CHART_TYPE_STACKED_BAR_3D

public static java.lang.String CHART_TYPE_STACKED_BAR_3D

CHART_TYPE_SPIDER

public static java.lang.String CHART_TYPE_SPIDER

ORIENTATION_HORIZONTAL

public static org.jfree.chart.plot.PlotOrientation ORIENTATION_HORIZONTAL

ORIENTATION_VERTICAL

public static org.jfree.chart.plot.PlotOrientation ORIENTATION_VERTICAL
Constructor Detail

RenderOptions

public RenderOptions()

RenderOptions

public RenderOptions(int width,
                     int height,
                     java.lang.String chartType,
                     java.lang.String chartTitle,
                     boolean showLegend,
                     java.lang.String xLabel,
                     java.lang.String yLabel,
                     org.jfree.chart.plot.PlotOrientation orientation)
Method Detail

getOrientation

public org.jfree.chart.plot.PlotOrientation getOrientation()

getXLabel

public java.lang.String getXLabel()

getYLabel

public java.lang.String getYLabel()

getChartTitle

public java.lang.String getChartTitle()

isShowLegend

public boolean isShowLegend()

getWidth

public int getWidth()

getHeight

public int getHeight()

getChartType

public java.lang.String getChartType()

newInstance

public static RenderOptions newInstance()

isShowTooltip

public boolean isShowTooltip()

setShowTooltip

public void setShowTooltip(boolean isShowTooltip)

getLabelOrientation

public RenderOptions.LabelOrietation getLabelOrientation()