public class SetMiterLimit extends Operator
Class representing M operator (set miter limit).
Constructor and Description |
---|
SetMiterLimit(double miterLimit)
Initializes operator.
|
SetMiterLimit(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.
|
double |
getMiterLimit()
Gets the miter limit.
|
void |
setMiterLimit(double value)
Sets the miter limit.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public SetMiterLimit(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public SetMiterLimit(double miterLimit)
Initializes operator.
miterLimit
- Mitel limit.public double getMiterLimit()
Gets the miter limit.
public void setMiterLimit(double value)
Sets the miter limit.
value
- double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.