public class EndPath extends Operator
Class representing n operator (end path without filling or stroking).
Constructor and Description |
---|
EndPath()
Constructor for writing program.
|
EndPath(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
toString()
Text representation of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public EndPath(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public EndPath()
Constructor for writing program.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.