info.magnolia.cms.gui.misc
Class Spacer

java.lang.Object
  extended by info.magnolia.cms.gui.misc.Spacer

public final class Spacer
extends Object

Utility class. Draw a simple spacer div.

Version:
2.0
Author:
Vinzenz Wyser

Method Summary
static String getHtml(int height, int width)
          Draw a spacer div with the specified width and height.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getHtml

public static String getHtml(int height,
                             int width)
Draw a spacer div with the specified width and height.

Parameters:
height - div height
width - div width
Returns:
html for the spacer


Copyright © 2003-2012 Magnolia International Ltd.. All Rights Reserved.