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

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

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

Methods in org.eclipse.modisco.utils.chart.metamodel.internal.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.internal.chart with parameters of type Axe
 void Coordinate.setAxe(Axe value)
          Sets the value of the 'Axe' reference.