Packages

object Graphics

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

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val DOT_NS: String
  5. val activityColor: String
  6. val activityFillColor: String
  7. val activityFontColor: String
  8. def addLabel(s: Statement, m: Map[String, String]): Map[String, String]
  9. def addPenWidth(s: Relation, r: SizeRange, m: Map[String, String]): Map[String, String]
  10. def addWidth(s: Statement, r: SizeRange, m: Map[String, String]): Map[String, String]
  11. val agentColor: String
  12. val agentFillColor: String
  13. val agentFontColor: String
  14. val arrowhead: String
  15. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  16. var bncounter: Int
  17. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @IntrinsicCandidate() @native()
  18. val color: String
  19. def colorOf(s: Statement, col: String, colorQN: QualifiedName): String
  20. def colorOf(s: Statement, col: String): String
  21. val colorQN: QualifiedName
  22. def dotConvert(dot: String, os: OutputStream, t: String): Unit
  23. def dotConvert(dot: String, svg: String, t: String): Unit
  24. val edgeColor: String
  25. val edgeMaxWidth: Double
  26. def edgeVisualSizeAttribute(size: Int, min: Int, max: Int): Double
  27. val ellipse: String
  28. val entityColor: String
  29. val entityFillColor: String
  30. val entityFontColor: String
  31. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  32. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  33. val fillcolor: String
  34. def fillcolorOf(s: Statement, col: String): String
  35. val fillcolorQN: QualifiedName
  36. val filled: String
  37. val fontcolor: String
  38. def fontcolorOf(s: Statement, col: String): String
  39. val fontcolorQN: QualifiedName
  40. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  41. def getSize(s: Statement): Option[Int]
  42. val graphicsQNs: Set[QualifiedName]
  43. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @IntrinsicCandidate() @native()
  44. val house: String
  45. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  46. val label: String
  47. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  48. val nodeMaxWidth: Double
  49. def nodeVisualSizeAttribute(size: Int, min: Int, max: Int): Double
  50. val none: String
  51. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  52. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @IntrinsicCandidate() @native()
  53. val penwidth: String
  54. val point: String
  55. val polygon: String
  56. val pu: ProvUtilities
  57. val shape: String
  58. val side: String
  59. val style: String
  60. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  61. def toDot(ind: Indexing, outw: File): Unit
  62. def toDot(doc: Document, idmap: (QualifiedName) => String, r: SizeRange, outw: File): Unit
  63. def toDot(doc: OrderedDocument, idmap: (QualifiedName) => String, r: SizeRange, outw: Writer): Unit
  64. def toDot(doc: Document, idmap: (QualifiedName) => String, r: SizeRange, outw: Writer): Unit
  65. def toElements(doc: OrderedDocument, idmap: (QualifiedName) => String, r: SizeRange): Seq[GraphElement]
  66. def toElements(doc: Document, idmap: (QualifiedName) => String, r: SizeRange): Set[GraphElement]
  67. def toElements(s: Relation, idmap: (QualifiedName) => String, r: SizeRange): Set[GraphElement]
  68. def toElements(s: Bundle, idmap: (QualifiedName) => String, r: SizeRange): Set[GraphElement]
  69. def toElements(s: Statement, idmap: (QualifiedName) => String, r: SizeRange): Set[GraphElement]
  70. def toString(): String
    Definition Classes
    AnyRef → Any
  71. val tooltip: String
  72. val tooltipQN: QualifiedName
  73. val url: String
  74. var useIdAsLabel: Boolean
  75. def usefulAttributes(attrs: Set[Attribute]): Set[Attribute]
  76. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  77. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  78. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  79. val width: String

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

    (Since version 9)

Inherited from AnyRef

Inherited from Any

Ungrouped