Packages

  • package root
    Definition Classes
    root
  • package hevs
    Definition Classes
    root
  • package graphics

    A library used for teaching computer science in the ISC degree programme, notably for the course _101.1 Imperative programming_.

    A library used for teaching computer science in the ISC degree programme, notably for the course _101.1 Imperative programming_.

    The library provides classes for simple graphical drawing, with primitives such as points and lines drawing, simple text with different fonts, ... Input primitives are also available using keyboard or mouse. Several examples are also provided.

    Overview

    Here is how to create a window and draw a circle on it using FunGraphics :

    val f = new FunGraphics(400, 300)
    f.drawCircle(200,150, 50)
    Definition Classes
    hevs
  • package advanced
    Definition Classes
    graphics
  • package interfaces
    Definition Classes
    graphics
  • package samples
    Definition Classes
    graphics
  • TestDrawString
  • TestTurtleGraphics
  • package utils
    Definition Classes
    graphics

package samples

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Value Members

  1. object TestDrawString extends App

    Sample for drawString and drawFancyString methods of FunGraphics

  2. object TestTurtleGraphics extends App

    Sample for TurtleGraphics class

Ungrouped