public class ImageFormat extends Object
Constructor and Description |
---|
ImageFormat() |
Modifier and Type | Method and Description |
---|---|
int |
getColors() |
String |
getFormat() |
int |
getJpeg_quality() |
String |
getMode() |
String |
getName() |
float |
getOpacity() |
String |
getQuantizer() |
String |
getResamplig_method() |
boolean |
isTransparent() |
void |
setColors(int colors) |
void |
setFormat(String format) |
void |
setJpeg_quality(int jpegQuality) |
void |
setMode(String mode) |
void |
setName(String name) |
void |
setOpacity(float opacity) |
void |
setQuantizer(String quantizer) |
void |
setResamplig_method(String resampligMethod) |
void |
setTransparent(boolean transparent) |
public String getName()
public void setName(String name)
public String getFormat()
public void setFormat(String format)
public String getMode()
public void setMode(String mode)
public int getColors()
public void setColors(int colors)
public boolean isTransparent()
public void setTransparent(boolean transparent)
public String getResamplig_method()
public void setResamplig_method(String resampligMethod)
public float getOpacity()
public void setOpacity(float opacity)
public int getJpeg_quality()
public void setJpeg_quality(int jpegQuality)
public String getQuantizer()
public void setQuantizer(String quantizer)