created 05/22/2018 JavaFX

go to home page   go to next page highlighting

CHAPTER 121 — More JavaFX Shapes

This chapter describes more JavaFX Shape classes. A Shape object represents a 2D shape. A scene graph is a data structure that holds Shapes. The graphics displayed in a window are based on the scene graph.

The previous chapter discussed three shapes: Circle, Rectangle, and Line. This chapter describes several more shapes.

Chapter Topics:


QUESTION 1:

(Review: ) What is the parent class of Circle?


go to home page   go to next page