com.itextpdf.awt.geom.gl
Class Crossing.CubicCurve

java.lang.Object
  extended by com.itextpdf.awt.geom.gl.Crossing.CubicCurve
Enclosing class:
Crossing

public static class Crossing.CubicCurve
extends Object

CubicCurve class provides basic functionality to find curve crossing and calculating bounds


Constructor Summary
Crossing.CubicCurve(double x1, double y1, double cx1, double cy1, double cx2, double cy2, double x2, double y2)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Crossing.CubicCurve

public Crossing.CubicCurve(double x1,
                           double y1,
                           double cx1,
                           double cy1,
                           double cx2,
                           double cy2,
                           double x2,
                           double y2)


Copyright © 2013. All Rights Reserved.