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 CategoryLabelPositions toCategroryLabelPosition(CategoryAxisLabelPosition position)
           
static PlotOrientation toPlotOrientation(Orientation orientation)
           
static java.awt.Stroke toStroke(org.openfaces.renderkit.cssparser.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 PlotOrientation toPlotOrientation(Orientation orientation)

toStroke

public static java.awt.Stroke toStroke(org.openfaces.renderkit.cssparser.StyleBorderModel border)

toCategroryLabelPosition

public static CategoryLabelPositions toCategroryLabelPosition(CategoryAxisLabelPosition position)


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