Liking cljdoc? Tell your friends :D

jdk.awt.geom.Point2D$Float

The Float class defines a point specified in float precision.

The Float class defines a point specified in float
precision.
raw docstring

->floatclj

(->float)
(->float x y)

Constructor.

Constructs and initializes a Point2D with the specified coordinates.

x - the X coordinate of the newly constructed Point2D - float y - the Y coordinate of the newly constructed Point2D - float

Constructor.

Constructs and initializes a Point2D with
 the specified coordinates.

x - the X coordinate of the newly constructed Point2D - `float`
y - the Y coordinate of the newly constructed Point2D - `float`
raw docstring

get-xclj

(get-x this)

Returns the X coordinate of this Point2D in double precision.

returns: the X coordinate of this Point2D. - double

Returns the X coordinate of this Point2D in
 double precision.

returns: the X coordinate of this Point2D. - `double`
raw docstring

get-yclj

(get-y this)

Returns the Y coordinate of this Point2D in double precision.

returns: the Y coordinate of this Point2D. - double

Returns the Y coordinate of this Point2D in
 double precision.

returns: the Y coordinate of this Point2D. - `double`
raw docstring

set-locationclj

(set-location this x y)

Sets the location of this Point2D to the specified double coordinates.

x - the new X coordinate of this Point2D - double y - the new Y coordinate of this Point2D - double

Sets the location of this Point2D to the
 specified double coordinates.

x - the new X coordinate of this Point2D - `double`
y - the new Y coordinate of this Point2D - `double`
raw docstring

to-stringclj

(to-string this)

Returns a String that represents the value of this Point2D.

returns: a string representation of this Point2D. - java.lang.String

Returns a String that represents the value
 of this Point2D.

returns: a string representation of this Point2D. - `java.lang.String`
raw docstring

xclj

(x this)

Instance Field.

The X coordinate of this Point2D.

type: float

Instance Field.

The X coordinate of this Point2D.

type: float
raw docstring

yclj

(y this)

Instance Field.

The Y coordinate of this Point2D.

type: float

Instance Field.

The Y coordinate of this Point2D.

type: float
raw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close