Liking cljdoc? Tell your friends :D

jdk.awt.geom.Arc2D$Double

This class defines an arc specified in double precision.

This class defines an arc specified in double precision.
raw docstring

->doubleclj

(->double)
(->double type)
(->double ellipse-bounds start extent type)
(->double x y w h start extent type)

Constructor.

Constructs a new arc, initialized to the specified location, size, angular extents, and closure type.

x - The X coordinate of the upper-left corner of the arc's framing rectangle. - double y - The Y coordinate of the upper-left corner of the arc's framing rectangle. - double w - The overall width of the full ellipse of which this arc is a partial section. - double h - The overall height of the full ellipse of which this arc is a partial section. - double start - The starting angle of the arc in degrees. - double extent - The angular extent of the arc in degrees. - double type - The closure type for the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE. - int

Constructor.

Constructs a new arc, initialized to the specified location,
 size, angular extents, and closure type.

x - The X coordinate of the upper-left corner of the arc's framing rectangle. - `double`
y - The Y coordinate of the upper-left corner of the arc's framing rectangle. - `double`
w - The overall width of the full ellipse of which this arc is a partial section. - `double`
h - The overall height of the full ellipse of which this arc is a partial section. - `double`
start - The starting angle of the arc in degrees. - `double`
extent - The angular extent of the arc in degrees. - `double`
type - The closure type for the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE. - `int`
raw docstring

empty?clj

(empty? this)

Determines whether the RectangularShape is empty. When the RectangularShape is empty, it encloses no area.

returns: true if the RectangularShape is empty; false otherwise. - boolean

Determines whether the RectangularShape is empty.
 When the RectangularShape is empty, it encloses no
 area.

returns: true if the RectangularShape is empty;
          false otherwise. - `boolean`
raw docstring

extentclj

(extent this)

Instance Field.

The angular extent of the arc in degrees.

type: double

Instance Field.

The angular extent of the arc in degrees.

type: double
raw docstring

get-angle-extentclj

(get-angle-extent this)

Returns the angular extent of the arc.

returns: A double value that represents the angular extent of the arc in degrees. - double

Returns the angular extent of the arc.

returns: A double value that represents the angular extent
 of the arc in degrees. - `double`
raw docstring

get-angle-startclj

(get-angle-start this)

Returns the starting angle of the arc.

returns: A double value that represents the starting angle of the arc in degrees. - double

Returns the starting angle of the arc.

returns: A double value that represents the starting angle
 of the arc in degrees. - `double`
raw docstring

get-heightclj

(get-height this)

Returns the height of the framing rectangle in double precision. Note that the arc partially inscribes the framing rectangle of this RectangularShape.

returns: the height of the framing rectangle. - double

Returns the height of the framing rectangle
 in double precision.
 Note that the arc
 partially inscribes
 the framing rectangle of this RectangularShape.

returns: the height of the framing rectangle. - `double`
raw docstring

get-widthclj

(get-width this)

Returns the width of the framing rectangle in double precision. Note that the arc partially inscribes the framing rectangle of this RectangularShape.

returns: the width of the framing rectangle. - double

Returns the width of the framing rectangle in
 double precision.
 Note that the arc
 partially inscribes
 the framing rectangle of this RectangularShape.

returns: the width of the framing rectangle. - `double`
raw docstring

get-xclj

(get-x this)

Returns the X coordinate of the upper-left corner of the framing rectangle in double precision. Note that the arc partially inscribes the framing rectangle of this RectangularShape.

returns: the X coordinate of the upper-left corner of the framing rectangle. - double

Returns the X coordinate of the upper-left corner of
 the framing rectangle in double precision.
 Note that the arc
 partially inscribes
 the framing rectangle of this RectangularShape.

returns: the X coordinate of the upper-left corner of
 the framing rectangle. - `double`
raw docstring

get-yclj

(get-y this)

Returns the Y coordinate of the upper-left corner of the framing rectangle in double precision. Note that the arc partially inscribes the framing rectangle of this RectangularShape.

returns: the Y coordinate of the upper-left corner of the framing rectangle. - double

Returns the Y coordinate of the upper-left corner of
 the framing rectangle in double precision.
 Note that the arc
 partially inscribes
 the framing rectangle of this RectangularShape.

returns: the Y coordinate of the upper-left corner of
 the framing rectangle. - `double`
raw docstring

heightclj

(height this)

Instance Field.

The overall height of the full ellipse of which this arc is a partial section (not considering the angular extents).

type: double

Instance Field.

The overall height of the full ellipse of which this arc is
 a partial section (not considering the angular extents).

type: double
raw docstring

set-angle-extentclj

(set-angle-extent this ang-ext)

Sets the angular extent of this arc to the specified double value.

ang-ext - The angular extent of the arc in degrees. - double

Sets the angular extent of this arc to the specified double
 value.

ang-ext - The angular extent of the arc in degrees. - `double`
raw docstring

set-angle-startclj

(set-angle-start this ang-st)

Sets the starting angle of this arc to the specified double value.

ang-st - The starting angle of the arc in degrees. - double

Sets the starting angle of this arc to the specified double
 value.

ang-st - The starting angle of the arc in degrees. - `double`
raw docstring

set-arcclj

(set-arc this x y w h ang-st ang-ext closure)

Sets the location, size, angular extents, and closure type of this arc to the specified double values.

x - The X coordinate of the upper-left corner of the arc. - double y - The Y coordinate of the upper-left corner of the arc. - double w - The overall width of the full ellipse of which this arc is a partial section. - double h - The overall height of the full ellipse of which this arc is a partial section. - double ang-st - The starting angle of the arc in degrees. - double ang-ext - The angular extent of the arc in degrees. - double closure - The closure type for the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE. - int

Sets the location, size, angular extents, and closure type of
 this arc to the specified double values.

x - The X coordinate of the upper-left corner of the arc. - `double`
y - The Y coordinate of the upper-left corner of the arc. - `double`
w - The overall width of the full ellipse of which this arc is a partial section. - `double`
h - The overall height of the full ellipse of which this arc is a partial section. - `double`
ang-st - The starting angle of the arc in degrees. - `double`
ang-ext - The angular extent of the arc in degrees. - `double`
closure - The closure type for the arc: Arc2D.OPEN, Arc2D.CHORD, or Arc2D.PIE. - `int`
raw docstring

startclj

(start this)

Instance Field.

The starting angle of the arc in degrees.

type: double

Instance Field.

The starting angle of the arc in degrees.

type: double
raw docstring

widthclj

(width this)

Instance Field.

The overall width of the full ellipse of which this arc is a partial section (not considering the angular extents).

type: double

Instance Field.

The overall width of the full ellipse of which this arc is
 a partial section (not considering the angular extents).

type: double
raw docstring

xclj

(x this)

Instance Field.

The X coordinate of the upper-left corner of the framing rectangle of the arc.

type: double

Instance Field.

The X coordinate of the upper-left corner of the framing
 rectangle of the arc.

type: double
raw docstring

yclj

(y this)

Instance Field.

The Y coordinate of the upper-left corner of the framing rectangle of the arc.

type: double

Instance Field.

The Y coordinate of the upper-left corner of the framing
 rectangle of the arc.

type: double
raw docstring

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

× close