|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
|
+--com.aragost.html.Element
|
+--com.aragost.html.Text
| Constructor Summary | |
Text(java.lang.String text)
Creates new Text |
|
| Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getText()
Getter for property text. |
int |
hashCode()
|
boolean |
isBold()
Getter for property bold. |
boolean |
isPreFormatted()
|
void |
setBold(boolean bold)
Setter for property bold. |
void |
setPreFormated(boolean flag)
|
void |
setText(java.lang.String text)
Setter for property text. |
void |
writeTo(HtmlWriter writer)
|
| Methods inherited from class com.aragost.html.Element |
isCellLike, isNowrap |
| Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public Text(java.lang.String text)
| Method Detail |
public boolean equals(java.lang.Object obj)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic void writeTo(HtmlWriter writer)
writeTo in class Elementpublic boolean isPreFormatted()
public void setPreFormated(boolean flag)
public boolean isBold()
public void setBold(boolean bold)
bold - New value of property bold.public java.lang.String getText()
public void setText(java.lang.String text)
text - New value of property text.
|
Copyright 2002 by aragost | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||