- java.lang.Object
-
- com.itextpdf.text.pdf.parser.GraphicsState
-
public class GraphicsState extends java.lang.ObjectKeeps all the parameters of the graphics state.- Since:
- 2.1.4
-
-
Constructor Summary
Constructors Constructor Description GraphicsState()Constructs a new Graphics State object with the default values.GraphicsState(GraphicsState source)Copy constructor.
-
-
-
Constructor Detail
-
GraphicsState
public GraphicsState()
Constructs a new Graphics State object with the default values.
-
GraphicsState
public GraphicsState(GraphicsState source)
Copy constructor.- Parameters:
source- another GraphicsState object
-
-