public interface ImageInformationIF
Modifier and Type | Method and Description |
---|---|
String |
getAlign()
INTERNAL: Gets the align mode in which the image should be rendered.
|
String |
getBorder()
INTERNAL: Gets the width of the border displayed around the image
in pixels.
|
String |
getHeight()
INTERNAL: Gets the height of the image in pixels.
|
String |
getName()
INTERNAL: Gets the name of the image.
|
String |
getRelativeURL()
INTERNAL: Gets the relative URL to the image location.
|
String |
getWidth()
INTERNAL: Gets the width of the image in pixels.
|
String getName()
String getRelativeURL()
String getWidth()
String getHeight()
String getBorder()
String getAlign()