public class SetFlat extends Operator
Class representing i operator (set flatness toleracne).
| Constructor and Description |
|---|
SetFlat(double flatness)
Initializes operator.
|
SetFlat(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 |
getFlatness()
Gets the flatness.
|
void |
setFlatness(double value)
Sets the flatness.
|
equals, getCommand, getCommandName, getIndex, getParameters, isTextShowOperator, reset, setIndex, toString, toString, valueEqualspublic SetFlat(double flatness)
Initializes operator.
flatness - The value of flatness.public SetFlat(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index - Index of operator.command - Operator command.public double getFlatness()
Gets the flatness.
public void setFlatness(double value)
Sets the flatness.
value - double valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
Copyright © 2024 Aspose. All Rights Reserved.