TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Interface IDCoord

All Known Implementing Classes:
DCoord, DCoordAbstract, DCoordObject

Deprecated. As of TPTP 4.5.0, use the TPTP Business Intelligence and Reporting Tools (BIRT) reporting infrastructure (org.eclipse.tptp.platform.report.birt).

public interface IDCoord

Defines minimal requirement a coordinate on a axis have to provide.

See Also:
DAxis, DCoord, DCoordObject

Method Summary
 DAxis getAxis()
          Deprecated.  
 java.lang.Object getValue(java.lang.Object _param)
          Deprecated.  
 void setAxis(DAxis axis)
          Deprecated. Change the current axis this coordinate belongs to.
 void setValue(java.lang.Object _value)
          Deprecated. Change the current value of coordinate.
 

Method Detail

getAxis

DAxis getAxis()
Deprecated. 
Returns:
axis from which this coordinate belongs, must not be null.

getValue

java.lang.Object getValue(java.lang.Object _param)
Deprecated. 
Returns:
the value stored in this coordinate. if parameter is a suitable instance, implementor can choose to reuse this instance rather than allocate another object.

setValue

void setValue(java.lang.Object _value)
Deprecated. 
Change the current value of coordinate. Do nothing if _value's class isn't known (can't be handled) by IDCoord.


setAxis

void setAxis(DAxis axis)
Deprecated. 
Change the current axis this coordinate belongs to.


TPTP 4.5.0 Platform Project
Internal API Specification