Package | Description |
---|---|
jme.script.ctx2d | |
swing_primitivas |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.RECT3D |
AbstractPrimitivas2D.RECT3D.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.RECT3D[] |
AbstractPrimitivas2D.RECT3D.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.rectangulo(double x1,
double y1,
double x2,
double y2,
double anchoArco,
double altoArco,
boolean relleno,
boolean borde,
AbstractPrimitivas2D.RECT3D rect3d) |
void |
AbstractPrimitivas2D.rectangulo(double x1,
double y1,
double x2,
double y2,
double anchoArco,
double altoArco,
boolean relleno,
boolean borde,
AbstractPrimitivas2D.RECT3D rect3d)
Dibuja un rectángulo recto, redondeado o 3D.
|
Modifier and Type | Method and Description |
---|---|
void |
JMEPrimitivas2DParaSwing.rectangulo(double x1,
double y1,
double x2,
double y2,
double anchoArco,
double altoArco,
boolean relleno,
boolean borde,
AbstractPrimitivas2D.RECT3D rect3d)
Dibuja un rectángulo recto, redondeado o 3D.
|