Package | Description |
---|---|
jme.script.ctx2d | |
swing_primitivas |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.MSJ |
AbstractPrimitivas2D.MSJ.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.MSJ[] |
AbstractPrimitivas2D.MSJ.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Primitivas2DAdapter.mostrarMensaje(java.lang.String msj,
AbstractPrimitivas2D.MSJ tipo,
java.lang.Integer posX,
java.lang.Integer posY,
java.lang.Integer tiempo) |
void |
AbstractPrimitivas2D.mostrarMensaje(java.lang.String msj,
AbstractPrimitivas2D.MSJ tipo,
java.lang.Integer posX,
java.lang.Integer posY,
java.lang.Integer tiempo)
Muestra un mensaje al usuario mediante diálogo o tostada
|
Modifier and Type | Method and Description |
---|---|
void |
JMEPrimitivas2DParaSwing.mostrarMensaje(java.lang.String msj,
AbstractPrimitivas2D.MSJ tipo,
java.lang.Integer posX,
java.lang.Integer posY,
java.lang.Integer tiempo) |