com.mindfusion.diagramming
Class MultipleGraphsPlacement

java.lang.Object
  extended by com.mindfusion.diagramming.MultipleGraphsPlacement

public final class MultipleGraphsPlacement
extends java.lang.Object

Specifies graph orientation and positioning.


Field Summary
static int Horizontal
          Indicates that graphs should be placed in a row.
static int MinimalArea
          Indicates that graphs should be placed so that they cover minimal area.
static int Vertical
          Indicates that graphs should be placed in a column.
 
Constructor Summary
MultipleGraphsPlacement()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Vertical

public static final int Vertical
Indicates that graphs should be placed in a column.

See Also:
Constant Field Values

Horizontal

public static final int Horizontal
Indicates that graphs should be placed in a row.

See Also:
Constant Field Values

MinimalArea

public static final int MinimalArea
Indicates that graphs should be placed so that they cover minimal area.

See Also:
Constant Field Values
Constructor Detail

MultipleGraphsPlacement

public MultipleGraphsPlacement()