Uses of Class
ca.utoronto.cs.prefuseextensions.geom.Sector2D

Packages that use Sector2D
ca.utoronto.cs.prefuseextensions.geom   
 

Uses of Sector2D in ca.utoronto.cs.prefuseextensions.geom
 

Methods in ca.utoronto.cs.prefuseextensions.geom with parameters of type Sector2D
 void Sector2D.setSector(Sector2D sector)
          Sets this Sector to be the same as the specified Sector.
 

Constructors in ca.utoronto.cs.prefuseextensions.geom with parameters of type Sector2D
Sector2D(Sector2D sector)
          Creates a Sector2D with dimensions the same as a given Sector2D.