public abstract class TextOperator extends Operator
Abstract base class for text-related operators (TJ, Tj, Tm, BT, ET, etc).
Constructor and Description |
---|
TextOperator()
Constructor for new operator.
|
TextOperator(TextProperties textProperties)
Text operator which accepts text properties.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public TextOperator()
Constructor for new operator.
public TextOperator(TextProperties textProperties)
Text operator which accepts text properties.
textProperties
- Text properties.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.