Uses of Class
com.intellij.formatting.Alignment

Packages that use Alignment
com.intellij.formatting Provides interfaces which allow to implement code formatters for custom languages. 
 

Uses of Alignment in com.intellij.formatting
 

Methods in com.intellij.formatting that return Alignment
static Alignment Alignment.createAlignment()
          Creates an alignment object.
 Alignment ChildAttributes.getAlignment()
          Returns the alignment of the child block.
 Alignment Block.getAlignment()
          Returns an alignment object indicating how this block is aligned with other blocks.
 

Constructors in com.intellij.formatting with parameters of type Alignment
ChildAttributes(Indent childIndent, Alignment alignment)
          Creates a child attributes setting with the specified indent and alignment.