TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DItemContainer
          extended by org.eclipse.tptp.platform.report.core.internal.DPoint
              extended by org.eclipse.tptp.platform.report.core.internal.DPointLink
All Implemented Interfaces:
IDItem, IDLink, 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 DPointLink
extends DPoint
implements IDLink

DPointLink add IDLink ability to a DPoint item.


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.report.core.internal.DPoint
DEF_ACTUAL_POINT, DEF_HOLE_POINT
 
Constructor Summary
DPointLink()
          Deprecated. Construct a link curve item with empty default link.
DPointLink(java.lang.String a_target)
          Deprecated. Construct a link curve item with the link target.
DPointLink(java.lang.String a_method, java.lang.String a_path)
          Deprecated. Construct a link curve item with the link method and path.
 
Method Summary
 IDItem getLinkedItem()
          Deprecated. Returns IDItem associated with this link, this is mandatory for link resolution purpose.
 java.lang.String getTarget()
          Deprecated. Access for the target property.
 void setTarget(java.lang.String a_target)
          Deprecated. Sets target value of a link.
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DPoint
getCoord, getId, getTooltip, getType, setId, setTooltip, setType
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItemContainer
clear, getChildCount, getChildOfClass, getChildPosition, getChildrenOfClass, getFirstChild, getLastChild, insertChild, isContainer, removeChild
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, getAppliedStyle, getIterator, getNext, getParent, getRoot, getStyle, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DPointLink

public DPointLink()
Deprecated. 
Construct a link curve item with empty default link.


DPointLink

public DPointLink(java.lang.String a_target)
Deprecated. 
Construct a link curve item with the link target.


DPointLink

public DPointLink(java.lang.String a_method,
                  java.lang.String a_path)
Deprecated. 
Construct a link curve item with the link method and path. For method, @see IDLink interface.

Method Detail

getTarget

public java.lang.String getTarget()
Deprecated. 
Description copied from interface: IDLink
Access for the target property.

Specified by:
getTarget in interface IDLink
Returns:
the current value of the target property
See Also:
IDLink.getTarget()

setTarget

public void setTarget(java.lang.String a_target)
Deprecated. 
Description copied from interface: IDLink
Sets target value of a link.

Specified by:
setTarget in interface IDLink
See Also:
IDLink.setTarget(java.lang.String)

getLinkedItem

public IDItem getLinkedItem()
Deprecated. 
Description copied from interface: IDLink
Returns IDItem associated with this link, this is mandatory for link resolution purpose. For an IDItem implementing IDLink, just return "this" is good.

Specified by:
getLinkedItem in interface IDLink
Returns:
IDItem associated with this link.
See Also:
IDLink.getLinkedItem()

TPTP 4.5.0 Platform Project
Internal API Specification