Ja.NET Standard Edition 5.0

Documentation API Specification

Contents

Point2D.Float Class Reference

Inherits java::awt::geom::Point2D.

List of all members.


Public Member Functions

 Float ()
 Float (float x, float y)
double getX ()
double getY ()
void setLocation (float x, float y)
void setLocation (double x, double y)
String toString ()

Public Attributes

float x
float y

Constructor & Destructor Documentation

Float (  ) 

Float ( float  x,
float  y 
)


Member Function Documentation

double getX (  )  [virtual]

Implements Point2D.

double getY (  )  [virtual]

Implements Point2D.

void setLocation ( float  x,
float  y 
)

void setLocation ( double  x,
double  y 
) [virtual]

Implements Point2D.

String toString (  ) 


Member Data Documentation

float x

float y