@Deprecated public class MetafileLoadOptions extends LoadOptions
Constructor and Description |
---|
MetafileLoadOptions()
Deprecated.
Creates the Metafile load options for using old metafile engine.
|
MetafileLoadOptions(boolean useNewEngine)
Deprecated.
Creates the Metafile load options for using metafile engine which determined by parameter.
|
Modifier and Type | Method and Description |
---|---|
boolean |
isUseNewMetafileEngine()
Deprecated.
Returns
true if needs to use new metafile engine otherwise returns false |
getBufferSizeHint, getDataBackgroundColor, getDataRecoveryMode, getProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setDataBackgroundColor, setDataRecoveryMode, setProgressEventHandler, setUseIccProfileConversion
public MetafileLoadOptions()
public MetafileLoadOptions(boolean useNewEngine)
useNewEngine
- If true
then Image.load will use the new metafile engine otherwise old engine.