Package | Description |
---|---|
com.sun.javafx.geom | |
com.sun.javafx.sg.prism | |
com.sun.javafx.webkit.prism | |
com.sun.prism | |
com.sun.prism.impl | |
com.sun.prism.impl.shape | |
com.sun.prism.sw | |
javafx.scene.shape |
Provides the set of 2D classes for defining and performing operations on
objects related to two-dimensional geometry.
|
Modifier and Type | Method and Description |
---|---|
RoundRectangle2D |
RoundRectangle2D.copy() |
Modifier and Type | Method and Description |
---|---|
void |
RoundRectangle2D.setRoundRect(RoundRectangle2D rr)
Sets this
RoundRectangle2D to be the same as the
specified RoundRectangle2D . |
Constructor and Description |
---|
RoundRectIterator(RoundRectangle2D rr,
BaseTransform tx) |
Modifier and Type | Field and Description |
---|---|
private RoundRectangle2D |
NGRectangle.rrect |
Modifier and Type | Field and Description |
---|---|
private RoundRectangle2D |
WCBufferedContext.TEMP_RECT |
Modifier and Type | Method and Description |
---|---|
(package private) Shape |
BasicStroke.strokeRoundRectangle(RoundRectangle2D rr) |
Modifier and Type | Field and Description |
---|---|
protected static RoundRectangle2D |
BaseGraphics.scratchRRect |
Modifier and Type | Method and Description |
---|---|
static void |
BasicRoundRectRep.drawRoundRect(Graphics g,
RoundRectangle2D r) |
static void |
BasicRoundRectRep.fillRoundRect(Graphics g,
RoundRectangle2D r) |
protected static boolean |
BasicRoundRectRep.isAARequiredForFill(Graphics g,
RoundRectangle2D rrect) |
Modifier and Type | Field and Description |
---|---|
private RoundRectangle2D |
SWGraphics.rect2d |
Modifier and Type | Field and Description |
---|---|
private RoundRectangle2D |
Rectangle.shape |
Modifier and Type | Method and Description |
---|---|
RoundRectangle2D |
Rectangle.impl_configShape()
Deprecated.
This is an internal API that is not intended for use and will be removed in the next version
|