jpicedt.graphic.event
Class RotateEvent
java.lang.Object
java.util.EventObject
jpicedt.graphic.event.RotateEvent
- All Implemented Interfaces:
- Serializable
public class RotateEvent
- extends EventObject
Class for notifications of rotation changes sourced by a PECanvas.
- Since:
- jpicedt 1.5
- Version:
- $Id: RotateEvent.java,v 1.3 2013/03/27 07:06:12 vincentb1 Exp $
- Author:
- Stephan Schulte, Benjamin Poniatowski
- See Also:
- Serialized Form
Constructor Summary |
RotateEvent(PECanvas source,
double angle)
a new RotateEvent sourced from the given PECanvas |
RotateEvent
public RotateEvent(PECanvas source,
double angle)
- a new RotateEvent sourced from the given PECanvas
- Parameters:
source
- the originator of the eventangle
- the current angle
getAngleValue
public double getAngleValue()
- return the current angle
toString
public String toString()
- a textual representation of this event
- Overrides:
toString
in class EventObject
Submit a bug : syd@jpicedt.org