Uses of Interface
org.pzgui.layout.Layoutable

Packages that use Layoutable
org.openflow.gui.drawables Objects which can be drawn by the Pan-Zoom GUI. 
org.pzgui Provides a GUI system which supports multiple windows which can be panned and zoomed. 
org.pzgui.layout Extends the base Pan-Zoom GUI system to provide automatic node layout. 
 

Uses of Layoutable in org.openflow.gui.drawables
 

Classes in org.openflow.gui.drawables that implement Layoutable
 class Host
          Describes a host.
 class LayoutableIcon
           
 class Node
          Information about a node in the topology.
 class NodeWithPorts
          Information about a node with ports in the topology.
 class OpenFlowSwitch
          Describes an OpenFlow switch.
 class SimpleNode
          Describes a simple Node.
 class SimpleNodeWithPorts
          Describes a simple NodeWithPorts.
 class VirtualOpenFlowSwitch
          A part of an OpenFlowSwitch which is displayed independently of the rest of the switch.
 

Uses of Layoutable in org.pzgui
 

Method parameters in org.pzgui with type arguments of type Layoutable
 void PZWindow.startPanZoomAnimationToLayoutables(java.util.Collection<Layoutable> layoutablesToInclude, long duration_msec, float zoomPanAnimationInterpolationPower)
          Starts a pan-zoom animation to focus on a set of layoutables.
 

Uses of Layoutable in org.pzgui.layout
 

Subinterfaces of Layoutable in org.pzgui.layout
 interface Vertex<E extends Edge>
          Interface which Vertices must implement in order to be laid out.
 

Classes in org.pzgui.layout that implement Layoutable
 class AbstractLayoutable
          Designates an object which may be drawn and laid out.