public class RelImage extends AbstractBaseImage implements ImageParams
extensionProperty, nameProperty, pathProperty
PARAMETER_SEPARATOR
Constructor and Description |
---|
RelImage(String fullName)
Default Constructor.
|
RelImage(String name,
ImageExtension extension)
Default Constructor.
|
RelImage(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, smooth
activateAutoRefresh, equals, getKey, hasChanged, hasChanged, hashCode, readBoolean, readDouble, readInteger, setKey, toString
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
extension, name, path
activateAutoRefresh, getKey, hasChanged, hasChanged, setKey
public RelImage(String path, String name, ImageExtension extension)
path
- the image local pathname
- the file nameextension
- the image extensionpublic RelImage(String name, ImageExtension extension)
name
- the file nameextension
- the image extensionpublic void parse(String... parameters)
parse
in interface ResourceParams
parameters
- split from resource properties fileprotected List<? extends Object> getFieldValues()
ParameterEntry
object.getFieldValues
in class AbstractBaseParams
Copyright © 2011–2016 JRebirth OSS. All rights reserved.