SetLineJoin
Contents
[
Hide
]Inheritance: java.lang.Object, com.aspose.pdf.Operator
public class SetLineJoin extends Operator
Class representing j operator (set line join style).
Constructors
| Constructor | Description |
|---|---|
| SetLineJoin() | Initializes operator. |
| SetLineJoin(int join) | |
| SetLineJoin(int index, ICommand command) | Constructor for operator class. |
Methods
| Method | Description |
|---|---|
| getJoin() | |
| setJoin(int value) | |
| accept(IOperatorSelector visitor) | Accepts visitor object to process operator. |
SetLineJoin()
public SetLineJoin()
Initializes operator.
SetLineJoin(int join)
public SetLineJoin(int join)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| join | int |
SetLineJoin(int index, ICommand command)
public SetLineJoin(int index, ICommand command)
Constructor for operator class.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| index | int | Index of operator. |
| command | ICommand | Operator command. |
getJoin()
public final int getJoin()
Returns: int
setJoin(int value)
public final void setJoin(int value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
accept(IOperatorSelector visitor)
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| visitor | IOperatorSelector | Visitor object. |