doctus

core

package core

Contains the core interfaces for doctus

Refer to the example projects and/or the showcase to find out how to use them.

Consult the doctus homepage to find them

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. core
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Type Members

  1. trait DoctusActivatable extends AnyRef

    A component that can be activated and deactivated E.g.

    A component that can be activated and deactivated E.g. A keyboard button that is pressed and released, a canvas where the mouse pointer is over or not, ...

  2. trait DoctusCanvas extends AnyRef

    A component on which you can paint using DoctusGraphics

  3. trait DoctusClickable extends AnyRef

    A component that can be clicked E.g.

    A component that can be clicked E.g. a Button

  4. trait DoctusColor extends AnyRef

    Representation of a color value in Doctus

    Representation of a color value in Doctus

    TODO: Add some more fixed color values implementation could be here. Use the apply Function TODO: Define some simple convert methods. E.g. hsb(), ... (check the processing interface first) TODO: Define DoctusColorRgb. Implementation could be here.

  5. trait DoctusGraphics extends AnyRef

    Drawing functions

  6. trait DoctusPoint extends AnyRef

  7. trait DoctusRect extends AnyRef

  8. trait DoctusScheduler extends AnyRef

    Calls a function in regular intervals

  9. trait DoctusSelect[T] extends AnyRef

    A multiple select box

  10. trait DoctusText extends AnyRef

    A component for displaying a text

Value Members

  1. object DoctusScheduler

  2. package color

    Implementations and Utilities around DoctusColor

  3. package util

    Utility functionality that is not bound to spezific interface classes

Inherited from AnyRef

Inherited from Any

Ungrouped