| Modifier and Type | Method and Description |
|---|---|
Path |
ColorInfo.getPath()
Gets the geometric path of the rendered element.
|
| Constructor and Description |
|---|
BackgroundColorInfo(Color color,
Path path)
Constructs a new
BackgroundColorInfo with the specified color and path. |
ColorInfo(Color color,
Path path)
Constructs a new ContrastInformationRenderInfo with the specified color and path.
|
TextColorInfo(String text,
String parent,
Color color,
Path path,
float fontSize)
Constructs a new
TextColorInfo with the specified text properties. |
| Modifier and Type | Method and Description |
|---|---|
static Path |
ShapeTransformUtil.transformPath(Path path,
Matrix ctm)
Method for transforming a path.
|
| Modifier and Type | Method and Description |
|---|---|
static Path |
ShapeTransformUtil.transformPath(Path path,
Matrix ctm)
Method for transforming a path.
|
| Constructor and Description |
|---|
Path(Path path) |
| Modifier and Type | Field and Description |
|---|---|
protected Path |
PdfCanvasProcessor.currentPath |
| Modifier and Type | Method and Description |
|---|---|
Path |
ParserGraphicsState.getClippingPath()
Getter for the current clipping path.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ParserGraphicsState.clip(Path path,
int fillingRule)
Intersects the current clipping path with the given path.
|
void |
ParserGraphicsState.setClippingPath(Path clippingPath)
Sets the current clipping path to the specified path.
|
| Modifier and Type | Method and Description |
|---|---|
Path |
ClipperBridge.convertToPath(PolyTree result)
|
| Modifier and Type | Method and Description |
|---|---|
List<Subpath> |
ClipperBridge.addPath(ClipperOffset offset,
Path path,
IClipper.JoinType joinType,
IClipper.EndType endType)
Adds all iText
Subpaths of the iText Path to the ClipperOffset object with one
note: it doesn't add degenerate subpaths. |
void |
ClipperBridge.addPath(IClipper clipper,
Path path,
IClipper.PolyType polyType)
|
| Constructor and Description |
|---|
ClipperBridge(Path... paths)
Creates new
ClipperBridge instance with adjusted float multiplier value. |
| Modifier and Type | Method and Description |
|---|---|
Path |
ClippingPathInfo.getClippingPath()
Gets the
Path which represents current clipping path. |
Path |
PathRenderInfo.getPath()
Gets the
Path to be rendered |
| Constructor and Description |
|---|
ClippingPathInfo(CanvasGraphicsState gs,
Path path,
Matrix ctm)
Creates a new
ClippingPathInfo instance. |
PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Path path,
int operation)
If the operation is
PathRenderInfo.NO_OP then the rule is ignored,
otherwise PdfCanvasConstants.FillingRule.NONZERO_WINDING is used by default. |
PathRenderInfo(Stack<CanvasTag> canvasTagHierarchy,
CanvasGraphicsState gs,
Path path,
int operation,
int rule,
boolean isClip,
int clipRule)
Creates the new
PathRenderInfo instance. |
Copyright © 1998–2026 Apryse Group NV. All rights reserved.