org.freedesktop.cairo
Class Operator
Object
org.freedesktop.bindings.Constant
org.freedesktop.cairo.Operator
public class Operator
- extends org.freedesktop.bindings.Constant
Constants specifying the compositing operating mode in effect. These are
set for a drawing Context using setOperator()
, and take effect when commands like paint()
are invoked.
- Since:
- 4.0.7
- Author:
- Andrew Cowie, Zak Fenton
Field Summary |
static Operator |
CLEAR
Clear a surface to all transparent. |
static Operator |
OVER
Default operator: draw over existing pixels. |
Methods inherited from class org.freedesktop.bindings.Constant |
toString |
Methods inherited from class Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
CLEAR
public static final Operator CLEAR
- Clear a surface to all transparent.
- Since:
- 4.0.7
OVER
public static final Operator OVER
- Default operator: draw over existing pixels.
- Since:
- 4.0.10