Class OperatorClip

java.lang.Object
com.openhtmltopdf.render.OperatorClip
All Implemented Interfaces:
DisplayListItem

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

    • clip

      private final Shape clip
  • Constructor Details

    • OperatorClip

      public OperatorClip(Shape clip)
  • Method Details

    • getClip

      public Shape getClip()