|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.SaveOptionsBase
com.aspose.imaging.saveoptions.GifSaveOptions
public final class GifSaveOptions
The gif file format save options.
Constructor Summary | |
---|---|
GifSaveOptions()
Initializes a new instance of the GifSaveOptions class. |
|
GifSaveOptions(GifSaveOptions gifSaveOptions)
Initializes a new instance of the GifSaveOptions class. |
Method Summary | |
---|---|
byte |
getBackgroundColorIndex()
Gets the GIF background color index. |
byte |
getColorResolution()
Gets the GIF color resolution. |
boolean |
getInterlaced()
Gets a value indicating whether saved GIf will be interlaced. |
IColorPalette |
getPalette()
Gets the color palette. |
byte |
getPixelAspectRatio()
Gets the GIF pixel aspect ratio. |
boolean |
hasTrailer()
Gets a value indicating whether GIF has trailer. |
void |
hasTrailer(boolean value)
Sets a value indicating whether GIF has trailer. |
boolean |
isPaletteSorted()
Gets a value indicating whether palette entries are sorted. |
void |
isPaletteSorted(boolean value)
Sets a value indicating whether palette entries are sorted. |
void |
setBackgroundColorIndex(byte value)
Sets the GIF background color index. |
void |
setColorResolution(byte value)
Sets the GIF color resolution. |
void |
setInterlaced(boolean value)
Sets a value indicating whether saved GIf will be interlaced. |
void |
setPalette(IColorPalette value)
Sets the color palette. |
void |
setPixelAspectRatio(byte value)
Sets the GIF pixel aspect ratio. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GifSaveOptions()
Initializes a new instance of the GifSaveOptions
class.
public GifSaveOptions(GifSaveOptions gifSaveOptions)
Initializes a new instance of the GifSaveOptions
class.
gifSaveOptions
- The GIF save options.Method Detail |
---|
public byte getBackgroundColorIndex()
Gets the GIF background color index.
Value: The GIF background color index.
public byte getColorResolution()
Gets the GIF color resolution.
Value: The color resolution.
public boolean getInterlaced()
Gets a value indicating whether saved GIf will be interlaced.
Value:true
if saved GIf will be interlaced; otherwise, false
.
public IColorPalette getPalette()
Gets the color palette.
Value: The color palette.
public byte getPixelAspectRatio()
Gets the GIF pixel aspect ratio.
Value: The GIF pixel aspect ratio.
public boolean hasTrailer()
Gets a value indicating whether GIF has trailer.
Value:true
if GIF has trailer; otherwise, false
.
public void hasTrailer(boolean value)
Sets a value indicating whether GIF has trailer.
Value:true
if GIF has trailer; otherwise, false
.
public boolean isPaletteSorted()
Gets a value indicating whether palette entries are sorted.
Value:true
if palette entries are sorted; otherwise, false
.
public void isPaletteSorted(boolean value)
Sets a value indicating whether palette entries are sorted.
Value:true
if palette entries are sorted; otherwise, false
.
public void setBackgroundColorIndex(byte value)
Sets the GIF background color index.
Value: The GIF background color index.
public void setColorResolution(byte value)
Sets the GIF color resolution.
Value: The color resolution.
public void setInterlaced(boolean value)
Sets a value indicating whether saved GIf will be interlaced.
Value:true
if saved GIf will be interlaced; otherwise, false
.
public void setPalette(IColorPalette value)
Sets the color palette.
Value: The color palette.
public void setPixelAspectRatio(byte value)
Sets the GIF pixel aspect ratio.
Value: The GIF pixel aspect ratio.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |