TPTP 4.5.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DShapes
All Implemented Interfaces:
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 DShapes
extends DItem

This class provides the information to draw shape for the point in a chart.

See Also:
DGraphic

Constructor Summary
DShapes()
          Deprecated.  
 
Method Summary
 java.lang.String getLocation()
          Deprecated.  
 boolean isShow()
          Deprecated.  
 void setLocation(java.lang.String location)
          Deprecated. sets the shapes location
 void setShow(boolean show)
          Deprecated. sets if the shapes are displayed or not in the chart
 
Methods inherited from class org.eclipse.tptp.platform.report.core.internal.DItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DShapes

public DShapes()
Deprecated. 
Method Detail

getLocation

public java.lang.String getLocation()
Deprecated. 
Returns:
the shapes location

setLocation

public void setLocation(java.lang.String location)
Deprecated. 
sets the shapes location


isShow

public boolean isShow()
Deprecated. 
Returns:
true if the shapes should be displayed

setShow

public void setShow(boolean show)
Deprecated. 
sets if the shapes are displayed or not in the chart


TPTP 4.5.0 Platform Project
Internal API Specification