TPTP 4.6.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DAccessibilityTitle
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 DAccessibilityTitle
extends DItem

This object can be added to IDItem to set a accessibility title to provide information to the Screen Reader. The idtems are DAxis, DCurve and DPoint. This feature is activated only for the SVG generation


Constructor Summary
DAccessibilityTitle()
          Deprecated. creates an accessibility whit null title
DAccessibilityTitle(java.lang.String t)
          Deprecated. creates an accessibility object by init title
 
Method Summary
 java.lang.String getText()
          Deprecated.  
 void setText(java.lang.String text)
          Deprecated.  
 
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

DAccessibilityTitle

public DAccessibilityTitle()
Deprecated. 
creates an accessibility whit null title


DAccessibilityTitle

public DAccessibilityTitle(java.lang.String t)
Deprecated. 
creates an accessibility object by init title

Method Detail

getText

public java.lang.String getText()
Deprecated. 

setText

public void setText(java.lang.String text)
Deprecated. 

TPTP 4.6.0 Platform Project
Internal API Specification