Enum Class VTDash06DotZeroCClear
- All Implemented Interfaces:
Serializable
,Comparable<VTDash06DotZeroCClear>
,Constable
,FourCornerDotColleZero33VT
,FourCornerX00PetitVide
,FourCornerX06BaklavaPointSequence
,FourCornerX08MuffinPointSequence
,FourCornerX18CakePointSequence
public enum VTDash06DotZeroCClear
extends Enum<VTDash06DotZeroCClear>
implements FourCornerDotColleZero33VT
The "VT-06.0A" cursor action sequences.
- Version:
- 1.0 Jan 14, 2025
- Author:
- Willem Cazander
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
Enum Constant Summary
Enum Constants -
Method Summary
Modifier and TypeMethodDescriptionOne baklava piece weights 52 gramOne cake piece weights 800 gramstatic VTDash06DotZeroCClear
Returns the enum constant of this class with the specified name.static VTDash06DotZeroCClear[]
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 org.x4o.fc18.cake2.FourCornerDotColleZero33VT
baklavaPointsVT06Action, cakePointsVT06Action, muffinPointSequence
Methods inherited from interface org.x4o.fc18.cake2.FourCornerX00PetitVide
kaasX00CoinCarne, kaasX06BaklavaSequence, kaasX08MuffinSequence, kaasX18CakeDotIndex, kaasX18CakeDotName, kaasX18CakeSequence, kaasX21CodeDotIndex, kaasX21CodeSequence
-
Enum Constant Details
-
VT_CLEAR_TOP
-
VT_CLEAR_LEFT
-
VT_CLEAR_DOWN
-
VT_CLEAR_RIGHT
-
-
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
-
baklavaPointSequence
Description copied from interface:FourCornerX06BaklavaPointSequence
One baklava piece weights 52 gram- Specified by:
baklavaPointSequence
in interfaceFourCornerX06BaklavaPointSequence
-
cakePointSequence
Description copied from interface:FourCornerX18CakePointSequence
One cake piece weights 800 gram- Specified by:
cakePointSequence
in interfaceFourCornerX18CakePointSequence
-