Uses of Class
org.evoludo.geom.Node2D
Packages that use Node2D
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 Node2D in org.evoludo.geom
Methods in org.evoludo.geom that return Node2DModifier and TypeMethodDescriptionNode2D.scaleR(double scale) Node2D.set(double x, double y, double r) Set thex- andy-coordinates and the radiusrof 2D node.Set the coordinates and radious to those of noden.Node2D.setR(double r) Set the radiusrof this 2D node.Methods in org.evoludo.geom with parameters of type Node2DModifier and TypeMethodDescriptiondoubleCalculate the distance between this 2D nodenand nodem.doubleCalculate the distance squared between this 2D nodenand nodem.Set the coordinates and radious to those of noden.Constructors in org.evoludo.geom with parameters of type Node2D -
Uses of Node2D in org.evoludo.graphics
Methods in org.evoludo.graphics with parameters of type Node2DModifier and TypeMethodDescriptionprotected voidAbstractGraph.fillCircle(Node2D node) Draw the filled 2D node.protected voidAbstractGraph.strokeCircle(Node2D node) Draw the outline of the 2D node. -
Uses of Node2D in org.evoludo.simulator
Subclasses with type arguments of type Node2D in org.evoludo.simulatorModifier and TypeClassDescriptionclassGraphical representation of generic population geometries in 2D.Methods in org.evoludo.simulator that return Node2D