public class ShFill extends Operator
Class representing sh operator (paint area with shadeing pattern).
Constructor and Description |
---|
ShFill()
Initializes operator.
|
ShFill(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
ShFill(String shadingName)
constutor fo ShFill
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getName()
Gets the shading name.
|
void |
setName(String value)
Sets the shading name.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString, toString
public ShFill()
Initializes operator.
public ShFill(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public ShFill(String shadingName)
constutor fo ShFill
shadingName
- String objectpublic String getName()
Gets the shading name.
public void setName(String value)
Sets the shading name.
value
- String valuepublic void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.