Class VisualizationImageServer<V,E>

Type Parameters:
V - the vertex type
E - the edge type
All Implemented Interfaces:
ChangeEventSupport, VisualizationServer<V,E>, ImageObserver, MenuContainer, Serializable, EventListener, Accessible, ChangeListener

public class VisualizationImageServer<V,E> extends BasicVisualizationServer<V,E>
A class that could be used on the server side of a thin-client application. It creates the jung visualization, then produces an image of it.
See Also:
  • Field Details

  • Constructor Details

    • VisualizationImageServer

      public VisualizationImageServer(Layout<V,E> layout, Dimension preferredSize)
      Creates a new instance with the specified layout and preferred size.
      Parameters:
      layout - the Layout instance; provides the vertex locations
      preferredSize - the preferred size of the image
  • Method Details