Package org.cytoscape.view.layout


package org.cytoscape.view.layout
This package provides access to the available layout algorithms, as well as provides abstract layout classes and layout information containers for the convenience of implementing other layout algorithms.
  • Class
    Description
    The AbstractLayoutAlgorithm provides a basic implementation of a layout TaskFactory.
    This is a basic implementation of a LayoutAlgorithm Task that does some bookkeeping, but primarily delegates to the doLayout() method.
    This is an even more helpful implementation of a LayoutAlgorithm Task that extends AbstractPartitionLayoutTask and does the work of partitioning the CyNetworkView so that partitions may be laid out individually.
    This is a more helpful implementation of a LayoutAlgorithm Task that extends AbstractBasicLayoutTask and does the work of partitioning the CyNetworkView so that partitions may be laid out individually.
    A task factory specifically for layout algorithms.
    This class provides access to the available layout algorithms.
    The EdgeWeighter class.
    The LayoutEdge class.
    An undoable edit that will undo and redo of a layout algorithm applied to a network view.
    The LayoutNode class.
    The LayoutPartition class contains all of the information about a single graph partition, where a partition is defined as all nodes in a graph that connect only to each other.
    Simple immutable object which represents a point (x, y, z).
    This class also provides static methods that are used to partition a network.
    An enum describing different weighting strategies.