public class GifProperties extends Object
Constructor and Description |
---|
GifProperties() |
Modifier and Type | Method and Description |
---|---|
GifProperties |
backgroundColor(String backgroundColor) |
boolean |
equals(Object o) |
String |
getBackgroundColor()
Gets or sets the background color.
|
Integer |
getPixelAspectRatio()
Gets or sets the pixel aspect ratio.
|
GifProperties |
hasBackgroundColor(Boolean hasBackgroundColor) |
int |
hashCode() |
GifProperties |
hasTrailer(Boolean hasTrailer) |
Boolean |
isHasBackgroundColor()
Gets or sets a value indicating whether background color is used.
|
Boolean |
isHasTrailer()
Gets or sets a value indicating whether image has trailer.
|
GifProperties |
pixelAspectRatio(Integer pixelAspectRatio) |
void |
setBackgroundColor(String backgroundColor) |
void |
setHasBackgroundColor(Boolean hasBackgroundColor) |
void |
setHasTrailer(Boolean hasTrailer) |
void |
setPixelAspectRatio(Integer pixelAspectRatio) |
String |
toString() |
public GifProperties backgroundColor(String backgroundColor)
public String getBackgroundColor()
public void setBackgroundColor(String backgroundColor)
public GifProperties hasBackgroundColor(Boolean hasBackgroundColor)
public Boolean isHasBackgroundColor()
public void setHasBackgroundColor(Boolean hasBackgroundColor)
public GifProperties hasTrailer(Boolean hasTrailer)
public Boolean isHasTrailer()
public void setHasTrailer(Boolean hasTrailer)
public GifProperties pixelAspectRatio(Integer pixelAspectRatio)
public Integer getPixelAspectRatio()
public void setPixelAspectRatio(Integer pixelAspectRatio)
Copyright © 2021 Aspose Pty Ltd. All rights reserved.