net.ontopia.topicmaps.webed.impl.basic
Interface ImageInformationIF

All Known Implementing Classes:
ImageInformation

public interface ImageInformationIF

INTERNAL: Container for storing information about an image used to display a graphical button.


Method Summary
 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.
 

Method Detail

getName

java.lang.String getName()
INTERNAL: Gets the name of the image.


getRelativeURL

java.lang.String getRelativeURL()
INTERNAL: Gets the relative URL to the image location.


getWidth

java.lang.String getWidth()
INTERNAL: Gets the width of the image in pixels.


getHeight

java.lang.String getHeight()
INTERNAL: Gets the height of the image in pixels.


getBorder

java.lang.String getBorder()
INTERNAL: Gets the width of the border displayed around the image in pixels. Default is to display no border (equivalent to 0 pixels).


getAlign

java.lang.String getAlign()
INTERNAL: Gets the align mode in which the image should be rendered. Default mode is "middle".



Copyright © 2000-2012 Ontopia.