Class PDFGStateStack.GState

  • All Implemented Interfaces:
    java.lang.Cloneable
    Enclosing class:
    PDFGStateStack

    public static class PDFGStateStack.GState
    extends java.lang.Object
    implements java.lang.Cloneable
    An inner class for GStates.
    • Constructor Summary

      Constructors 
      Constructor Description
      GState()  
    • Constructor Detail

      • GState

        public GState()
    • Method Detail

      • clone

        public PDFGStateStack.GState clone()
        Returns a clone of this gstate.
        Overrides:
        clone in class java.lang.Object