public class WebPProperties extends Object
Constructor and Description |
---|
WebPProperties() |
Modifier and Type | Method and Description |
---|---|
WebPProperties |
animBackgroundColor(Long animBackgroundColor) |
WebPProperties |
animLoopCount(Integer animLoopCount) |
boolean |
equals(Object o) |
Long |
getAnimBackgroundColor()
Gets or sets the color of the animation background.
|
Integer |
getAnimLoopCount()
Gets or sets the animation loop count.
|
Double |
getQuality()
Gets or sets the quality.
|
int |
hashCode() |
Boolean |
isLossless()
Gets or sets a value indicating whether these is lossless.
|
WebPProperties |
lossless(Boolean lossless) |
WebPProperties |
quality(Double quality) |
void |
setAnimBackgroundColor(Long animBackgroundColor) |
void |
setAnimLoopCount(Integer animLoopCount) |
void |
setLossless(Boolean lossless) |
void |
setQuality(Double quality) |
String |
toString() |
public WebPProperties lossless(Boolean lossless)
public Boolean isLossless()
public void setLossless(Boolean lossless)
public WebPProperties quality(Double quality)
public Double getQuality()
public void setQuality(Double quality)
public WebPProperties animLoopCount(Integer animLoopCount)
public Integer getAnimLoopCount()
public void setAnimLoopCount(Integer animLoopCount)
public WebPProperties animBackgroundColor(Long animBackgroundColor)
public Long getAnimBackgroundColor()
public void setAnimBackgroundColor(Long animBackgroundColor)
Copyright © 2019 Aspose Pty Ltd. All rights reserved.