JCommon 1.0.17-redhat-2

Uses of Class
org.jfree.ui.HorizontalAlignment

Packages that use HorizontalAlignment
org.jfree.text Utility classes relating to text. 
org.jfree.ui Utility classes for creating user interfaces. 
 

Uses of HorizontalAlignment in org.jfree.text
 

Methods in org.jfree.text that return HorizontalAlignment
 HorizontalAlignment TextBlock.getLineAlignment()
          Returns the alignment of the lines of text within the block.
 

Methods in org.jfree.text with parameters of type HorizontalAlignment
 void TextBlock.setLineAlignment(HorizontalAlignment alignment)
          Sets the alignment of the lines of text within the block.
 

Uses of HorizontalAlignment in org.jfree.ui
 

Fields in org.jfree.ui declared as HorizontalAlignment
static HorizontalAlignment HorizontalAlignment.CENTER
          Center alignment.
static HorizontalAlignment HorizontalAlignment.LEFT
          Left alignment.
static HorizontalAlignment HorizontalAlignment.RIGHT
          Right alignment.
 


JCommon 1.0.17-redhat-2

Copyright © 2001-2012 JFree.org. All Rights Reserved.