|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectResizedImageObject
public class ResizedImageObject
Class that creates an object consisting of an image, an id and a frame number
Constructor Summary | |
---|---|
ResizedImageObject(java.awt.image.BufferedImage bufferedImage,
int id,
int frameNumber)
Standard constructor |
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getBufferedImage()
Method that returns the image from the ResizedImageObject |
int |
getFrameNumber()
Method that returns the frame number from the ResizedImageObject |
int |
getId()
Method that returns the id from the ResizedImageObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ResizedImageObject(java.awt.image.BufferedImage bufferedImage, int id, int frameNumber)
bufferedImage
- The input imageid
- The id of the objectframeNumber
- The frame number in the given video fileMethod Detail |
---|
public java.awt.image.BufferedImage getBufferedImage()
public int getId()
public int getFrameNumber()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |