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 but does not provide a position where it was activated E.g.

    A component that can be activated and deactivated but does not provide a position where it was activated E.g. A keyboard button that is pressed and released, a keystroke ...

  2. trait DoctusCanvas extends AnyRef

    A component on which you can paint using DoctusGraphics

  3. trait DoctusColor extends AnyRef

    Representation of a color value in Doctus

  4. trait DoctusFont extends AnyRef

    Representation of a font in doctus

  5. trait DoctusGraphics extends AnyRef

    Drawing functions

  6. trait DoctusImage extends AnyRef

  7. trait DoctusPointable extends AnyRef

    A component that can be used for pointing E.g.

    A component that can be used for pointing E.g. a mouse or your Finger on a touch device

  8. trait DoctusScheduler extends AnyRef

    Calls a function in regular intervals

Value Members

  1. object DoctusScheduler

  2. package color

    Implementations and Utilities around DoctusColor

  3. package comp

    Support for GUI-components

    Support for GUI-components

    Currently the main focus of doctus is not to develop a complete set of components for different platforms.

    Interfaces hosted in this package can be seen as a proof of concept.

  4. package text

    Interfaces needed for text handling

  5. package util

    Utility functionality that is not bound to spezific interface classes

Inherited from AnyRef

Inherited from Any

Ungrouped