Skip to content
BhavyeMathur edited this page Jul 3, 2020 · 31 revisions

Documentation

I have tried to make this documentation as comprehensive and easy to understand as I could. If there are any questions, feel free to mail me at the address provided below or post an issue on the issues tab.

Anyways, let's get started. This graphics library is object-orientated and is divided into these classes:

  • GraphWin - This creates a window for you to draw the other objects on
  • Point - This helps position the objects on the window

Primitive Classes

  • GraphicsObject - This is a general class for all primitive-objects

  • Rectangle

  • Oval

  • Circle

  • Line

  • Arc

  • Polygon

  • Image

  • Text

  • Entry

Compound Classes

  • Button
  • CheckBox
  • CycleButton
  • RadioButton
  • SlideBar
Clone this wiki locally