com.nchart3d.NChart.NChartAccessibilityElement Class Reference
The NChartAccessibilityElement class provides data for the accessibility module.
More...
Public Member Functions | |
| NChartAccessibilityElement (String text) | |
| Create new instance of NChartAccessibilityElement with content description. More... | |
| void | setText (String text) |
Content description for NChartPoint is used for accessibility support to determine how a view should be presented to the user. More... | |
| String | getText () |
| For details see setText(). | |
Detailed Description
The NChartAccessibilityElement class provides data for the accessibility module.
To make an NChartPoint accessible via Google TalkBack service, add NChartAccessibilityElement instance to the target NChartPoint.
- See also
- NChartPoint
Constructor & Destructor Documentation
|
inline |
Create new instance of NChartAccessibilityElement with content description.
- Parameters
-
text - content description
Member Function Documentation
|
inline |
Content description for NChartPoint is used for accessibility support to determine how a view should be presented to the user.
- See also
- NChartPoint
