Class OperatorClip

  • All Implemented Interfaces:
    DisplayListItem

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

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

      Constructors 
      Constructor Description
      OperatorClip​(java.awt.Shape clip)  
    • Method Summary

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

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

      • clip

        private final java.awt.Shape clip
    • Constructor Detail

      • OperatorClip

        public OperatorClip​(java.awt.Shape clip)
    • Method Detail

      • getClip

        public java.awt.Shape getClip()