Package org.openpatch.scratch.extensions.shape


package org.openpatch.scratch.extensions.shape
  • Class
    Description
     
    Represents a circle shape defined by its center and radius.
    Represents an ellipse shape.
    Represents a polygon shape defined by its vertices.
    Represents a rectangle shape defined by its position and size.
    Represents a generic shape that can be transformed and drawn.
    Represents a triangle shape defined by three vertices.