Uses of Class
org.robovm.apple.accessibility.AXDataPointValue
| Package | Description |
|---|---|
| org.robovm.apple.accessibility |
-
Uses of AXDataPointValue in org.robovm.apple.accessibility
Methods in org.robovm.apple.accessibility that return AXDataPointValue Modifier and Type Method Description AXDataPointValueAXDataPoint. getXValue()AXDataPointValueAXDataPoint. getYValue()Methods in org.robovm.apple.accessibility that return types with arguments of type AXDataPointValue Modifier and Type Method Description NSArray<AXDataPointValue>AXDataPoint. getAdditionalValues()Methods in org.robovm.apple.accessibility with parameters of type AXDataPointValue Modifier and Type Method Description protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue)protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues)protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues, String label)voidAXDataPoint. setXValue(AXDataPointValue v)voidAXDataPoint. setYValue(AXDataPointValue v)Method parameters in org.robovm.apple.accessibility with type arguments of type AXDataPointValue Modifier and Type Method Description protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues)protected longAXDataPoint. init(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues, String label)voidAXDataPoint. setAdditionalValues(NSArray<AXDataPointValue> v)Constructors in org.robovm.apple.accessibility with parameters of type AXDataPointValue Constructor Description AXDataPoint(AXDataPointValue xValue, AXDataPointValue yValue)AXDataPoint(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues)AXDataPoint(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues, String label)Constructor parameters in org.robovm.apple.accessibility with type arguments of type AXDataPointValue Constructor Description AXDataPoint(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues)AXDataPoint(AXDataPointValue xValue, AXDataPointValue yValue, NSArray<AXDataPointValue> additionalValues, String label)