public class FrameDirtyInfo extends Object
Modifier and Type | Field and Description |
---|---|
boolean |
dirtyColorTable |
boolean |
dirtyGraphics |
boolean |
dirtyImage
Dirty status of each component
|
int |
frameNumber
Which frame number is this for
|
Constructor and Description |
---|
FrameDirtyInfo()
Constructor
|
FrameDirtyInfo(FrameDirtyInfo that)
Copy constructor
|
FrameDirtyInfo(int frameNumber,
boolean isDirtyImage,
boolean isDirtyGraphics,
boolean isDirtyColorTable)
Constructor
|
Modifier and Type | Method and Description |
---|---|
boolean |
getDirtyColorTable()
Get the dirtyColorTable property.
|
boolean |
getDirtyGraphics()
Get the dirtyGraphics property.
|
boolean |
getDirtyImage()
Get the dirtyImage property.
|
int |
getFrameNumber()
Get the frameNumber property.
|
void |
setDirtyColorTable(boolean newValue)
Set the dirtyColorTable property.
|
void |
setDirtyGraphics(boolean newValue)
Set the dirtyGraphics property.
|
void |
setDirtyImage(boolean newValue)
Set the dirtyImage property.
|
void |
setFrameNumber(int newValue)
Set the frameNumber property.
|
String |
toString()
Get a String representation of this object
|
public int frameNumber
public boolean dirtyImage
public boolean dirtyGraphics
public boolean dirtyColorTable
public FrameDirtyInfo()
public FrameDirtyInfo(FrameDirtyInfo that)
that
- The FrameDirtyInfo to copypublic FrameDirtyInfo(int frameNumber, boolean isDirtyImage, boolean isDirtyGraphics, boolean isDirtyColorTable)
public int getFrameNumber()
public boolean getDirtyImage()
public boolean getDirtyGraphics()
public boolean getDirtyColorTable()
public void setFrameNumber(int newValue)
newValue
- The new vaue for the frameNumber property.public void setDirtyImage(boolean newValue)
newValue
- The new vaue for the dirtyImage property.public void setDirtyGraphics(boolean newValue)
newValue
- The new vaue for the dirtyGraphics property.public void setDirtyColorTable(boolean newValue)
newValue
- The new vaue for the dirtyColorTable property.