|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectnextapp.echoservlet.LayoutStrut
public class LayoutStrut
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.
| Field Summary | |
|---|---|
static Service |
SERVICE_BLANK_PIXEL
The blank pixel generating service |
| Method Summary | |
|---|---|
static Element |
createElement(Connection conn,
int width,
int height)
Creates an HTML <img> element that references a transparent image. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Service SERVICE_BLANK_PIXEL
| Method Detail |
|---|
public static Element createElement(Connection conn,
int width,
int height)
conn - The connection to which the containing document will be
rendered.width - The desired pixel width of the layout strut.height - The desired pixel height of the layout strut.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||