org.opensourcephysics.display3d.simple3d
Class ElementCircle

java.lang.Object
  extended by org.opensourcephysics.display3d.simple3d.Element
      extended by org.opensourcephysics.display3d.simple3d.ElementCircle
All Implemented Interfaces:
Element, ElementCircle, InteractionSource

public class ElementCircle
extends Element
implements ElementCircle

Title: ElementCircle

Description: A Circle using the painter's algorithm

Version:
March 2005
Author:
Francisco Esquembre

Field Summary
 
Fields inherited from interface org.opensourcephysics.display3d.core.Element
TARGET_POSITION, TARGET_SIZE
 
Constructor Summary
ElementCircle()
           
 
Method Summary
static XML.ObjectLoader getLoader()
          Returns an XML.ObjectLoader to save and load object data.
 double getRotationAngle()
          Gets the rotation angle for the circle
 void setRotationAngle(double angle)
          Sets the rotation angle for the circle.
 
Methods inherited from class org.opensourcephysics.display3d.simple3d.Element
addInteractionListener, getDrawingPanel3D, getInteractionTarget, getName, getSizeX, getSizeY, getSizeZ, getStyle, getTransformation, getX, getY, getZ, isVisible, loadUnmutableObjects, removeInteractionListener, setName, setSizeX, setSizeXYZ, setSizeXYZ, setSizeY, setSizeZ, setTransformation, setVisible, setX, setXYZ, setXYZ, setY, setZ, toBodyFrame, toSpaceFrame
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.opensourcephysics.display3d.core.Element
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, toSpaceFrame
 
Methods inherited from interface org.opensourcephysics.display3d.core.interaction.InteractionSource
addInteractionListener, getInteractionTarget, removeInteractionListener
 

Constructor Detail

ElementCircle

public ElementCircle()
Method Detail

setRotationAngle

public void setRotationAngle(double angle)
Description copied from interface: ElementCircle
Sets the rotation angle for the circle. Default is 0.

Specified by:
setRotationAngle in interface ElementCircle
Parameters:
angle - the rotation angle

getRotationAngle

public double getRotationAngle()
Description copied from interface: ElementCircle
Gets the rotation angle for the circle

Specified by:
getRotationAngle in interface ElementCircle

getLoader

public static XML.ObjectLoader getLoader()
Returns an XML.ObjectLoader to save and load object data.

Returns:
the XML.ObjectLoader