Package org.robovm.apple.accessibility
Class AXDataSeriesDescriptor
java.lang.Object
org.robovm.rt.bro.NativeObject
org.robovm.objc.ObjCObject
org.robovm.apple.foundation.NSObject
org.robovm.apple.accessibility.AXDataSeriesDescriptor
- All Implemented Interfaces:
NSObjectProtocol,ObjCProtocol
public class AXDataSeriesDescriptor extends NSObject
- Since:
- Available in iOS 15.0 and later.
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAXDataSeriesDescriptor.AXDataSeriesDescriptorPtrNested classes/interfaces inherited from class org.robovm.apple.foundation.NSObject
NSObject.Handle, NSObject.Marshaler, NSObject.NoRetainMarshaler, NSObject.NSKeyValueObserver, NSObject.NSObjectPtr, NSObject.SkipInitNested classes/interfaces inherited from class org.robovm.objc.ObjCObject
ObjCObject.ObjCObjectPtr, ObjCObject.Super -
Field Summary
Fields inherited from class org.robovm.apple.foundation.NSObject
FLAG_NO_RETAINFields inherited from class org.robovm.objc.ObjCObject
customClass -
Constructor Summary
Constructors Modifier Constructor Description protectedAXDataSeriesDescriptor()AXDataSeriesDescriptor(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)AXDataSeriesDescriptor(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)protectedAXDataSeriesDescriptor(NSObject.Handle h, long handle)protectedAXDataSeriesDescriptor(NSObject.SkipInit skipInit) -
Method Summary
Modifier and Type Method Description NSAttributedStringgetAttributedName()NSArray<AXDataPoint>getDataPoints()StringgetName()protected longinit(String name, boolean isContinuous, NSArray<AXDataPoint> dataPoints)protected longinit(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)booleanisContinuous()voidsetAttributedName(NSAttributedString v)voidsetDataPoints(NSArray<AXDataPoint> v)voidsetIsContinuous(boolean v)voidsetName(String v)Methods inherited from class org.robovm.apple.foundation.NSObject
addKeyValueObserver, addKeyValueObserver, afterMarshaled, alloc, autorelease, autorelease, awakeFromNib, conformsToProtocol, copy, description, didChangeValue, didChangeValue, didChangeValues, doDispose, equals, forceSkipInit, getAutoContentAccessingProxy, getClassForCoder, getClassForKeyedArchiver, getKeyValueCoder, getObservationInfo, hash, hashCode, init, isEqual, isKindOfClass, isMemberOfClass, mutableCopy, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelector, performSelectorInBackground, performSelectorOnMainThread, performSelectorOnMainThread, performSelectorV, performSelectorV, performSelectorV, release, release, removeKeyValueObserver, removeKeyValueObservers, respondsToSelector, retain, retain, retainCount, setObservationInfo, toString, willChangeValue, willChangeValue, willChangeValuesMethods inherited from class org.robovm.objc.ObjCObject
addStrongRef, dispose, dispose, finalize, getAssociatedObject, getObjCClass, getPeerObject, getSuper, initObject, logRetainRelease, removeStrongRef, retainCustomObjectFromCb, setAssociatedObject, toObjCObject, toObjCObject, updateStrongRefMethods inherited from class org.robovm.rt.bro.NativeObject
as, getHandle, setHandle
-
Constructor Details
-
AXDataSeriesDescriptor
protected AXDataSeriesDescriptor() -
AXDataSeriesDescriptor
-
AXDataSeriesDescriptor
-
AXDataSeriesDescriptor
-
AXDataSeriesDescriptor
public AXDataSeriesDescriptor(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)
-
-
Method Details
-
getName
-
setName
-
getAttributedName
-
setAttributedName
-
isContinuous
public boolean isContinuous() -
setIsContinuous
public void setIsContinuous(boolean v) -
getDataPoints
-
setDataPoints
-
init
-
init
protected long init(NSAttributedString attributedName, boolean isContinuous, NSArray<AXDataPoint> dataPoints)
-