Uses of Class
graphics.Pointf

Packages that use Pointf
graphics   
 

Uses of Pointf in graphics
 

Methods in graphics with parameters of type Pointf
 void Pointf.setLocation(Pointf p)
          Sets the location of the point to the specificed location.
 

Constructors in graphics with parameters of type Pointf
Pointf(Pointf p)
          Constructs and initializes a point with the same location as the specified Point object.