public class ClosePath extends Operator
Class representing h operator (close path).
Constructor and Description |
---|
ClosePath()
Initializes operator.
|
ClosePath(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 |
getCommandName()
Gets operator name.
|
clear, getCommand, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public ClosePath()
Initializes operator.
public ClosePath(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public String getCommandName()
Operator
Gets operator name.
getCommandName
in class Operator
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.