Package | Description |
---|---|
jme.script.ctx2d | |
swing_primitivas |
Modifier and Type | Method and Description |
---|---|
static AbstractPrimitivas2D.CIERRE |
AbstractPrimitivas2D.CIERRE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AbstractPrimitivas2D.CIERRE[] |
AbstractPrimitivas2D.CIERRE.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.circunferencia(double cx,
double cy,
double radio,
double ang,
double arco,
AbstractPrimitivas2D.CIERRE tipo,
boolean relleno,
boolean borde) |
void |
AbstractPrimitivas2D.circunferencia(double cx,
double cy,
double radio,
double ang,
double arco,
AbstractPrimitivas2D.CIERRE tipo,
boolean relleno,
boolean borde)
Dibuja circunferencias, círculos y arcos
|
Modifier and Type | Method and Description |
---|---|
void |
JMEPrimitivas2DParaSwing.circunferencia(double cx,
double cy,
double radio,
double ang,
double arco,
AbstractPrimitivas2D.CIERRE tipo,
boolean relleno,
boolean borde) |