|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.util.EventObject javax.media.MediaEvent javax.media.ControllerEvent javax.media.format.FormatChangeEvent javax.media.SizeChangeEvent
public class SizeChangeEvent
Standard JMF class -- see this class in the JMF Javadoc. Complete.
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 |
---|
protected int height
protected float scale
protected int width
Constructor Detail |
---|
public SizeChangeEvent(Controller from, int width, int height, float scale)
Method Detail |
---|
public int getHeight()
public float getScale()
public int getWidth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |