Class Curve
- java.lang.Object
-
- org.verapdf.gf.model.factory.chunks.Curve
-
public class Curve extends Object
- Author:
- Maxim Plushchov
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BoundingBoxgetBoundingBox()doublegetX3()doublegetY3()
-
-
-
Method Detail
-
getX3
public double getX3()
-
getY3
public double getY3()
-
getBoundingBox
public BoundingBox getBoundingBox()
-
-