com.mindfusion.diagramming
Class ScaleAlign

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

public class ScaleAlign
extends java.lang.Object

Generalized alignment enum.


Field Summary
static int Far
          Specifies that alignment is to the far extent of the layout rectangle.
static int Near
          Specifies that alignment is towards the origin of the layout rectangle.
 
Constructor Summary
ScaleAlign()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

Near

public static final int Near
Specifies that alignment is towards the origin of the layout rectangle.

See Also:
Constant Field Values

Far

public static final int Far
Specifies that alignment is to the far extent of the layout rectangle.

See Also:
Constant Field Values
Constructor Detail

ScaleAlign

public ScaleAlign()