razie

Draw

object Draw

condense most useful drawing primitives

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

Value Members

  1. final def !=(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): scala.Boolean

    Definition Classes
    Any
  3. final def ##(): Int

    Definition Classes
    AnyRef → Any
  4. final def ==(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  5. final def ==(arg0: Any): scala.Boolean

    Definition Classes
    Any
  6. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  7. def attrList(o: AttrAccess): DrawTable

    make sure the first item has all the attributes - it will dictate the columns

  8. def attrTable(o: Iterable[AttrAccess]): DrawTable

    make sure the first item has all the attributes - it will dictate the columns

  9. def button(ai: ActionItem)(f: ⇒ Unit): NavButton

  10. def button(ai: ActionItem, url: String): NavButton

  11. def button(ati: ActionToInvoke): NavButton

  12. def button(ai: ActionItem, ati: ActionToInvoke): NavButton

    make a button - it displays a different ActionItem than the actual link to call

  13. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  14. def cmd(ai: ActionItem)(f: ⇒ Unit): SimpleButton

  15. def cmd(ai: ActionItem, url: String): SimpleButton

  16. def cmd(ai: ActionItem, ati: ActionToInvoke): SimpleButton

    make a button - it displays a different ActionItem than the actual link to call

  17. def div(name: String, d: Drawable): DrawDiv

  18. final def eq(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  19. def equals(arg0: Any): scala.Boolean

    Definition Classes
    AnyRef → Any
  20. def error(msg: String, t: Throwable = null): DrawError

  21. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  22. def form(name: ActionItem, parms: AnyRef*)(f: (AttrAccess) ⇒ Unit): DrawForm

  23. def form(name: ActionItem, ati: ActionToInvoke, parms: AnyRef*): DrawForm

  24. def form(name: ActionItem, ati: ActionToInvoke, parms: AttrAccess): DrawForm

  25. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  26. def hBar: HorizBar

  27. def hBar(lab: String): HorizBar

  28. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  29. def hlist(stuff: Any*): DrawList

  30. def html(s: String): DrawToString

  31. def htmlMemo(s: String): DrawToStringMemo

  32. final def isInstanceOf[T0]: scala.Boolean

    Definition Classes
    Any
  33. def label(s: String): DrawText

  34. def layoutTable(cols: Int)(stuff: Any*): DrawTableScala

  35. def layoutTable: DrawTableScala

  36. def link(ai: ActionItem, url: String): NavLink

  37. def link(ati: ActionToInvoke): NavLink

  38. def link(ai: ActionItem, ati: ActionToInvoke): NavLink

    make a link - it displays a different ActionItem than the actual link to call

  39. def list(stuff: Any*): DrawList

    put some objects in a list - lists are html table

  40. def memo(s: String): DrawTextMemo

  41. final def ne(arg0: AnyRef): scala.Boolean

    Definition Classes
    AnyRef
  42. final def notify(): Unit

    Definition Classes
    AnyRef
  43. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  44. def seq(stuff: Any*): DrawSequence

    put some objects in a sequence - sequence is not formatted

  45. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  46. def table(cols: Int)(stuff: Any*): DrawTableScala

  47. def table: DrawTableScala

  48. def text(s: String): DrawText

  49. def toString(s: Any): DrawToString

  50. def toString(): String

    Definition Classes
    AnyRef → Any
  51. def vlist(stuff: Any*): DrawList

  52. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  55. def xml(s: String): DrawText

Inherited from AnyRef

Inherited from Any

Ungrouped