Package

swave.core

graph

Permalink

package graph

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. graph
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final class Digraph[V] extends AnyRef

    Permalink

    A very basic model for a Directed Graph, providing only what is required for rendering (prepation), not general graph manipulation or analysis.

  2. type Glyph = Int with GlyphMarker

    Permalink
  3. final class GlyphSet extends AnyRef

    Permalink

    A GlyphSet is to a Glyph what a Font is to an ASCII (integer) value.

    A GlyphSet is to a Glyph what a Font is to an ASCII (integer) value. It defines, how exactly each existing Glyph instance is to be rendered.

    Each Glyph is rendered into a grid of actual characters whereby the grid size is fixed (for this GlyphSet.

    You can construct your own Glyphsets via the GlyphSet.apply method.

Value Members

  1. object Digraph

    Permalink
  2. object Glyph

    Permalink

    A Glyph represents an atomic "rendering unit" (or "cell"), which all graph renderings are composed of.

    A Glyph represents an atomic "rendering unit" (or "cell"), which all graph renderings are composed of. By choosing a particular GlyphSet (or creating one yourself) you have a lot of control over how a graph rendering will appear.

  3. object GlyphSet

    Permalink

Inherited from AnyRef

Inherited from Any

Ungrouped