|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.pscode.xui.ist.ImageSequenceFrame
public class ImageSequenceFrame
JavaBean used to store frame descriptions in an image sequence. Designed for use with the J2SE XMLEncoder/Decoder.
| Field Summary | |
|---|---|
Date |
date
The date on which this frame was captured. |
int |
frameNumber
The frame number of this frame. |
Point |
pointerLocation
The location of the mouse pointer when this frame was captured. |
long |
screenshotName
The name of the screenshot to use for this frame. |
| Constructor Summary | |
|---|---|
ImageSequenceFrame()
The captions to apply to this frame (and probably subsequent frames). |
|
ImageSequenceFrame(int frameNumber,
Date date,
Point pointerLocation,
long screenshotName)
|
|
| Method Summary | |
|---|---|
Date |
getDate()
|
int |
getFrameNumber()
|
Point |
getPointerLocation()
|
long |
getScreenshotName()
|
void |
setDate(Date date)
|
void |
setFrameNumber(int frameNumber)
|
void |
setPointerLocation(Point pointerLocation)
|
void |
setScreenshotName(long screenshotName)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int frameNumber
public Date date
public Point pointerLocation
public long screenshotName
| Constructor Detail |
|---|
public ImageSequenceFrame()
public ImageSequenceFrame(int frameNumber,
Date date,
Point pointerLocation,
long screenshotName)
| Method Detail |
|---|
public void setFrameNumber(int frameNumber)
public int getFrameNumber()
public void setDate(Date date)
public Date getDate()
public void setPointerLocation(Point pointerLocation)
public Point getPointerLocation()
public void setScreenshotName(long screenshotName)
public long getScreenshotName()
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||