|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.fileformats.gif.GifBlock
public abstract class GifBlock
The default gif block implementation.
Field Summary | |
---|---|
static byte |
ExtensionIntroducer
Extension introducer. |
Constructor Summary | |
---|---|
GifBlock()
|
Method Summary | |
---|---|
boolean |
isChanged()
Gets a value indicating whether block has changed and requires save. |
void |
isChanged(boolean value)
Sets a value indicating whether block has changed and requires save. |
void |
save(java.io.InputStream stream)
Saves the block to the specified InputStream. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final byte ExtensionIntroducer
Extension introducer.
Constructor Detail |
---|
public GifBlock()
Method Detail |
---|
public boolean isChanged()
Gets a value indicating whether block has changed and requires save.
Value:true
if block has changed; otherwise, false
.
isChanged
in interface IGifBlock
public void isChanged(boolean value)
Sets a value indicating whether block has changed and requires save.
Value:true
if block has changed; otherwise, false
.
isChanged
in interface IGifBlock
public void save(java.io.InputStream stream)
Saves the block to the specified InputStream.
save
in interface IGifBlock
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |