javax.media
Class SizeChangeEvent

java.lang.Object
  extended by java.util.EventObject
      extended by javax.media.MediaEvent
          extended by javax.media.ControllerEvent
              extended by javax.media.format.FormatChangeEvent
                  extended by javax.media.SizeChangeEvent
All Implemented Interfaces:
java.io.Serializable

public class SizeChangeEvent
extends FormatChangeEvent

Standard JMF class -- see this class in the JMF Javadoc. Complete.

Author:
Ken Larson
See Also:
Serialized Form

Field Summary
protected  int height
           
protected  float scale
           
protected  int width
           
 
Fields inherited from class javax.media.format.FormatChangeEvent
newFormat, oldFormat
 
Fields inherited from class java.util.EventObject
source
 
Constructor Summary
SizeChangeEvent(Controller from, int width, int height, float scale)
           
 
Method Summary
 int getHeight()
           
 float getScale()
           
 int getWidth()
           
 
Methods inherited from class javax.media.format.FormatChangeEvent
getNewFormat, getOldFormat
 
Methods inherited from class javax.media.ControllerEvent
getSource, getSourceController, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

height

protected int height

scale

protected float scale

width

protected int width
Constructor Detail

SizeChangeEvent

public SizeChangeEvent(Controller from,
                       int width,
                       int height,
                       float scale)
Method Detail

getHeight

public int getHeight()

getScale

public float getScale()

getWidth

public int getWidth()