public class SetLineCap extends Operator
Class representing J operator (set line cap style).
Constructor and Description |
---|
SetLineCap(int cap) |
SetLineCap(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command) |
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
int |
getCap()
Gets line caps style.
|
void |
setCap(int value)
Sets line caps style.
|
Equals, equals, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, toString
public SetLineCap(int cap)
public SetLineCap(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
public final int getCap()
Gets line caps style.
public final void setCap(int value)
Sets line caps style.
value
- int valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2023 Aspose. All Rights Reserved.