Class BorderPainter.PathPainter
java.lang.Object
org.apache.fop.render.intermediate.BorderPainter.PathPainter
- Enclosing class:
BorderPainter
This is a helper class for constructing curves composed of move, line and arc operations. Coordinates
are relative to the terminal point of the previous operation
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) BorderPainter.PathPainter
drawCorner
(BorderPainter.Corner corner) lineHorizTo
(int x) lineTo
(int x, int y) lineVertTo
(int y) private void
moveTo
(int x, int y)
-
Field Details
-
x
private int xCurrent x position -
y
private int yCurrent y position
-
-
Constructor Details
-
PathPainter
PathPainter(int x, int y) throws IOException - Throws:
IOException
-
-
Method Details
-
moveTo
- Throws:
IOException
-
lineTo
- Throws:
IOException
-
lineHorizTo
- Throws:
IOException
-
lineVertTo
- Throws:
IOException
-
drawCorner
- Throws:
IOException
-