Enum Class Content

java.lang.Object
java.lang.Enum<Content>
org.freedesktop.cairo.Content
All Implemented Interfaces:
Serializable, Comparable<Content>, Constable

public enum Content extends Enum<Content>
Content is used to describe the content that a surface will contain, whether color information, alpha information (translucence vs. opacity), or both.

Note: The large values here are designed to keep Content values distinct from Format values so that the implementation can detect the error if users confuse the two types.

Since:
1.0