TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.core.internal
Class DCoordObject

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DCoordAbstract
      extended by org.eclipse.tptp.platform.report.core.internal.DCoordObject
All Implemented Interfaces:
IDCoord, IDItem, IDObject

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 class DCoordObject
extends DCoordAbstract

An Object coordinate on an axis, designed to be a child of a DPoint. You're responsible that the stored object is suitable for DAxis data class. Use this IDCoord implementation to store Date coordinate, in this case value is an instance of java.util.Date.

See Also:
DPoint, DAxis

Constructor Summary
DCoordObject()
          Deprecated. Create unusable unknown coordinate on an inexistent axis.
DCoordObject(DAxis a, java.lang.Object v)
          Deprecated. Create coordinate on an axis.
 
Method Summary
 java.lang.Object getValue(java.lang.Object _p)
          Deprecated.  
 void setValue(java.lang.Object _value)
          Deprecated. Change the value of the coordinate (no clone nor copy is done).
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DCoordAbstract
addChild, clear, getAppliedStyle, getAxis, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setAxis, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCoordObject

public DCoordObject(DAxis a,
                    java.lang.Object v)
Deprecated. 
Create coordinate on an axis.

Parameters:
a - axis of the coordinate
v - value of coordinate, a convenient class for DAxis data class.

DCoordObject

public DCoordObject()
Deprecated. 
Create unusable unknown coordinate on an inexistent axis. Becarefull using this constructor, you mus provide axis/value calling setAxis(), setValue().

Method Detail

getValue

public java.lang.Object getValue(java.lang.Object _p)
Deprecated. 
Returns:
current value directly.
See Also:
getValue(java.lang.Object)

setValue

public void setValue(java.lang.Object _value)
Deprecated. 
Change the value of the coordinate (no clone nor copy is done).

Parameters:
_value - new value of the coordinate.

TPTP 4.5.0 Platform Project
Internal API Specification