public class GS extends Operator
Class representing gs operator (set parameters from graphic state parameter dictionary).
Constructor and Description |
---|
GS(int index,
com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
|
GS(String name)
Initializes gs operator.
|
Modifier and Type | Method and Description |
---|---|
void |
accept(IOperatorSelector visitor)
Accepts visitor object to process operator.
|
String |
getName()
Gets name of graphic state resource.
|
void |
setName(String value)
Sets name of graphic state resource.
|
String |
toString()
Returns string represnetation of operator.
|
clear, getCommand, getCommandName, getIndex, getParameters, getTrailerable, isTextShowOperator, reset, setIndex, toString
public GS(int index, com.aspose.pdf.engine.commondata.pagecontent.operators.commands.ICommand command)
Constructor for operator class.
index
- Index of operator.command
- Operator command.public GS(String name)
Initializes gs operator.
name
- Name of graphic state.public String getName()
Gets name of graphic state resource.
public void setName(String value)
Sets name of graphic state resource.
value
- String valuepublic String toString()
Returns string represnetation of operator.
public void accept(IOperatorSelector visitor)
Accepts visitor object to process operator.