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

Packages that use Orientation
org.openfaces.component.chart   
org.openfaces.component.chart.impl This package is only for internal usage from within the OpenFaces library. 
org.openfaces.component.input   
org.openfaces.component.output   
 

Uses of Orientation in org.openfaces.component.chart
 

Methods in org.openfaces.component.chart that return Orientation
 Orientation GridChartView.getOrientation()
           
 Orientation GridChartView.getOrientation()
           
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation Orientation.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static Orientation[] Orientation.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
static Orientation[] Orientation.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 Orientation
 void GridChartView.setOrientation(Orientation orientation)
           
 void GridChartView.setOrientation(Orientation orientation)
           
 

Uses of Orientation in org.openfaces.component.chart.impl
 

Methods in org.openfaces.component.chart.impl with parameters of type Orientation
static org.jfree.chart.plot.PlotOrientation PropertiesConverter.toPlotOrientation(Orientation orientation)
           
static org.jfree.chart.plot.PlotOrientation PropertiesConverter.toPlotOrientation(Orientation orientation)
           
 

Uses of Orientation in org.openfaces.component.input
 

Methods in org.openfaces.component.input that return Orientation
 Orientation Slider.getOrientation()
           
 Orientation Slider.getOrientation()
           
 

Methods in org.openfaces.component.input with parameters of type Orientation
 void Slider.setOrientation(Orientation orientation)
           
 void Slider.setOrientation(Orientation orientation)
           
 

Uses of Orientation in org.openfaces.component.output
 

Methods in org.openfaces.component.output that return Orientation
 Orientation LevelIndicator.getOrientation()
           
 Orientation LevelIndicator.getOrientation()
           
 

Methods in org.openfaces.component.output with parameters of type Orientation
 void LevelIndicator.setOrientation(Orientation orientation)
           
 void LevelIndicator.setOrientation(Orientation orientation)
           
 



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