public static enum AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION extends java.lang.Enum<AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION>
Enum Constant and Description |
---|
DERECHA |
DESCONOCIDA |
ESTANDAR |
IZQUIERDA |
NUMPAD |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION ESTANDAR
public static final AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION IZQUIERDA
public static final AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION DERECHA
public static final AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION NUMPAD
public static final AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION DESCONOCIDA
public static AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION[] values()
for (AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION c : AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION.values()) System.out.println(c);
public static AbstractPrimitivas2D.AbstractKeyStroke.LOCALIZACION valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is null