TPTP 4.6.0 Platform Project
Internal API Specification

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

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.DCurve
              extended by org.eclipse.tptp.platform.report.core.internal.DCurveLink
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 DCurveLink
extends DCurve
implements IDLink

This class provides a curve which can be an IDLink


Field Summary
 
Fields inherited from class org.eclipse.tptp.platform.report.core.internal.DCurve
P_COLOR, P_CS_FALL_COLOR, P_ID, P_SHIFT_SECTORS, P_SYMBOL, T_AREA_LINE, T_AREA_LINE_POINTS, T_BAR, T_BAR2, T_BUBBLE, T_CANDLESTICK, T_CANDLESTICK_LINE, T_CIRCLE, T_CYLINDER, T_LINE, T_LINE_POINTS, T_POINTS, T_PYRAMID, T_SECTOR, T_STACKED_AREA_LINE, T_STACKED_AREA_LINE_POINTS, T_STACKED_LINE, T_STACKED_LINE_POINTS, T_VBAR
 
Constructor Summary
DCurveLink()
          Deprecated. Creates a link curve item with empty default link.
DCurveLink(java.lang.String a_target)
          Deprecated. Creates a link curve item with the link target.
 
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.DCurve
getName, getProperties, getSymbol, getTooltip, getType, isType, setName, setProperties, setStyle, setTooltip, setType, useSymbol
 
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
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DCurveLink

public DCurveLink()
Deprecated. 
Creates a link curve item with empty default link.


DCurveLink

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

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.6.0 Platform Project
Internal API Specification