| Package | Description |
|---|---|
| org.jrebirth.af.core.resource.image |
Provides classes to handle images as JRebirth Resources.
|
| Modifier and Type | Field and Description |
|---|---|
private ObjectProperty<ImageExtension> |
AbstractBaseImage.extensionProperty
The image path.
|
| Modifier and Type | Method and Description |
|---|---|
ImageExtension |
AbstractBaseImage.extension()
Gets the image extension.
|
ImageExtension |
ImageParams.extension()
Gets the image extension.
|
static ImageExtension |
ImageExtension.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ImageExtension[] |
ImageExtension.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<ImageExtension> |
AbstractBaseImage.extensionProperty()
Extension property.
|
| Constructor and Description |
|---|
AbsImage(String name,
ImageExtension extension)
Default Constructor.
|
AbsImage(String path,
String name,
ImageExtension extension)
Default Constructor.
|
AbstractBaseImage(String path,
String name,
ImageExtension extension)
Default Constructor.
|
AbstractBaseImage(String path,
String name,
ImageExtension extension,
double requestedWidth,
double requestedHeight,
boolean preserveRatio,
boolean smooth,
boolean backgroundLoading)
Default Constructor.
|
RelImage(String name,
ImageExtension extension)
Default Constructor.
|
RelImage(String path,
String name,
ImageExtension extension)
Default Constructor.
|
WebImage(String website,
boolean secured,
String path,
String name,
ImageExtension extension)
Default Constructor.
|
WebImage(String website,
String path,
String name,
ImageExtension extension)
Default Constructor.
|
Copyright © 2011–2014 JRebirth OSS. All rights reserved.