Class PaintPushClipRect

    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Rectangle clipBox  
    • Constructor Summary

      Constructors 
      Constructor Description
      PaintPushClipRect​(java.awt.Rectangle clipBox)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.awt.Rectangle getClipBox()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • clipBox

        private final java.awt.Rectangle clipBox
    • Constructor Detail

      • PaintPushClipRect

        public PaintPushClipRect​(java.awt.Rectangle clipBox)
    • Method Detail

      • getClipBox

        public java.awt.Rectangle getClipBox()