java.lang.Object
nextapp.echoservlet.LayoutStrut
- public class LayoutStrut
- extends java.lang.Object
A utility class used to create image elements of various sizes that
referencing a blank image generating service. These elements are used
to force separation of other elements in an HTML document.
|
Constructor Summary |
private |
LayoutStrut()
Non-instantiable class. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SERVICE_BLANK_PIXEL
public static final Service SERVICE_BLANK_PIXEL
- The blank pixel generating service
LayoutStrut
private LayoutStrut()
- Non-instantiable class.
createElement
public static nextapp.echoservlet.html.Element createElement(Connection conn,
int width,
int height)
- Creates an HTML <img> element that references a transparent image.