Package arc
Enum Class Graphics.Cursor.SystemCursor
- All Implemented Interfaces:
Graphics.Cursor
,Disposable
,Serializable
,Comparable<Graphics.Cursor.SystemCursor>
,Constable
- Enclosing interface:
- Graphics.Cursor
public static enum Graphics.Cursor.SystemCursor
extends Enum<Graphics.Cursor.SystemCursor>
implements Graphics.Cursor
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
Nested classes/interfaces inherited from interface arc.Graphics.Cursor
Graphics.Cursor.SystemCursor
-
Enum Constant Summary
-
Method Summary
Modifier and TypeMethodDescriptionvoid
dispose()
Releases all resources of this object.void
set
(Graphics.Cursor cursor) Sets the alias for this cursor.static Graphics.Cursor.SystemCursor
Returns the enum constant of this class with the specified name.static Graphics.Cursor.SystemCursor[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
clone, compareTo, describeConstable, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
Methods inherited from interface arc.util.Disposable
isDisposed
-
Enum Constant Details
-
arrow
-
ibeam
-
crosshair
-
hand
-
horizontalResize
-
verticalResize
-
-
Method Details
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- Returns:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- Parameters:
name
- the name of the enum constant to be returned.- Returns:
- the enum constant with the specified name
- Throws:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- if the argument is null
-
set
Sets the alias for this cursor. -
dispose
public void dispose()Description copied from interface:Disposable
Releases all resources of this object.- Specified by:
dispose
in interfaceDisposable
-