Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

nextapp.echoservlet
Class LayoutStrut  view LayoutStrut download LayoutStrut.java

java.lang.Object
  extended bynextapp.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.


Field Summary
static Service SERVICE_BLANK_PIXEL
          The blank pixel generating service
 
Constructor Summary
private LayoutStrut()
          Non-instantiable class.
 
Method Summary
static nextapp.echoservlet.html.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

SERVICE_BLANK_PIXEL

public static final Service SERVICE_BLANK_PIXEL
The blank pixel generating service

Constructor Detail

LayoutStrut

private LayoutStrut()
Non-instantiable class.

Method Detail

createElement

public static nextapp.echoservlet.html.Element createElement(Connection conn,
                                                             int width,
                                                             int height)
Creates an HTML <img> element that references a transparent image.