Uses of Class
org.eclipse.birt.chart.model.attribute.Orientation

Packages that use Orientation
org.eclipse.birt.chart.computation.withaxes This is a placeholder file for the org.eclipse.birt.chart.computation.withaxes package. 
org.eclipse.birt.chart.model Contains the chart model interfaces that define the starting point for creating a new chart. 
org.eclipse.birt.chart.model.attribute Contains attribute interface definitions (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.impl Contains attribute core class implementations (for fonts, fills, lines, etc) for all chart components that may be customized via appropriate accessor methods. 
org.eclipse.birt.chart.model.attribute.util This is a placeholder file for the org.eclipse.birt.chart.model.attribute.util package. 
org.eclipse.birt.chart.model.component Represents a set of chart sub-components (as interfaces) that are used to build a complete chart. 
org.eclipse.birt.chart.model.component.impl Represents a set of chart sub-components (as core implementations) that are used to build a complete chart. 
org.eclipse.birt.chart.model.impl Represents the chart model implementation classes that define the starting point for creating a new chart. 
org.eclipse.birt.chart.model.layout Contains a layout manager capable of arranging a set of blocks associated with the chart representation. 
org.eclipse.birt.chart.model.layout.impl Contains core class implementations for blocks associated with the chart representation. 
 

Uses of Orientation in org.eclipse.birt.chart.computation.withaxes
 

Methods in org.eclipse.birt.chart.computation.withaxes with parameters of type Orientation
 Anchor PlotWithAxes.transposedAnchor(Orientation or, Anchor an)
          Transposes the anchor for a given source orientation
 

Uses of Orientation in org.eclipse.birt.chart.model
 

Methods in org.eclipse.birt.chart.model that return Orientation
 Orientation ChartWithAxes.getOrientation()
          Returns the value of the 'Orientation' attribute.
 

Methods in org.eclipse.birt.chart.model with parameters of type Orientation
 void ChartWithAxes.setOrientation(Orientation value)
          Sets the value of the 'Orientation' attribute.
 

Uses of Orientation in org.eclipse.birt.chart.model.attribute
 

Fields in org.eclipse.birt.chart.model.attribute declared as Orientation
static Orientation Orientation.HORIZONTAL_LITERAL
          The 'Horizontal' literal object.
static Orientation Orientation.VERTICAL_LITERAL
          The 'Vertical' literal object.
 

Methods in org.eclipse.birt.chart.model.attribute that return Orientation
static Orientation Orientation.get(java.lang.String name)
          Returns the 'Orientation' literal with the specified name.
static Orientation Orientation.get(int value)
          Returns the 'Orientation' literal with the specified value.
 

Uses of Orientation in org.eclipse.birt.chart.model.attribute.impl
 

Methods in org.eclipse.birt.chart.model.attribute.impl that return Orientation
 Orientation AttributeFactoryImpl.createOrientationObjectFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 

Uses of Orientation in org.eclipse.birt.chart.model.attribute.util
 

Methods in org.eclipse.birt.chart.model.attribute.util with parameters of type Orientation
 boolean AttributeValidator.validateOrientationObject(Orientation orientationObject, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map context)
           
 

Uses of Orientation in org.eclipse.birt.chart.model.component
 

Methods in org.eclipse.birt.chart.model.component that return Orientation
 Orientation Axis.getOrientation()
          Returns the value of the 'Orientation' attribute.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Orientation
 void Axis.setOrientation(Orientation value)
          Sets the value of the 'Orientation' attribute.
 

Uses of Orientation in org.eclipse.birt.chart.model.component.impl
 

Methods in org.eclipse.birt.chart.model.component.impl that return Orientation
 Orientation AxisImpl.getOrientation()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Orientation
 void AxisImpl.setOrientation(Orientation newOrientation)
           
 

Uses of Orientation in org.eclipse.birt.chart.model.impl
 

Methods in org.eclipse.birt.chart.model.impl that return Orientation
 Orientation ChartWithAxesImpl.getOrientation()
           
 

Methods in org.eclipse.birt.chart.model.impl with parameters of type Orientation
 void ChartWithAxesImpl.setOrientation(Orientation newOrientation)
           
 

Uses of Orientation in org.eclipse.birt.chart.model.layout
 

Methods in org.eclipse.birt.chart.model.layout that return Orientation
 Orientation Legend.getOrientation()
          Returns the value of the 'Orientation' attribute.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Orientation
 void Legend.setOrientation(Orientation value)
          Sets the value of the 'Orientation' attribute.
 

Uses of Orientation in org.eclipse.birt.chart.model.layout.impl
 

Methods in org.eclipse.birt.chart.model.layout.impl that return Orientation
 Orientation LegendImpl.getOrientation()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Orientation
 void LegendImpl.setOrientation(Orientation newOrientation)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.