class
GraphNode extends Object
Instance Constructors
-
new
GraphNode(id: String, label: String, title: UndefOr[|[String, Element]] = js.undefined, color: UndefOr[String] = js.undefined, image: UndefOr[Any] = js.undefined, shape: UndefOr[String] = js.undefined, widthConstraint: |[|[Boolean, Int], GraphNodeMinMax] = false, fixed: |[Boolean, Fixed] = false, font: |[String, Font] = new Font())
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
var
color: UndefOr[String]
-
final
def
eq(arg0: AnyRef): Boolean
-
def
equals(arg0: Any): Boolean
-
def
finalize(): Unit
-
var
fixed: |[Boolean, Fixed]
-
var
font: |[String, Font]
-
final
def
getClass(): Class[_]
-
def
hasOwnProperty(v: String): Boolean
-
def
hashCode(): Int
-
val
id: String
-
var
image: UndefOr[Any]
-
final
def
isInstanceOf[T0]: Boolean
-
def
isPrototypeOf(v: Object): Boolean
-
val
label: String
-
final
def
ne(arg0: AnyRef): Boolean
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
propertyIsEnumerable(v: String): Boolean
-
var
shape: UndefOr[String]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
var
title: UndefOr[|[String, Element]]
-
def
toLocaleString(): String
-
def
toString(): String
-
def
valueOf(): Any
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit
-
var
widthConstraint: |[|[Boolean, Int], GraphNodeMinMax]
Inherited from Object
Inherited from Any
Inherited from AnyRef
Inherited from Any