Package | Description |
---|---|
jme.script.ctx2d | |
swing_primitivas |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.PUNTO |
AbstractPrimitivas2D.PUNTO.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.PUNTO[] |
AbstractPrimitivas2D.PUNTO.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.punto(double x,
double y,
AbstractPrimitivas2D.PUNTO tipo) |
void |
AbstractPrimitivas2D.punto(double x,
double y,
AbstractPrimitivas2D.PUNTO tipo)
Dibuja un punto del tipo especificado, con el grosor establecido con 'trazo' y color
de línea establecido
|
Modifier and Type | Method and Description |
---|---|
void |
JMEPrimitivas2DParaSwing.punto(double x,
double y,
AbstractPrimitivas2D.PUNTO tipo) |