public class AbsImage extends AbstractBaseImage implements ImageParams
extensionProperty, nameProperty, pathPropertyPARAMETER_SEPARATOR| Constructor and Description |
|---|
AbsImage(String fullName)
Default Constructor.
|
AbsImage(String name,
ImageExtension extension)
Default Constructor.
|
AbsImage(String path,
String name,
ImageExtension extension)
Default Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
protected List<? extends Object> |
getFieldValues()
Return all values of
ParameterEntry object. |
void |
parse(String[] parameters)
Parse a string to initialize fields.
|
backgroundLoading, extension, extensionProperty, name, nameProperty, path, pathProperty, preserveRatio, requestedHeight, requestedWidth, smoothactivateAutoRefresh, getKey, hasChanged, hasChanged, readBoolean, readDouble, readInteger, setKey, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitextension, name, pathactivateAutoRefresh, getKey, hasChanged, hasChanged, setKeypublic AbsImage(String path, String name, ImageExtension extension)
path - the image local pathname - the file nameextension - the image extensionpublic AbsImage(String name, ImageExtension extension)
name - the file nameextension - the image extensionpublic AbsImage(String fullName)
fullName - the full file name (including path and image extension)public void parse(String[] parameters)
parse in interface ResourceParamsparameters - split from resource properties fileprotected List<? extends Object> getFieldValues()
ParameterEntry object.getFieldValues in class AbstractBaseParamsCopyright © 2011–2014 JRebirth OSS. All rights reserved.