org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface Coordinate


public interface Coordinate

A representation of the model object 'Coordinate'.

The following features are supported:

See Also:
ChartPackage.getCoordinate()
Generated:
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 Axe getAxe()
          Returns the value of the 'Axe' reference.
 double getValue()
          Returns the value of the 'Value' attribute.
 void setAxe(Axe value)
          Sets the value of the 'Axe' reference.
 void setValue(double value)
          Sets the value of the 'Value' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getAxe

Axe getAxe()
Returns the value of the 'Axe' reference.

If the meaning of the 'Axe' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Axe' reference.
See Also:
setAxe(Axe), ChartPackage.getCoordinate_Axe()
Generated:
Model:

setAxe

void setAxe(Axe value)
Sets the value of the 'Axe' reference.

Parameters:
value - the new value of the 'Axe' reference.
See Also:
getAxe()
Generated:

getValue

double getValue()
Returns the value of the 'Value' attribute.

If the meaning of the 'Value' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Value' attribute.
See Also:
setValue(double), ChartPackage.getCoordinate_Value()
Generated:
Model:

setValue

void setValue(double value)
Sets the value of the 'Value' attribute.

Parameters:
value - the new value of the 'Value' attribute.
See Also:
getValue()
Generated: