info.magnolia.cms.gui.misc
Class Spacer
java.lang.Object
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 |
getHtml
public static String getHtml(int height,
int width)
- Draw a spacer div with the specified width and height.
- Parameters:
height
- div heightwidth
- div width
- Returns:
- html for the spacer
Copyright © 2003-2011 Magnolia International Ltd.. All Rights Reserved.