|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.core.internal.DCoordAbstract
org.eclipse.tptp.platform.report.core.internal.DCoordObject
org.eclipse.tptp.platform.report.birt).
public class DCoordObject
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.
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 |
|---|
public DCoordObject(DAxis a,
java.lang.Object v)
a - axis of the coordinatev - value of coordinate, a convenient class for DAxis data class.public DCoordObject()
| Method Detail |
|---|
public java.lang.Object getValue(java.lang.Object _p)
getValue(java.lang.Object)public void setValue(java.lang.Object _value)
_value - new value of the coordinate.
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||