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.

Variable Index

 o frameHeight
 o frameWidth

Constructor Index

 o FrameResizeEvent(Object, float, float, float, float)

Variables

 o frameWidth
  public float frameWidth
 o frameHeight
  public float frameHeight

Constructors

 o 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