public class ImageInformation extends Object implements ImageInformationIF
Modifier and Type | Field and Description |
---|---|
protected String |
align |
protected String |
border |
protected String |
height |
protected String |
name |
protected String |
relative_url |
protected String |
width |
Constructor and Description |
---|
ImageInformation(String name,
String relative_url,
String width,
String height,
String border,
String align) |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
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.
|
int |
hashCode() |
String |
toString() |
protected String name
protected String relative_url
protected String width
protected String height
protected String border
protected String align
public String getName()
ImageInformationIF
getName
in interface ImageInformationIF
public String getRelativeURL()
ImageInformationIF
getRelativeURL
in interface ImageInformationIF
public String getWidth()
ImageInformationIF
getWidth
in interface ImageInformationIF
public String getHeight()
ImageInformationIF
getHeight
in interface ImageInformationIF
public String getBorder()
ImageInformationIF
getBorder
in interface ImageInformationIF
public String getAlign()
ImageInformationIF
getAlign
in interface ImageInformationIF