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

Method Detail

getName

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


getRelativeURL

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


getWidth

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


getHeight

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


getBorder

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

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



Copyright © 2000-2012 Ontopia.