com.intellij.formatting
Class Alignment

java.lang.Object
  extended by com.intellij.formatting.Alignment

public abstract class Alignment
extends java.lang.Object

The alignment setting for a formatting model block. Blocks which return the same alignment object instance from the getAlignment method are aligned with each other.

See Also:
Block.getAlignment(), ChildAttributes.getAlignment()

Constructor Summary
Alignment()
           
 
Method Summary
static Alignment createAlignment()
          Creates an alignment object.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Alignment

public Alignment()
Method Detail

createAlignment

public static Alignment createAlignment()
Creates an alignment object.

Returns:
the alignment object.