Package | Description |
---|---|
org.netbeans.api.visual.vmd |
This package contains a VMD visualization style.
|
Modifier and Type | Method and Description |
---|---|
static VMDColorScheme |
VMDFactory.getNetBeans60Scheme()
Creates the NetBeans 6.0 vmd color scheme.
|
static VMDColorScheme |
VMDFactory.getOriginalScheme()
Creates the original vmd color scheme.
|
Constructor and Description |
---|
VMDConnectionWidget(Scene scene,
VMDColorScheme scheme)
Creates a connection widget with a specific color scheme.
|
VMDGraphScene(VMDColorScheme scheme)
Creates a VMD graph scene with a specific color scheme.
|
VMDNodeAnchor(Widget widget,
boolean vertical,
VMDColorScheme scheme)
Creates a node anchor.
|
VMDNodeWidget(Scene scene,
VMDColorScheme scheme)
Creates a node widget with a specific color scheme.
|
VMDPinWidget(Scene scene,
VMDColorScheme scheme)
Creates a pin widget with a specific color scheme.
|