Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.sg.prism |
Modifier and Type | Class and Description |
---|---|
class |
Arc2D
|
class |
Ellipse2D
The
Ellipse2D class describes an ellipse that is defined
by a framing rectangle. |
class |
RoundRectangle2D
The
RoundRectangle2D class defines a rectangle with
rounded corners defined by a location (x,y) , a
dimension (w x h) , and the width and height of an arc
with which to round the corners. |
Modifier and Type | Method and Description |
---|---|
(package private) static boolean |
NGRectangle.rectContains(float x,
float y,
NGShape node,
RectangularShape r) |