Uses of Class
org.openfaces.component.chart.LegendPosition

Packages that use LegendPosition
org.openfaces.component.chart   
 

Uses of LegendPosition in org.openfaces.component.chart
 

Methods in org.openfaces.component.chart that return LegendPosition
 LegendPosition ChartLegend.getPosition()
           
 LegendPosition ChartLegend.getPosition()
           
static LegendPosition LegendPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LegendPosition LegendPosition.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static LegendPosition[] LegendPosition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static LegendPosition[] LegendPosition.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in org.openfaces.component.chart with parameters of type LegendPosition
 void ChartLegend.setPosition(LegendPosition position)
           
 void ChartLegend.setPosition(LegendPosition position)
           
 



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