TPTP 4.5.0 Platform Project
Internal API Specification

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

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.DCategory
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 DCategory
extends DItemContainer

This class allows to create categories on a DAxis object A DCoord object can have a DCategory id as value

See Also:
DAxis, This extension is only available for SVG generation

Constructor Summary
DCategory()
          Deprecated.  
 
Method Summary
 java.lang.String getId()
          Deprecated.  
 java.lang.String getLabel()
          Deprecated.  
 java.lang.String getTooltip()
          Deprecated.  
 void setId(java.lang.String id)
          Deprecated. Sets the id
 void setLabel(java.lang.String label)
          Deprecated. Sets the label
 void setTooltip(java.lang.String tooltip)
          Deprecated. Sets the tooltip text
 
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

DCategory

public DCategory()
Deprecated. 
Method Detail

getId

public java.lang.String getId()
Deprecated. 
Returns:
category ID

setId

public void setId(java.lang.String id)
Deprecated. 
Sets the id


getLabel

public java.lang.String getLabel()
Deprecated. 
Returns:
the label

setLabel

public void setLabel(java.lang.String label)
Deprecated. 
Sets the label


getTooltip

public java.lang.String getTooltip()
Deprecated. 
Returns:
the tooltip text

setTooltip

public void setTooltip(java.lang.String tooltip)
Deprecated. 
Sets the tooltip text


TPTP 4.5.0 Platform Project
Internal API Specification