This chapter begins the second part of the book, which focuses on the core of Roassal and includes an overview of its main components. This chapter goes one step further than the previous chapters by listing the essential components of Roassal.
All the code provided in this chapter is available at https://github.com/bergel/AgileVisualizationAPressCode/blob/main/02-01-Roassal.txt.
Architecture of Roassal
Shapes: Visual graphical elements (e.g., box, line, polygon, bitmap, SVG element).
Canvas: A container of shapes. A canvas ...