|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.sauronsoftware.jave.VideoSize
public class VideoSize
Instances of this class report informations about videos size.
Constructor Summary | |
---|---|
VideoSize(int width,
int height)
It builds the bean. |
Method Summary | |
---|---|
int |
getHeight()
Returns the video height. |
int |
getWidth()
Returns the video width. |
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public VideoSize(int width, int height)
width
- The video width.height
- The video height.Method Detail |
---|
public int getWidth()
public int getHeight()
public java.lang.String toString()
toString
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |