|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.imaging.CreateOptionsBase
com.aspose.imaging.createoptions.ImageCreateOptions
com.aspose.imaging.createoptions.GifCreateOptions
public class GifCreateOptions
The gif file format creation options.
Constructor Summary | |
---|---|
GifCreateOptions()
Initializes a new instance of the GifCreateOptions class. |
|
GifCreateOptions(GifCreateOptions gifCreateOptions)
Initializes a new instance of the GifCreateOptions class. |
Method Summary | |
---|---|
byte |
getBackgroundColorIndex()
Gets the GIF background color index. |
byte |
getColorResolution()
Gets the GIF color resolution. |
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 |
setPixelAspectRatio(byte value)
Sets the GIF pixel aspect ratio. |
Methods inherited from class com.aspose.imaging.createoptions.ImageCreateOptions |
---|
getHeight, getPalette, getUseCompactPalette, getWidth, setHeight, setPalette, setUseCompactPalette, setWidth |
Methods inherited from class com.aspose.imaging.CreateOptionsBase |
---|
getSource, setSource |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GifCreateOptions()
Initializes a new instance of the GifCreateOptions
class.
public GifCreateOptions(GifCreateOptions gifCreateOptions)
Initializes a new instance of the GifCreateOptions
class.
gifCreateOptions
- The GIF create 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 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 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 |