| Package | Description |
|---|---|
| net.returnvoid.graphics.shape |
A package for building, drawing and manipulating shapes.
|
| Modifier and Type | Method and Description |
|---|---|
Ellipse |
Ellipse.copy() |
Ellipse |
Ellipse.draw() |
Ellipse |
Ellipse.rotate(float angle) |
Ellipse |
Ellipse.rotate(processing.core.PVector rotationCenter,
float angle) |
Ellipse |
Ellipse.scale(float scale) |
Ellipse |
Ellipse.scale(processing.core.PVector scaleCenter,
float scale) |
Ellipse |
Ellipse.scale(processing.core.PVector scaleCenter,
float scaleX,
float scaleY)
Scale the shape by the given scaling factors.
|
Ellipse |
Ellipse.setDimension(float width,
float height)
Sets the width and height of the ellipse.
|
Ellipse |
Ellipse.setDimension(processing.core.PVector center,
float width,
float height)
Sets the width and height of the ellipse.
|
Ellipse |
Ellipse.setHeight(float height)
Sets the height of the ellipse.
|
Ellipse |
Ellipse.setHeight(processing.core.PVector center,
float height)
Sets the height of the ellipse.
|
Ellipse |
Ellipse.setLocation(float x,
float y) |
Ellipse |
Ellipse.setRotation(float angle) |
Ellipse |
Ellipse.setRotation(processing.core.PVector rotationCenter,
float angle) |
Ellipse |
Ellipse.setWidth(float width)
Sets the width of the ellipse.
|
Ellipse |
Ellipse.setWidth(processing.core.PVector center,
float width)
Sets the width of the ellipse.
|
Ellipse |
Ellipse.setX(float x) |
Ellipse |
Ellipse.setY(float y) |
Ellipse |
Ellipse.translate(float x,
float y) |