Java Reference
In-Depth Information
points: [
10.0, 10.0,
100.0, 100.0,
0.0, 100.0,
10.0, 10.0
]
},
Text { font: Font { size: 10 }
content: "3-sided Polygon" }
]
},
VBox {
spacing: 5 nodeHPos: HPos.CENTER
content: [
Arc {
radiusX: 45
radiusY: 45
startAngle: 90
length: 270
type: ArcType.ROUND
fill: Color.RED
},
Text { font: Font { size: 10 }
content: "L-shaped red arc" }
]
},
VBox {
spacing: 5 nodeHPos: HPos.CENTER
content: [
Circle {
centerY: 100
radius: 45
fill: Color.SILVER
},
Text { font: Font { size: 10 }
content: "A silver circle" }
]
}
]
}
}
When the code is executed, it renders the following screen:
 
Search WWH ::




Custom Search