|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--irc.style.DecodedLine
A decoded line, ready for drawing.
Field Summary | |
java.lang.String |
decoded
Decoded string. |
java.lang.String |
decoded_stripped
Decoded string, but stripped of all color codes. |
java.lang.String |
original
Original string. |
Constructor Summary | |
DecodedLine()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public java.lang.String original
public java.lang.String decoded
public java.lang.String decoded_stripped
Constructor Detail |
public DecodedLine()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |