TPTP 4.6.0 Platform Project
Internal API Specification

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

java.lang.Object
  extended by org.eclipse.tptp.platform.report.core.internal.DItem
      extended by org.eclipse.tptp.platform.report.core.internal.DAccessibilityDesc
All Implemented Interfaces:
IDItem, IDObject, IDTextualItem

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 DAccessibilityDesc
extends DItem
implements IDTextualItem

This object can be added to IDItem to set a accessibility description 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
DAccessibilityDesc()
          Deprecated. creates an accessibility object with null description
DAccessibilityDesc(java.lang.String t)
          Deprecated. creates an accessibility object by init description
 
Method Summary
 java.lang.String getText()
          Deprecated. Access method for the text property.
 void setText(java.lang.String text)
          Deprecated. Sets the value of the text property.
 
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
 
Methods inherited from interface org.eclipse.tptp.platform.report.core.internal.IDItem
addChild, clear, getAppliedStyle, getChildCount, getChildPosition, getFirstChild, getIterator, getLastChild, getNext, getParent, getRoot, getStyle, insertChild, isContainer, removeChild, setNext, setParent, setStyle
 

Constructor Detail

DAccessibilityDesc

public DAccessibilityDesc()
Deprecated. 
creates an accessibility object with null description


DAccessibilityDesc

public DAccessibilityDesc(java.lang.String t)
Deprecated. 
creates an accessibility object by init description

Method Detail

getText

public java.lang.String getText()
Deprecated. 
Description copied from interface: IDTextualItem
Access method for the text property.

Specified by:
getText in interface IDTextualItem
Returns:
the current value of the text property

setText

public void setText(java.lang.String text)
Deprecated. 
Description copied from interface: IDTextualItem
Sets the value of the text property.

Specified by:
setText in interface IDTextualItem
Parameters:
text - the new value of the text property

TPTP 4.6.0 Platform Project
Internal API Specification