public class SetLineJoin extends Operator
Class representing j operator (set line join style).
LineJoin
Constructor and Description |
---|
SetLineJoin()
Initializes operator.
|
SetLineJoin(int join) |
SetLineJoin(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.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetLineJoin()
Initializes operator.
public SetLineJoin(int join)
public SetLineJoin(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.