Uses of Class
org.robovm.apple.accessibility.AXDataPoint
| Package | Description |
|---|---|
| org.robovm.apple.accessibility |
-
Uses of AXDataPoint in org.robovm.apple.accessibility
Methods in org.robovm.apple.accessibility that return types with arguments of type AXDataPoint Modifier and Type Method Description NSArray<AXDataPoint>AXDataSeriesDescriptor. getDataPoints()Method parameters in org.robovm.apple.accessibility with type arguments of type AXDataPoint Modifier and Type Method Description protected longAXDataSeriesDescriptor. init(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)protected longAXDataSeriesDescriptor. init(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)voidAXDataSeriesDescriptor. setDataPoints(NSArray<AXDataPoint> v)Constructor parameters in org.robovm.apple.accessibility with type arguments of type AXDataPoint Constructor Description AXDataSeriesDescriptor(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)AXDataSeriesDescriptor(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)