Uses of Interface
org.eclipse.modisco.utils.chart.metamodel.chart.Axe

Packages that use Axe
org.eclipse.modisco.utils.chart.metamodel.chart   
org.eclipse.modisco.utils.chart.metamodel.chart.util   
 

Uses of Axe in org.eclipse.modisco.utils.chart.metamodel.chart
 

Methods in org.eclipse.modisco.utils.chart.metamodel.chart that return Axe
 Axe chartFactory.createAxe()
          Returns a new object of class 'Axe'.
 Axe Coordinate.getAxe()
          Returns the value of the 'Axe' reference.
 

Methods in org.eclipse.modisco.utils.chart.metamodel.chart with parameters of type Axe
 void Coordinate.setAxe(Axe value)
          Sets the value of the 'Axe' reference.
 

Uses of Axe in org.eclipse.modisco.utils.chart.metamodel.chart.util
 

Methods in org.eclipse.modisco.utils.chart.metamodel.chart.util with parameters of type Axe
 T chartSwitch.caseAxe(Axe object)
          Returns the result of interpreting the object as an instance of 'Axe'.