Uses of Class
org.robovm.apple.pencilkit.PKInkType
| Package | Description |
|---|---|
| org.robovm.apple.pencilkit |
-
Uses of PKInkType in org.robovm.apple.pencilkit
Fields in org.robovm.apple.pencilkit declared as PKInkType Modifier and Type Field Description static PKInkTypePKInkType. Markerstatic PKInkTypePKInkType. Penstatic PKInkTypePKInkType. PencilMethods in org.robovm.apple.pencilkit that return PKInkType Modifier and Type Method Description PKInkTypePKInk. getInkType()PKInkTypePKInkingTool. getInkType()static PKInkTypePKInkType.Marshaler. toObject(Class<PKInkType> cls, long handle, long flags)static PKInkTypePKInkType. valueOf(NSString value)Methods in org.robovm.apple.pencilkit that return types with arguments of type PKInkType Modifier and Type Method Description static List<PKInkType>PKInkType.AsListMarshaler. toObject(Class<? extends NSObject> cls, long handle, long flags)Methods in org.robovm.apple.pencilkit with parameters of type PKInkType Modifier and Type Method Description static doublePKInkingTool. defaultWidthForInkType(PKInkType inkType)protected longPKInk. init(PKInkType type, UIColor color)protected longPKInkingTool. init(PKInkType type, UIColor color)protected longPKInkingTool. init(PKInkType type, UIColor color, double width)static doublePKInkingTool. maximumWidthForInkType(PKInkType inkType)static doublePKInkingTool. minimumWidthForInkType(PKInkType inkType)static longPKInkType.Marshaler. toNative(PKInkType o, long flags)Method parameters in org.robovm.apple.pencilkit with type arguments of type PKInkType Modifier and Type Method Description static longPKInkType.AsListMarshaler. toNative(List<PKInkType> l, long flags)static PKInkTypePKInkType.Marshaler. toObject(Class<PKInkType> cls, long handle, long flags)Constructors in org.robovm.apple.pencilkit with parameters of type PKInkType Constructor Description PKInk(PKInkType type, UIColor color)PKInkingTool(PKInkType type, UIColor color)PKInkingTool(PKInkType type, UIColor color, double width)