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.graphicstateoperators.SetFlatnessTolerance 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.
|
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand |
toCommand()
For internal usage only!
|
equals, getCommand, getCommandName, getIndex, isTextShowOperator, reset, setIndex, toString, toString, valueEquals
public SetFlat(double flatness)
Initializes operator.
flatness
- The value of flatness.public SetFlat(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.graphicstateoperators.SetFlatnessTolerance 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.
public com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand toCommand()
Operator
saves operator to command
Copyright © 2025 Aspose. All Rights Reserved.