|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.ontopia.topicmaps.webed.impl.basic.ImageInformation
public class ImageInformation
INTERNAL: Default implementation of the ImageInformationIF interface.
| Field Summary | |
|---|---|
protected String |
align
|
protected String |
border
|
protected String |
height
|
protected String |
name
|
protected String |
relative_url
|
protected String |
width
|
| Constructor Summary | |
|---|---|
ImageInformation(String name,
String relative_url,
String width,
String height,
String border,
String align)
|
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String name
protected String relative_url
protected String width
protected String height
protected String border
protected String align
| Constructor Detail |
|---|
public ImageInformation(String name,
String relative_url,
String width,
String height,
String border,
String align)
| Method Detail |
|---|
public String getName()
ImageInformationIF
getName in interface ImageInformationIFpublic String getRelativeURL()
ImageInformationIF
getRelativeURL in interface ImageInformationIFpublic String getWidth()
ImageInformationIF
getWidth in interface ImageInformationIFpublic String getHeight()
ImageInformationIF
getHeight in interface ImageInformationIFpublic String getBorder()
ImageInformationIF
getBorder in interface ImageInformationIFpublic String getAlign()
ImageInformationIF
getAlign in interface ImageInformationIFpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectpublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||