PdfPagePathObject
public
final
class
PdfPagePathObject
extends PdfPageObject
| java.lang.Object | ||
| ↳ | android.graphics.pdf.component.PdfPageObject | |
| ↳ | android.graphics.pdf.component.PdfPagePathObject | |
Represents a path object on a PDF page. This class extends
PdfPageObject and provides methods to access and modify the
path's content, such as its shape, fill color, stroke color and line width.
Summary
Constants | |
|---|---|
int |
RENDER_MODE_FILL
Fill Mode : Only the interior of the glyphs is filled with the fill color. |
int |
RENDER_MODE_FILL_STROKE
FillStroke Mode : Both the interior and outline of the glyphs are rendered using the fill abd stroke colors respectively. |
int |
RENDER_MODE_STROKE
Stroke Mode : Only the outline of the glyphs is stroked with the stroke color. |
int |
RENDER_MODE_UNKNOWN
Unknown Render Mode. |