Uses of Class
math.geom2d.conic.Hyperbola2D

Packages that use Hyperbola2D
math.geom2d.conic Conic curves like circles, ellipses, parabolas and hyperbolas Contains definition of various conic curves. 
 

Uses of Hyperbola2D in math.geom2d.conic
 

Methods in math.geom2d.conic that return Hyperbola2D
 Hyperbola2D HyperbolaBranch2D.getHyperbola()
          Returns the supporting hyperbola of this branch.
 Hyperbola2D Hyperbola2D.getReverseCurve()
           
 Hyperbola2D Hyperbola2D.transform(AffineTransform2D trans)
           
 

Constructors in math.geom2d.conic with parameters of type Hyperbola2D
HyperbolaBranch2D(Hyperbola2D hyperbola, boolean b)