Trait

cogdebugger.coggui3ports

mxVertex

Related Doc: package coggui3ports

Permalink

sealed trait mxVertex extends mxCell with Vertex

A vertex that only appears in graphs implemented in JGraph. An attempt to add some type safety where otherwise everything is just mxCell.

Linear Supertypes
Vertex, mxCell, Serializable, Cloneable, mxICell, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. mxVertex
  2. Vertex
  3. mxCell
  4. Serializable
  5. Cloneable
  6. mxICell
  7. AnyRef
  8. 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. final def asInstanceOf[T0]: T0

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

    Permalink
    Definition Classes
    mxCell → mxICell → AnyRef
    Annotations
    @throws( ... )
  6. def cloneValue(): AnyRef

    Permalink
    Attributes
    protected[com.mxgraph.model]
    Definition Classes
    mxCell
  7. final def eq(arg0: AnyRef): Boolean

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

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

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def getAttribute(arg0: String, arg1: String): String

    Permalink
    Definition Classes
    mxCell
  11. def getAttribute(arg0: String): String

    Permalink
    Definition Classes
    mxCell
  12. def getChildAt(arg0: Int): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  13. def getChildCount(): Int

    Permalink
    Definition Classes
    mxCell → mxICell
  14. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  15. def getEdgeAt(arg0: Int): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  16. def getEdgeCount(): Int

    Permalink
    Definition Classes
    mxCell → mxICell
  17. def getEdgeIndex(arg0: mxICell): Int

    Permalink
    Definition Classes
    mxCell → mxICell
  18. def getGeometry(): mxGeometry

    Permalink
    Definition Classes
    mxCell → mxICell
  19. def getId(): String

    Permalink
    Definition Classes
    mxCell → mxICell
  20. def getIndex(arg0: mxICell): Int

    Permalink
    Definition Classes
    mxCell → mxICell
  21. def getParent(): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  22. def getSource(): mxICell

    Permalink
    Definition Classes
    mxCell
  23. def getStyle(): String

    Permalink
    Definition Classes
    mxCell → mxICell
  24. def getTarget(): mxICell

    Permalink
    Definition Classes
    mxCell
  25. def getTerminal(arg0: Boolean): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  26. def getValue(): AnyRef

    Permalink
    Definition Classes
    mxCell → mxICell
  27. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  28. def insert(arg0: mxICell, arg1: Int): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  29. def insert(arg0: mxICell): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  30. def insertEdge(arg0: mxICell, arg1: Boolean): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  31. def isCollapsed(): Boolean

    Permalink
    Definition Classes
    mxCell → mxICell
  32. def isConnectable(): Boolean

    Permalink
    Definition Classes
    mxCell → mxICell
  33. def isEdge(): Boolean

    Permalink
    Definition Classes
    mxCell → mxICell
  34. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  35. def isVertex(): Boolean

    Permalink
    Definition Classes
    mxCell → mxICell
  36. def isVisible(): Boolean

    Permalink
    Definition Classes
    mxCell → mxICell
  37. final def ne(arg0: AnyRef): Boolean

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

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

    Permalink
    Definition Classes
    AnyRef
  40. def remove(arg0: mxICell): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  41. def remove(arg0: Int): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  42. def removeEdge(arg0: mxICell, arg1: Boolean): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  43. def removeFromParent(): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  44. def removeFromTerminal(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  45. def setAttribute(arg0: String, arg1: String): Unit

    Permalink
    Definition Classes
    mxCell
  46. def setCollapsed(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  47. def setConnectable(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell
  48. def setEdge(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell
  49. def setGeometry(arg0: mxGeometry): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  50. def setId(arg0: String): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  51. def setParent(arg0: mxICell): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  52. def setSource(arg0: mxICell): Unit

    Permalink
    Definition Classes
    mxCell
  53. def setStyle(arg0: String): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  54. def setTarget(arg0: mxICell): Unit

    Permalink
    Definition Classes
    mxCell
  55. def setTerminal(arg0: mxICell, arg1: Boolean): mxICell

    Permalink
    Definition Classes
    mxCell → mxICell
  56. def setValue(arg0: Any): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  57. def setVertex(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell
  58. def setVisible(arg0: Boolean): Unit

    Permalink
    Definition Classes
    mxCell → mxICell
  59. final def synchronized[T0](arg0: ⇒ T0): T0

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

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

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

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

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

Inherited from Vertex

Inherited from mxCell

Inherited from Serializable

Inherited from Cloneable

Inherited from mxICell

Inherited from AnyRef

Inherited from Any

Ungrouped