Package paintingcanvas.drawable
This package contains the definitions, and the implementations of different
shapes you can draw onto the canvas.
-
Class Summary Class Description Circle A Circle element.Drawable<T extends Drawable<T>> An interface to connect to any objects that can be considered "painter.drawable.Drawable".Ellipse An ellipse element.Image Draws an image from the specified path.Line A line: with a startpoint and an endpointPath An SVG-like path used to draw lines and curves.Polygon A Polygon Element.Rectangle A Rectangle element.Square A Square element.Text A Text element, used for drawing text on the canvas.Triangle A Triangle element.