public class RtfDestinationColorTable extends RtfDestination
RtfDestinationColorTable
handles data destined for the color table destinationlastCtrlWord, modified, rtfParser
Constructor and Description |
---|
RtfDestinationColorTable()
Constructor.
|
RtfDestinationColorTable(RtfParser parser)
Constructs a new RtfColorTableParser.
|
Modifier and Type | Method and Description |
---|---|
boolean |
closeDestination()
Clean up when destination is closed.
|
Color |
getColor(String key)
Get the
Color object that is mapped to the key. |
boolean |
handleCloseGroup()
Clean up when group is closed.
|
boolean |
handleControlWord(RtfCtrlWordData ctrlWordData)
Handle control word for this destination
|
boolean |
handleCharacter(int ch)
Handle text 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.
|
addListener, afterCtrlWord, afterCharacter, beforeCtrlWord, beforeCharacter, getNewTokeniserState, isModified, onCloseGroup, onCtrlWord, onCharacter, onOpenGroup, removeListener
public RtfDestinationColorTable()
public RtfDestinationColorTable(RtfParser parser)
parser
- an RtfParserpublic 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 objectpublic void setToDefaults()
setToDefaults
in class RtfDestination
Copyright © 2015. All rights reserved.