Modifier and Type | Method and Description |
---|---|
static PDFCanvas.EdgeType |
PDFCanvas.EdgeType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFCanvas.EdgeType[] |
PDFCanvas.EdgeType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
PDFCanvas.quickReject(float left,
float top,
float right,
float bottom,
PDFCanvas.EdgeType type)
Not supported, so always returns false.
|
boolean |
PDFCanvas.quickReject(Path path,
PDFCanvas.EdgeType type)
Not supported, so always returns false.
|
boolean |
PDFCanvas.quickReject(RectF rect,
PDFCanvas.EdgeType type)
Not supported, so always returns false.
|