com.lowagie.text.pdf.parser
Class GraphicsState

java.lang.Object
  extended by com.lowagie.text.pdf.parser.GraphicsState

public class GraphicsState
extends java.lang.Object

Keeps all the parameters of the graphics state.

Since:
2.1.4

Constructor Summary
GraphicsState()
          Constructs a new Graphics State object with the default values.
GraphicsState(GraphicsState source)
          Copy constructor.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

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


iText 2.1.7