Class PDFGStateStack.GState
- java.lang.Object
 - 
- com.inductiveautomation.rm.pdf.writer.PDFGStateStack.GState
 
 
- 
- All Implemented Interfaces:
 java.lang.Cloneable
- Enclosing class:
 - PDFGStateStack
 
public static class PDFGStateStack.GState extends java.lang.Object implements java.lang.CloneableAn inner class for GStates. 
- 
- 
Constructor Summary
Constructors Constructor Description GState() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description PDFGStateStack.GStateclone()Returns a clone of this gstate. 
 - 
 
- 
- 
Method Detail
- 
clone
public PDFGStateStack.GState clone()
Returns a clone of this gstate.- Overrides:
 clonein classjava.lang.Object
 
 - 
 
 -