Package com.aspose.cad.cloud.model
Class GifOptionsDTO
- java.lang.Object
-
- com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
-
- com.aspose.cad.cloud.model.GifOptionsDTO
-
public class GifOptionsDTO extends DrawingOptionsBaseDTO
Export options for GIF format
-
-
Constructor Summary
Constructors Constructor Description GifOptionsDTO()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GifOptionsDTO
backgroundColorIndex(Integer backgroundColorIndex)
GifOptionsDTO
colorResolution(Integer colorResolution)
GifOptionsDTO
doPaletteCorrection(Boolean doPaletteCorrection)
boolean
equals(Object o)
Integer
getBackgroundColorIndex()
Background color indexInteger
getColorResolution()
Color resolutionInteger
getPixelAspectRatio()
Pixel aspect rationint
hashCode()
GifOptionsDTO
hasTrailer(Boolean hasTrailer)
GifOptionsDTO
interlaced(Boolean interlaced)
Boolean
isDoPaletteCorrection()
Determines whether to do auto-correction of a paletteBoolean
isHasTrailer()
Determines whether image has to have a trailerBoolean
isInterlaced()
Determines whether an image has to be interlacedBoolean
isIsPaletteSorted()
Determines whether a palette is sortedGifOptionsDTO
isPaletteSorted(Boolean isPaletteSorted)
GifOptionsDTO
pixelAspectRatio(Integer pixelAspectRatio)
void
setBackgroundColorIndex(Integer backgroundColorIndex)
void
setColorResolution(Integer colorResolution)
void
setDoPaletteCorrection(Boolean doPaletteCorrection)
void
setHasTrailer(Boolean hasTrailer)
void
setInterlaced(Boolean interlaced)
void
setIsPaletteSorted(Boolean isPaletteSorted)
void
setPixelAspectRatio(Integer pixelAspectRatio)
String
toString()
-
Methods inherited from class com.aspose.cad.cloud.model.DrawingOptionsBaseDTO
addLayersItem, getLayers, getResolutionSettings, getRotation, getVectorRasterizationOptions, layers, resolutionSettings, rotation, setLayers, setResolutionSettings, setRotation, setVectorRasterizationOptions, vectorRasterizationOptions
-
-
-
-
Method Detail
-
doPaletteCorrection
public GifOptionsDTO doPaletteCorrection(Boolean doPaletteCorrection)
-
isDoPaletteCorrection
public Boolean isDoPaletteCorrection()
Determines whether to do auto-correction of a palette- Returns:
- doPaletteCorrection
-
setDoPaletteCorrection
public void setDoPaletteCorrection(Boolean doPaletteCorrection)
-
colorResolution
public GifOptionsDTO colorResolution(Integer colorResolution)
-
getColorResolution
public Integer getColorResolution()
Color resolution- Returns:
- colorResolution
-
setColorResolution
public void setColorResolution(Integer colorResolution)
-
isPaletteSorted
public GifOptionsDTO isPaletteSorted(Boolean isPaletteSorted)
-
isIsPaletteSorted
public Boolean isIsPaletteSorted()
Determines whether a palette is sorted- Returns:
- isPaletteSorted
-
setIsPaletteSorted
public void setIsPaletteSorted(Boolean isPaletteSorted)
-
pixelAspectRatio
public GifOptionsDTO pixelAspectRatio(Integer pixelAspectRatio)
-
getPixelAspectRatio
public Integer getPixelAspectRatio()
Pixel aspect ration- Returns:
- pixelAspectRatio
-
setPixelAspectRatio
public void setPixelAspectRatio(Integer pixelAspectRatio)
-
backgroundColorIndex
public GifOptionsDTO backgroundColorIndex(Integer backgroundColorIndex)
-
getBackgroundColorIndex
public Integer getBackgroundColorIndex()
Background color index- Returns:
- backgroundColorIndex
-
setBackgroundColorIndex
public void setBackgroundColorIndex(Integer backgroundColorIndex)
-
hasTrailer
public GifOptionsDTO hasTrailer(Boolean hasTrailer)
-
isHasTrailer
public Boolean isHasTrailer()
Determines whether image has to have a trailer- Returns:
- hasTrailer
-
setHasTrailer
public void setHasTrailer(Boolean hasTrailer)
-
interlaced
public GifOptionsDTO interlaced(Boolean interlaced)
-
isInterlaced
public Boolean isInterlaced()
Determines whether an image has to be interlaced- Returns:
- interlaced
-
setInterlaced
public void setInterlaced(Boolean interlaced)
-
equals
public boolean equals(Object o)
- Overrides:
equals
in classDrawingOptionsBaseDTO
-
hashCode
public int hashCode()
- Overrides:
hashCode
in classDrawingOptionsBaseDTO
-
toString
public String toString()
- Overrides:
toString
in classDrawingOptionsBaseDTO
-
-