org.romaframework.module.chart.jfreechart.helper
Class RenderOptionsHelper

java.lang.Object
  extended by org.romaframework.module.chart.jfreechart.helper.RenderOptionsHelper

public class RenderOptionsHelper
extends java.lang.Object


Field Summary
static RenderOptions RENDER_OPTIONS_BAR_3D_500
           
static RenderOptions RENDER_OPTIONS_BAR_ICON
           
static RenderOptions RENDER_OPTIONS_METER_500
           
static RenderOptions RENDER_OPTIONS_METER_ICON
           
static RenderOptions RENDER_OPTIONS_PIE_500
           
static RenderOptions RENDER_OPTIONS_PIE_ICON
           
static RenderOptions RENDER_OPTIONS_SPIDER_500
           
static RenderOptions RENDER_OPTIONS_SPIDER_ICON
           
 
Constructor Summary
RenderOptionsHelper()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

RENDER_OPTIONS_PIE_ICON

public static RenderOptions RENDER_OPTIONS_PIE_ICON

RENDER_OPTIONS_SPIDER_ICON

public static RenderOptions RENDER_OPTIONS_SPIDER_ICON

RENDER_OPTIONS_BAR_ICON

public static RenderOptions RENDER_OPTIONS_BAR_ICON

RENDER_OPTIONS_METER_ICON

public static RenderOptions RENDER_OPTIONS_METER_ICON

RENDER_OPTIONS_PIE_500

public static RenderOptions RENDER_OPTIONS_PIE_500

RENDER_OPTIONS_SPIDER_500

public static RenderOptions RENDER_OPTIONS_SPIDER_500

RENDER_OPTIONS_BAR_3D_500

public static RenderOptions RENDER_OPTIONS_BAR_3D_500

RENDER_OPTIONS_METER_500

public static RenderOptions RENDER_OPTIONS_METER_500
Constructor Detail

RenderOptionsHelper

public RenderOptionsHelper()