Package com.openhtmltopdf.render
Class OperatorClip
- java.lang.Object
-
- com.openhtmltopdf.render.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()
-