Uses of Class
org.evoludo.geom.Path2D
Packages that use Path2D
Package
Description
The geometric utilities for working with shapes and spatial relationships.
The GWT graphics for rendering and visualizing evolutionary models.
The toolkit to explore interactive evolutionary models.
-
Uses of Path2D in org.evoludo.geom
Fields in org.evoludo.geom declared as Path2DMethods in org.evoludo.geom that return Path2DModifier and TypeMethodDescriptionstatic Path2D
Path2D.createPolygon2D
(double[] x, double[] y) Construct a polygon from array ofx
- andy
coordinates.AffineTransform.createTransformedShape
(Path2D pSrc) Returns a newPath2D
object defined by the geometry of the specifiedPath2D
after it has been transformed by this transform.Methods in org.evoludo.geom with parameters of type Path2DModifier and TypeMethodDescriptionAffineTransform.createTransformedShape
(Path2D pSrc) Returns a newPath2D
object defined by the geometry of the specifiedPath2D
after it has been transformed by this transform.Constructors in org.evoludo.geom with parameters of type Path2DModifierConstructorDescription(package private)
Constructs a new path iterator object from an arbitraryPath2D
object.Path2D
(Path2D p2d, AffineTransform at) Constructs a new double precisionPath2D
object from an arbitraryPath2D
object, transformed by anAffineTransform
object. -
Uses of Path2D in org.evoludo.graphics
Fields in org.evoludo.graphics declared as Path2DModifier and TypeFieldDescription(package private) Path2D
S3Graph.outline
The path that outlines the simplex.Methods in org.evoludo.graphics with parameters of type Path2D -
Uses of Path2D in org.evoludo.simulator
Fields in org.evoludo.simulator declared as Path2DMethods in org.evoludo.simulator that return Path2D