Package com.lowagie.text.pdf.parser
Class GraphicsState
java.lang.Object
com.lowagie.text.pdf.parser.GraphicsState
Keeps all the parameters of the graphics state.
- Since:
- 2.1.4
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new Graphics State object with the default values.GraphicsState(GraphicsState source) Copy constructor. -
Method Summary
-
Constructor Details
-
GraphicsState
public GraphicsState()Constructs a new Graphics State object with the default values. -
GraphicsState
Copy constructor.- Parameters:
source- another GraphicsState object
-