Uses of Class
org.robovm.apple.pencilkit.PKEraserType
| Package | Description |
|---|---|
| org.robovm.apple.pencilkit |
-
Uses of PKEraserType in org.robovm.apple.pencilkit
Methods in org.robovm.apple.pencilkit that return PKEraserType Modifier and Type Method Description PKEraserTypePKEraserTool. getEraserType()static PKEraserTypePKEraserType. valueOf(long n)Returns the enum constant of this type with the specified name.static PKEraserTypePKEraserType. valueOf(String name)Returns the enum constant of this type with the specified name.static PKEraserType[]PKEraserType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.robovm.apple.pencilkit with parameters of type PKEraserType Modifier and Type Method Description protected longPKEraserTool. init(PKEraserType eraserType)Constructors in org.robovm.apple.pencilkit with parameters of type PKEraserType Constructor Description PKEraserTool(PKEraserType eraserType)