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.
|
int |
getJoin() |
void |
setJoin(int value) |
equals, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, toString, valueEquals
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 final int getJoin()
public final void setJoin(int value)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2024 Aspose. All Rights Reserved.