Element, ElementCircle, InteractionSourcepublic class ElementCircle extends Element implements ElementCircle
Title: ElementCircle
Description: A Circle using the painter's algorithm
TARGET_POSITION, TARGET_SIZEtargetPosition, targetSize| Constructor | Description |
|---|---|
ElementCircle() |
| Modifier and Type | Method | Description |
|---|---|---|
static XML.ObjectLoader |
getLoader() |
Returns an XML.ObjectLoader to save and load object data.
|
double |
getRotationAngle() |
Gets the rotation angle for the circle
|
protected InteractionTarget |
getTargetHit(int x,
int y) |
Gets the target that is under the (x,y) position of the screen
|
void |
setRotationAngle(double angle) |
Sets the rotation angle for the circle.
|
getDrawingPanel3D, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getAxesMode, getDrawingPanel3D, getHotSpotBodyCoordinates, getInteractionTarget, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isReallyVisible, isVisible, loadUnmutableObjects, removeInteractionListener, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrameaddInteractionListener, getInteractionTarget, removeInteractionListenerpublic void setRotationAngle(double angle)
ElementCirclesetRotationAngle in interface ElementCircleangle - the rotation anglepublic double getRotationAngle()
ElementCirclegetRotationAngle in interface ElementCircleprotected InteractionTarget getTargetHit(int x, int y)
ElementgetTargetHit in class Elementx - inty - intpublic static XML.ObjectLoader getLoader()