Class sgraphics.wrapper.FrameResizeEvent
All Packages Class Hierarchy This Package Previous Next Index
Class sgraphics.wrapper.FrameResizeEvent
java.lang.Object
|
+----java.awt.Event
|
+----sgraphics.GraphicsEvent
|
+----sgraphics.wrapper.FrameResizeEvent
- public class FrameResizeEvent
- extends GraphicsEvent
An event that is used to resize a ResizableFrame.
-
frameHeight
-
-
frameWidth
-
-
FrameResizeEvent(Object, float, float, float, float)
-
frameWidth
public float frameWidth
frameHeight
public float frameHeight
FrameResizeEvent
public FrameResizeEvent(Object target,
float width,
float height,
float x,
float y)
- Parameters:
- target - the object that created the event.
- width - the new width.
- height - the new height.
All Packages Class Hierarchy This Package Previous Next Index