public class ClosePathStroke extends Operator
Class representing s operator (Close and stroke path).
Constructor and Description |
---|
ClosePathStroke()
Initializes operator.
|
ClosePathStroke(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()
Returns text representation of the operator.
|
equals, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, valueEquals
public ClosePathStroke(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public ClosePathStroke()
Initializes operator.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2023 Aspose. All Rights Reserved.