Uses of Class
math.geom2d.conic.Conic2D.Type

Packages that use Conic2D.Type
math.geom2d.conic Definition of various conic curves like circles, ellipses, parabolas and hyperbolas, and their resepctive arcs. 
 

Uses of Conic2D.Type in math.geom2d.conic
 

Methods in math.geom2d.conic that return Conic2D.Type
 Conic2D.Type Parabola2D.getConicType()
           
 Conic2D.Type Hyperbola2D.getConicType()
           
 Conic2D.Type Ellipse2D.getConicType()
           
 Conic2D.Type Conic2D.getConicType()
           
 Conic2D.Type Circle2D.getConicType()
           
static Conic2D.Type Conic2D.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Conic2D.Type[] Conic2D.Type.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2013 AMIS research group, Faculty of Mathematics and Physics, Charles University in Prague, Czech Republic. All Rights Reserved.