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 samples
    Definition Classes
    advanced
  • ComplexTesterWithImage
  • DrawableCircle
  • ImageBackground
  • ListGraphicsTester

package samples

Ordering
  1. Alphabetic
Visibility
  1. Public
  2. Protected

Type Members

  1. class ComplexTesterWithImage extends AnyRef
  2. class DrawableCircle extends Drawable

    A simple class representing a drawable circle

  3. class ImageBackground extends Drawable

    A simple class representing a drawable image

  4. class ListGraphicsTester extends AnyRef

Value Members

  1. object ComplexTesterWithImage

    Performance testers for ListGraphics

    Performance testers for ListGraphics

    Version

    1.0

  2. object ListGraphicsTester

    Performance test application for ListGraphics

    Performance test application for ListGraphics

    Version

    1.0

Ungrouped