|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.pdfclown.documents.contents.objects.ContentObject org.pdfclown.documents.contents.objects.Operation org.pdfclown.documents.contents.objects.ModifyClipPath
@PDF(value=PDF10) public final class ModifyClipPath
Clipping path operation [PDF:1.6:4.4.2].
Field Summary | |
---|---|
static ModifyClipPath |
EvenOdd
'Modify the current clipping path by intersecting it with the current path, using the even-odd rule to determine which regions lie inside the clipping path' operation. |
static String |
EvenOddOperator
|
static ModifyClipPath |
NonZero
'Modify the current clipping path by intersecting it with the current path, using the nonzero winding number rule to determine which regions lie inside the clipping path' operation. |
static String |
NonZeroOperator
|
Fields inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
operands, operator |
Method Summary | |
---|---|
WindModeEnum |
getClipMode()
Gets the clipping rule. |
void |
scan(ContentScanner.GraphicsState state)
Applies this object to the specified graphics context, updating the specified graphics state. |
Methods inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
get, getOperands, getOperator, toString, writeTo |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final String EvenOddOperator
public static final String NonZeroOperator
public static final ModifyClipPath EvenOdd
public static final ModifyClipPath NonZero
Method Detail |
---|
public WindModeEnum getClipMode()
public void scan(ContentScanner.GraphicsState state)
ContentObject
scan
in class ContentObject
state
- Graphics state.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |