Class VertexCollapseDemoWithCollapseIds

  • All Implemented Interfaces:
    ImageObserver, MenuContainer, Serializable, Accessible

    public class VertexCollapseDemoWithCollapseIds
    extends JPanel
    A demo that shows how collections of vertices can be collapsed into a single vertex. In this demo, the vertices that are collapsed are those mouse-selected by the user.

    In this demo, the collapsed vertices have an id that is a comma-separated String of the child vertex ids.

    The vertex supplier is replaced with each collapse call in order to supply a vertex with the passed id string.

    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • VertexCollapseDemoWithCollapseIds

        public VertexCollapseDemoWithCollapseIds()
    • Method Detail

      • main

        public static void main​(String[] args)