Class CurvesHelper
- java.lang.Object
-
- org.verapdf.gf.model.factory.chunks.CurvesHelper
-
public class CurvesHelper extends Object
- Author:
- Maxim Plushchov
-
-
Constructor Summary
Constructors Constructor Description CurvesHelper()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static BoundingBoxgetBoundingBoxForCurveC(int pageNumber, Vertex v0, Vertex v1, Vertex v2, Vertex v3, double width)static BoundingBoxgetBoundingBoxForCurveV(int pageNumber, Vertex v0, Vertex v2, Vertex v3, double width)static BoundingBoxgetBoundingBoxForCurveY(int pageNumber, Vertex v0, Vertex v1, Vertex v3, double width)
-
-
-
Method Detail
-
getBoundingBoxForCurveC
public static BoundingBox getBoundingBoxForCurveC(int pageNumber, Vertex v0, Vertex v1, Vertex v2, Vertex v3, double width)
-
getBoundingBoxForCurveY
public static BoundingBox getBoundingBoxForCurveY(int pageNumber, Vertex v0, Vertex v1, Vertex v3, double width)
-
getBoundingBoxForCurveV
public static BoundingBox getBoundingBoxForCurveV(int pageNumber, Vertex v0, Vertex v2, Vertex v3, double width)
-
-