Class SubLayoutDemo

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

    public class SubLayoutDemo
    extends JPanel
    Demonstrates the AggregateLayout class. In this demo, vertices are visually clustered as they are selected. The cluster is formed in a new Layout centered at the middle locations of the selected vertices. The layoutSize and layout algorithm for each new cluster is selectable.
    Author:
    Tom Nelson
    See Also:
    Serialized Form
    • Constructor Detail

      • SubLayoutDemo

        public SubLayoutDemo()
    • Method Detail

      • main

        public static void main​(String[] args)