|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.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 ImageInformationIF
public java.lang.String getRelativeURL()
ImageInformationIF
getRelativeURL
in interface ImageInformationIF
public java.lang.String getWidth()
ImageInformationIF
getWidth
in interface ImageInformationIF
public java.lang.String getHeight()
ImageInformationIF
getHeight
in interface ImageInformationIF
public java.lang.String getBorder()
ImageInformationIF
getBorder
in interface ImageInformationIF
public java.lang.String getAlign()
ImageInformationIF
getAlign
in interface ImageInformationIF
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
public 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 |