Package | Description |
---|---|
com.sun.javafx.geom |
Modifier and Type | Method and Description |
---|---|
void |
Arc2D.setArc(Point2D loc,
Dimension2D size,
float angSt,
float angExt,
int closure)
Sets the location, size, angular extents, and closure type of
this arc to the specified values.
|
void |
RectangularShape.setFrame(Point2D loc,
Dimension2D size)
Sets the location and size of the framing rectangle of this
Shape to the specified Point2D and
Dimension2D , respectively. |
Copyright © 2020. All rights reserved.