EndPath

Inheritance: java.lang.Object, com.aspose.pdf.Operator

public class EndPath extends Operator

Class representing n operator (end path without filling or stroking).

Constructors

ConstructorDescription
EndPath(int index, ICommand command)Constructor for operator class.
EndPath()Constructor for writing program.

Methods

MethodDescription
accept(IOperatorSelector visitor)Accepts visitor object to process operator.
toString()Text representation of operator.

EndPath(int index, ICommand command)

public EndPath(int index, ICommand command)

Constructor for operator class.

Parameters:

ParameterTypeDescription
indexintIndex of operator.
commandICommandOperator command.

EndPath()

public EndPath()

Constructor for writing program.

accept(IOperatorSelector visitor)

public void accept(IOperatorSelector visitor)

Accepts visitor object to process operator.

Parameters:

ParameterTypeDescription
visitorIOperatorSelectorVisitor object.

toString()

public String toString()

Text representation of operator.

Returns: java.lang.String - Text representation of operator.