Class OperatorSetClip

  • All Implemented Interfaces:
    DisplayListItem

    public class OperatorSetClip
    extends java.lang.Object
    implements DisplayListItem
    A display list item that indicates the output device needs to expand the clip at this point.
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private java.awt.Shape setClip  
    • Constructor Summary

      Constructors 
      Constructor Description
      OperatorSetClip​(java.awt.Shape setClip)  
    • Method Summary

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

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

      • setClip

        private final java.awt.Shape setClip
    • Constructor Detail

      • OperatorSetClip

        public OperatorSetClip​(java.awt.Shape setClip)
    • Method Detail

      • getSetClipShape

        public java.awt.Shape getSetClipShape()