|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Class to represent an object which can be written to using a specific style.
Method Summary | |
boolean |
addStyle(Style style)
Method to add a style into this StylishWriteable object's current style. |
boolean |
appendString(java.lang.String string)
Method to insert a styled-string into a StylishWriteable object at end. |
boolean |
insertString(int offset,
java.lang.String string)
Method to insert a styled-string into a StylishWriteable object at offset int. |
void |
popStyle()
Method to pop the appropriate style from this StylishWriteable object's style stack. |
void |
pushStyle()
Method to push the current style onto this StylishWriteable object's style stack so that it can be retrieved later. |
Method Detail |
public void pushStyle()
Documentable
is encountered,
before recursively presenting the new branch.
public boolean addStyle(Style style)
style
- the style.
public void popStyle()
Documentable
is encountered,
after recursively presenting the new branch.
public boolean insertString(int offset, java.lang.String string)
offset
- the offset.string
- the string.
public boolean appendString(java.lang.String string)
string
- the string.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |