Overview
A Drop-in replacement for Rectangle that will resize to fit the bounds of the container.
See javafx.scene.shape.Rectangle for full documentation. This class follows a delegation pattern to avoid name collisions on Rectangle and Resizable.
Variable Summary
| access | name | type | Can Read | Can Init | Can Write | Default Value | description |
|---|---|---|---|---|---|---|---|
| public | arcHeight | Number | ![]() | ![]() | ![]() | ||
| public | arcWidth | Number | ![]() | ![]() | ![]() | ||
| public | fill | Paint | ![]() | ![]() | ![]() | ||
| public | smooth | Boolean | ![]() | ![]() | ![]() | ||
| public | stroke | Paint | ![]() | ![]() | ![]() | ||
| public | strokeDashArray | Number[] | ![]() | ![]() | ![]() | ||
| public | strokeDashOffset | Number | ![]() | ![]() | ![]() | ||
| public | strokeLineCap | StrokeLineCap | ![]() | ![]() | ![]() | ||
| public | strokeLineJoin | StrokeLineJoin | ![]() | ![]() | ![]() | ||
| public | strokeMiterLimit | Number | ![]() | ![]() | ![]() | ||
| public | strokeWidth | Number | ![]() | ![]() | ![]() |
