Object

swave.core.graph

Glyph

Related Doc: package graph

Permalink

object Glyph

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.

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

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. val CORNER_BL: Glyph

    Permalink
  5. val CORNER_BL_REV: Glyph

    Permalink
  6. val CORNER_BR: Glyph

    Permalink
  7. val CORNER_BR_REV: Glyph

    Permalink
  8. val CORNER_TL: Glyph

    Permalink
  9. val CORNER_TL_REV: Glyph

    Permalink
  10. val CORNER_TR: Glyph

    Permalink
  11. val CORNER_TR_REV: Glyph

    Permalink
  12. val CROSSING: Glyph

    Permalink
  13. val CROSSING_REV: Glyph

    Permalink
  14. final val GLYPH_COUNT: Int(25)

    Permalink
  15. val LEAF: Glyph

    Permalink
  16. val LINE_H: Glyph

    Permalink
  17. val LINE_V: Glyph

    Permalink
  18. val LINE_V_REV: Glyph

    Permalink
  19. val NODE: Glyph

    Permalink
  20. val NODE_CORNER_BL: Glyph

    Permalink
  21. val NODE_CORNER_TL: Glyph

    Permalink
  22. val NODE_TEE_L: Glyph

    Permalink
  23. object OpenSides

    Permalink
  24. val ROOT: Glyph

    Permalink
  25. val ROOT_LEAF: Glyph

    Permalink
  26. val SPACE: Glyph

    Permalink
  27. val TEE_B: Glyph

    Permalink
  28. val TEE_DOUBLE: Glyph

    Permalink
  29. val TEE_R: Glyph

    Permalink
  30. val TEE_T: Glyph

    Permalink
  31. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  32. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  34. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  35. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  36. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  37. def hasOpenBottom(glyph: Glyph): Boolean

    Permalink
  38. def hasOpenLeft(glyph: Glyph): Boolean

    Permalink
  39. def hasOpenRight(glyph: Glyph): Boolean

    Permalink
  40. def hasOpenSides(glyph: Glyph, sides: Int): Boolean

    Permalink
  41. def hasOpenTop(glyph: Glyph): Boolean

    Permalink
  42. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  43. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  44. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  45. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  46. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  47. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  48. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  49. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  50. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  51. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped