public class GraphicState extends Object
Represents graphic state of the current GraphicElement
.
Modifier and Type | Method and Description |
---|---|
List<Operator> |
getClipsAndMatrices()
Gets the operators representing clips and concatenation matrices.
|
com.aspose.ms.System.Collections.Generic.SortedDictionary<Byte,Operator> |
getColorsAndStyles()
Gets the operators representing colorspaces, colors and line styles.
|
Matrix |
getMatrix()
Gets the current transformation matrix.
|
void |
setMatrix(Matrix value)
Gets the current transformation matrix.
|
public final Matrix getMatrix()
Gets the current transformation matrix.
public final void setMatrix(Matrix value)
Gets the current transformation matrix.
value
- Matrix instancepublic final List<Operator> getClipsAndMatrices()
Gets the operators representing clips and concatenation matrices.
Copyright © 2024 Aspose. All Rights Reserved.