org.openfaces.component.chart.impl
Class PropertiesConverter

java.lang.Object
  extended by org.openfaces.component.chart.impl.PropertiesConverter

public class PropertiesConverter
extends java.lang.Object


Method Summary
static java.awt.Color[] getColors(java.lang.String colorList)
           
static int getSize(java.lang.String pxSize, int defaultSize)
           
static org.jfree.chart.axis.CategoryLabelPositions toCategroryLabelPosition(CategoryAxisLabelPosition position)
           
static LineStyle toLineStyle(StyleBorderModel border)
           
static org.jfree.chart.plot.PlotOrientation toPlotOrientation(Orientation orientation)
           
static java.awt.Stroke toStroke(StyleBorderModel border)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSize

public static int getSize(java.lang.String pxSize,
                          int defaultSize)

getColors

public static java.awt.Color[] getColors(java.lang.String colorList)

toPlotOrientation

public static org.jfree.chart.plot.PlotOrientation toPlotOrientation(Orientation orientation)

toStroke

public static java.awt.Stroke toStroke(StyleBorderModel border)

toLineStyle

public static LineStyle toLineStyle(StyleBorderModel border)

toCategroryLabelPosition

public static org.jfree.chart.axis.CategoryLabelPositions toCategroryLabelPosition(CategoryAxisLabelPosition position)


Copyright © 1998-2010 TeamDev Ltd. All Rights Reserved.