uic.widgets.html
Class HTMLDocument.Line

java.lang.Object
  extended by uic.widgets.html.HTMLDocument.Line
Enclosing class:
HTMLDocument

public static class HTMLDocument.Line
extends Object


Field Summary
 int height
           
 String text
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
HTMLDocument.Line(String text, int x, int y, int w, int h)
           
 
Method Summary
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

x

public final int x

y

public final int y

width

public final int width

height

public final int height

text

public final String text
Constructor Detail

HTMLDocument.Line

public HTMLDocument.Line(String text,
                         int x,
                         int y,
                         int w,
                         int h)
Method Detail

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2004 Thomas Zander Available under the Free Apache licence