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

Packages that use Anchor
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.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.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 Anchor in org.eclipse.birt.chart.computation.withaxes
 

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

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

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

Fields in org.eclipse.birt.chart.model.attribute declared as Anchor
static Anchor Anchor.NORTH_LITERAL
          The 'North' literal object.
static Anchor Anchor.NORTH_EAST_LITERAL
          The 'North East' literal object.
static Anchor Anchor.EAST_LITERAL
          The 'East' literal object.
static Anchor Anchor.SOUTH_EAST_LITERAL
          The 'South East' literal object.
static Anchor Anchor.SOUTH_LITERAL
          The 'South' literal object.
static Anchor Anchor.SOUTH_WEST_LITERAL
          The 'South West' literal object.
static Anchor Anchor.WEST_LITERAL
          The 'West' literal object.
static Anchor Anchor.NORTH_WEST_LITERAL
          The 'North West' literal object.
 

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

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

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

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

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

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

Methods in org.eclipse.birt.chart.model.component that return Anchor
 Anchor MarkerRange.getLabelAnchor()
          Returns the value of the 'Label Anchor' attribute.
 Anchor MarkerLine.getLabelAnchor()
          Returns the value of the 'Label Anchor' attribute.
 Anchor CurveFitting.getLabelAnchor()
          Returns the value of the 'Label Anchor' attribute.
 

Methods in org.eclipse.birt.chart.model.component with parameters of type Anchor
 void MarkerRange.setLabelAnchor(Anchor value)
          Sets the value of the ' Label Anchor' attribute.
 void MarkerLine.setLabelAnchor(Anchor value)
          Sets the value of the ' Label Anchor' attribute.
 void CurveFitting.setLabelAnchor(Anchor value)
          Sets the value of the 'Label Anchor' attribute.
 

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

Methods in org.eclipse.birt.chart.model.component.impl that return Anchor
 Anchor MarkerRangeImpl.getLabelAnchor()
           
 Anchor MarkerLineImpl.getLabelAnchor()
           
 Anchor CurveFittingImpl.getLabelAnchor()
           
 

Methods in org.eclipse.birt.chart.model.component.impl with parameters of type Anchor
 void MarkerRangeImpl.setLabelAnchor(Anchor newLabelAnchor)
           
 void MarkerLineImpl.setLabelAnchor(Anchor newLabelAnchor)
           
 void CurveFittingImpl.setLabelAnchor(Anchor newLabelAnchor)
           
 

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

Methods in org.eclipse.birt.chart.model.layout that return Anchor
 Anchor Block.getAnchor()
          Returns the value of the 'Anchor' attribute.
 

Methods in org.eclipse.birt.chart.model.layout with parameters of type Anchor
 void Block.setAnchor(Anchor value)
          Sets the value of the 'Anchor' attribute.
 

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

Methods in org.eclipse.birt.chart.model.layout.impl that return Anchor
 Anchor BlockImpl.getAnchor()
           
 

Methods in org.eclipse.birt.chart.model.layout.impl with parameters of type Anchor
 void BlockImpl.setAnchor(Anchor newAnchor)
           
 



Copyright © 2005 Actuate Corp. All rights reserved.