See: Description
Interface | Description |
---|---|
VMDMinimizeAbility |
This interface represents an ability to collapse and expand a widget.
|
Class | Description |
---|---|
VMDColorScheme |
This class specifies look and feel of vmd widgets.
|
VMDConnectionWidget |
This class represents a connection widget in the VMD visualization style.
|
VMDFactory |
Used as a factory class for objects defined in VMD visualization style.
|
VMDGlyphSetWidget |
This widget represents a list of glyphs rendered horizontally one after another.
|
VMDGraphScene |
This class represents a GraphPinScene for the VMD visualization style.
|
VMDNodeAnchor |
This class represents a node anchor used in VMD visualization style.
|
VMDNodeWidget |
This class represents a node widget in the VMD visualization style.
|
VMDPinWidget |
This class represents a pin widget in the VMD visualization style.
|
This package contains a VMD visualization style. The VMD stands for Visual Mobile Designer and is targeted to be used for graph-oriented model based on GraphPinScene. The VMD package providers an integrated set of widgets.
All classes can be used together or standalone except that the VMDNodeWidget
expect to have VMDPinWidget
added a special way using
VMDNodeWidget.attachPinWidget
method.