org.netbeans.api.visual.vmd |
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.
|
Java Source File Name | Type | Comment |
VMDColorScheme.java | Class | This class specifies look and feel of vmd widgets. |
VMDConnectionWidget.java | Class | This class represents a connection widget in the VMD visualization style. |
VMDFactory.java | Class | Used as a factory class for objects defined in VMD visualization style. |
VMDGlyphSetWidget.java | Class | This widget represents a list of glyphs rendered horizontally one after another. |
VMDGraphScene.java | Class | This class represents a GraphPinScene for the VMD visualization style. |
VMDMinimizeAbility.java | Interface | This interface represents an ability to collapse and expand a widget. |
VMDNodeAnchor.java | Class | This class represents a node anchor used in VMD visualization style. |
VMDNodeBorder.java | Class | |
VMDNodeWidget.java | Class | This class represents a node widget in the VMD visualization style. |
VMDPinWidget.java | Class | This class represents a pin widget in the VMD visualization style. |