public static enum AbstractPrimitivas2D.ESTILO extends java.lang.Enum<AbstractPrimitivas2D.ESTILO>
Enum Constant and Description |
---|
CURSIVA
Texto en cursiva
|
NEG_CUR
Texto en negrita y cursiva
|
NEGRITA
Texto en negrita
|
OTRO1 |
OTRO2 |
OTRO3 |
PLANO
Texto plano
|
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.ESTILO |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.ESTILO[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AbstractPrimitivas2D.ESTILO PLANO
public static final AbstractPrimitivas2D.ESTILO NEGRITA
public static final AbstractPrimitivas2D.ESTILO CURSIVA
public static final AbstractPrimitivas2D.ESTILO NEG_CUR
public static final AbstractPrimitivas2D.ESTILO OTRO1
public static final AbstractPrimitivas2D.ESTILO OTRO2
public static final AbstractPrimitivas2D.ESTILO OTRO3
public static AbstractPrimitivas2D.ESTILO[] values()
for (AbstractPrimitivas2D.ESTILO c : AbstractPrimitivas2D.ESTILO.values()) System.out.println(c);
public static AbstractPrimitivas2D.ESTILO 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