Class CurvesHelper
java.lang.Object
org.verapdf.gf.model.factory.chunks.CurvesHelper
- Author:
- Maxim Plushchov
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic 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)
-
Constructor Details
-
CurvesHelper
public CurvesHelper()
-
-
Method Details
-
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)
-