public class GlobalsImage extends Object
| Constructor and Description | 
|---|
GlobalsImage()  | 
| Modifier and Type | Method and Description | 
|---|---|
List<ImageFormat> | 
getFormats()  | 
float | 
getMax_shrink_factor()  | 
String | 
getResampling_method()  | 
float | 
getStretch_factor()  | 
boolean | 
isPaleted()  | 
void | 
setFormats(List<ImageFormat> formats)  | 
void | 
setMax_shrink_factor(float maxShrinkFactor)  | 
void | 
setPaleted(boolean paleted)  | 
void | 
setResampling_method(String resamplingMethod)  | 
void | 
setStretch_factor(float stretchFactor)  | 
public String getResampling_method()
public void setResampling_method(String resamplingMethod)
public float getStretch_factor()
public void setStretch_factor(float stretchFactor)
public float getMax_shrink_factor()
public void setMax_shrink_factor(float maxShrinkFactor)
public boolean isPaleted()
public void setPaleted(boolean paleted)
public List<ImageFormat> getFormats()
public void setFormats(List<ImageFormat> formats)