|
||||||||||
| 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 java.lang.String |
align
|
protected java.lang.String |
border
|
protected java.lang.String |
height
|
protected java.lang.String |
name
|
protected java.lang.String |
relative_url
|
protected java.lang.String |
width
|
| Constructor Summary | |
|---|---|
ImageInformation(java.lang.String name,
java.lang.String relative_url,
java.lang.String width,
java.lang.String height,
java.lang.String border,
java.lang.String align)
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getAlign()
INTERNAL: Gets the align mode in which the image should be rendered. |
java.lang.String |
getBorder()
INTERNAL: Gets the width of the border displayed around the image in pixels. |
java.lang.String |
getHeight()
INTERNAL: Gets the height of the image in pixels. |
java.lang.String |
getName()
INTERNAL: Gets the name of the image. |
java.lang.String |
getRelativeURL()
INTERNAL: Gets the relative URL to the image location. |
java.lang.String |
getWidth()
INTERNAL: Gets the width of the image in pixels. |
int |
hashCode()
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String name
protected java.lang.String relative_url
protected java.lang.String width
protected java.lang.String height
protected java.lang.String border
protected java.lang.String align
| Constructor Detail |
|---|
public ImageInformation(java.lang.String name,
java.lang.String relative_url,
java.lang.String width,
java.lang.String height,
java.lang.String border,
java.lang.String align)
| Method Detail |
|---|
public java.lang.String getName()
ImageInformationIF
getName in interface ImageInformationIFpublic java.lang.String getRelativeURL()
ImageInformationIF
getRelativeURL in interface ImageInformationIFpublic java.lang.String getWidth()
ImageInformationIF
getWidth in interface ImageInformationIFpublic java.lang.String getHeight()
ImageInformationIF
getHeight in interface ImageInformationIFpublic java.lang.String getBorder()
ImageInformationIF
getBorder in interface ImageInformationIFpublic java.lang.String getAlign()
ImageInformationIF
getAlign in interface ImageInformationIFpublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic java.lang.String toString()
toString in class java.lang.Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||