public class GifProperties extends Object
Constructor and Description |
---|
GifProperties() |
Modifier and Type | Method and Description |
---|---|
String |
getBackgroundColor()
getBackgroundColor
Gets String
|
Boolean |
getHasTrailer()
getHasTrailer
Gets Boolean
|
Integer |
getPixelAspectRatio()
getPixelAspectRatio
Gets Integer
|
void |
setBackgroundColor(String BackgroundColor)
setBackgroundColor
Sets String
|
void |
setHasTrailer(Boolean HasTrailer)
setHasTrailer
Sets Boolean
|
void |
setPixelAspectRatio(Integer PixelAspectRatio)
setPixelAspectRatio
Sets Integer
|
String |
toString() |
public String getBackgroundColor()
public void setBackgroundColor(String BackgroundColor)
BackgroundColor
- Stringpublic Boolean getHasTrailer()
public void setHasTrailer(Boolean HasTrailer)
HasTrailer
- Booleanpublic Integer getPixelAspectRatio()
public void setPixelAspectRatio(Integer PixelAspectRatio)
PixelAspectRatio
- IntegerCopyright © 2016. All rights reserved.