public class SvgLoadOptions extends LoadOptions
The Svg load options.
LoadOptions
Constructor and Description |
---|
SvgLoadOptions() |
Modifier and Type | Method and Description |
---|---|
int |
getDefaultHeight()
Gets or sets the default height.
|
int |
getDefaultWidth()
Gets or sets the default width.
|
void |
setDefaultHeight(int value)
Gets or sets the default height.
|
void |
setDefaultWidth(int value)
Gets or sets the default width.
|
getBufferSizeHint, getDataBackgroundColor, getDataRecoveryMode, getProgressEventHandler, getUseIccProfileConversion, setBufferSizeHint, setDataBackgroundColor, setDataRecoveryMode, setProgressEventHandler, setUseIccProfileConversion
public int getDefaultWidth()
Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.
public void setDefaultWidth(int value)
Gets or sets the default width. Property DefaultWidth use with only case, when width not set in file.
value
- The default width.public int getDefaultHeight()
Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.
public void setDefaultHeight(int value)
Gets or sets the default height. Property DefaultHeight use with only case, when height not set in file.
value
- The default height.