org.freedesktop.cairo
public class Status extends Enum
| Field Summary | |
|---|---|
| static Status | FILE_NOT_FOUND |
| static Status | INVALID_CONTENT |
| static Status | INVALID_DASH |
| static Status | INVALID_FORMAT |
| static Status | INVALID_MATRIX |
| static Status | INVALID_PATH_DATA |
| static Status | INVALID_POP_GROUP |
| static Status | INVALID_RESTORE |
| static Status | INVALID_STATUS |
| static Status | INVALID_STRING |
| static Status | INVALID_VISUAL |
| static Status | NO_CURRENT_POINT |
| static Status | NO_MEMORY |
| static Status | NULL_POINTER |
| static Status | PATTERN_TYPE_MISMATCH |
| static Status | READ_ERROR |
| static Status | SUCCESS |
| static Status | SURFACE_FINISHED |
| static Status | SURFACE_TYPE_MISMATCH |
| static Status | WRITE_ERROR |
| Method Summary | |
|---|---|
| static Status | intern(int value) |
| boolean | test(Status other) |
| String | toString() |