|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.Operation
org.pdfclown.documents.contents.objects.PaintPath
@PDF(value=PDF10) public final class PaintPath
Path-painting operation [PDF:1.6:4.4.2].
Field Summary | |
---|---|
static PaintPath |
CloseFillStroke
'Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation. |
static PaintPath |
CloseFillStrokeEvenOdd
'Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill' operation. |
static String |
CloseFillStrokeEvenOddOperator
|
static String |
CloseFillStrokeOperator
|
static PaintPath |
CloseStroke
'Close and stroke the path' operation. |
static String |
CloseStrokeOperator
|
static PaintPath |
EndPathNoOp
'End the path object without filling or stroking it' operation. |
static String |
EndPathNoOpOperator
|
static PaintPath |
Fill
'Fill the path, using the nonzero winding number rule to determine the region to fill' operation. |
static PaintPath |
FillEvenOdd
'Fill the path, using the even-odd rule to determine the region to fill' operation. |
static String |
FillEvenOddOperator
|
static String |
FillObsoleteOperator
|
static String |
FillOperator
|
static PaintPath |
FillStroke
'Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation. |
static PaintPath |
FillStrokeEvenOdd
'Fill and then stroke the path, using the even-odd rule to determine the region to fill' operation. |
static String |
FillStrokeEvenOddOperator
|
static String |
FillStrokeOperator
|
static PaintPath |
Stroke
'Stroke the path' operation. |
static String |
StrokeOperator
|
Fields inherited from class org.pdfclown.documents.contents.objects.Operation |
---|
operands, operator |
Method Summary | |
---|---|
WindModeEnum |
getFillMode()
Gets the filling rule. |
boolean |
isClosed()
Gets whether the current path has to be closed. |
boolean |
isFilled()
Gets whether the current path has to be filled. |
boolean |
isStroked()
Gets whether the current path has to be stroked. |
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 CloseFillStrokeEvenOddOperator
public static final String CloseFillStrokeOperator
public static final String CloseStrokeOperator
public static final String EndPathNoOpOperator
public static final String FillEvenOddOperator
public static final String FillObsoleteOperator
public static final String FillOperator
public static final String FillStrokeEvenOddOperator
public static final String FillStrokeOperator
public static final String StrokeOperator
public static final PaintPath CloseFillStroke
public static final PaintPath CloseFillStrokeEvenOdd
public static final PaintPath CloseStroke
public static final PaintPath EndPathNoOp
public static final PaintPath Fill
public static final PaintPath FillEvenOdd
public static final PaintPath FillStroke
public static final PaintPath FillStrokeEvenOdd
public static final PaintPath Stroke
Method Detail |
---|
public WindModeEnum getFillMode()
public boolean isClosed()
public boolean isFilled()
public boolean isStroked()
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 |