|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.lowagie.text.rtf.parser.destinations.RtfDestination com.lowagie.text.rtf.parser.destinations.RtfDestinationColorTable
public class RtfDestinationColorTable
RtfDestinationColorTable
handles data destined for the color table destination
Field Summary |
---|
Fields inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
lastCtrlWord, modified, rtfParser |
Constructor Summary | |
---|---|
RtfDestinationColorTable()
Constructor. |
|
RtfDestinationColorTable(RtfParser parser)
Constructs a new RtfColorTableParser. |
Method Summary | |
---|---|
boolean |
closeDestination()
Clean up when destination is closed. |
java.awt.Color |
getColor(java.lang.String key)
Get the Color object that is mapped to the key. |
boolean |
handleCharacter(int ch)
Handle text for this destination |
boolean |
handleCloseGroup()
Clean up when group is closed. |
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination |
boolean |
handleOpenGroup()
Setup when group is opened. |
boolean |
handleOpeningSubGroup()
Handle a new subgroup contained within this group |
void |
setParser(RtfParser parser)
Set the parser to use with the RtfDestination object. |
void |
setToDefaults()
Set default values. |
Methods inherited from class com.lowagie.text.rtf.parser.destinations.RtfDestination |
---|
addListener, afterCharacter, afterCtrlWord, beforeCharacter, beforeCtrlWord, getNewTokeniserState, isModified, onCharacter, onCloseGroup, onCtrlWord, onOpenGroup, removeListener |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public RtfDestinationColorTable()
public RtfDestinationColorTable(RtfParser parser)
parser
- an RtfParserMethod Detail |
---|
public void setParser(RtfParser parser)
RtfDestination
setParser
in class RtfDestination
parser
- The RtfParser object.public boolean handleOpeningSubGroup()
RtfDestination
handleOpeningSubGroup
in class RtfDestination
public boolean closeDestination()
RtfDestination
closeDestination
in class RtfDestination
public boolean handleCloseGroup()
RtfDestination
handleCloseGroup
in class RtfDestination
public boolean handleOpenGroup()
RtfDestination
handleOpenGroup
in class RtfDestination
public boolean handleCharacter(int ch)
RtfDestination
handleCharacter
in class RtfDestination
public boolean handleControlWord(RtfCtrlWordData ctrlWordData)
RtfDestination
handleControlWord
in class RtfDestination
ctrlWordData
- The control word and parameter information object
public void setToDefaults()
setToDefaults
in class RtfDestination
public java.awt.Color getColor(java.lang.String key)
Color
object that is mapped to the key.
key
- The map number.
*@return Color
object from the map. null if key does not exist.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |