Uses of Class
org.kalmeo.kuix.util.Alignment

Packages that use Alignment
org.kalmeo.kuix.core   
org.kalmeo.kuix.core.focus   
org.kalmeo.kuix.layout   
org.kalmeo.kuix.transition   
org.kalmeo.kuix.util   
org.kalmeo.kuix.widget   
 

Uses of Alignment in org.kalmeo.kuix.core
 

Methods in org.kalmeo.kuix.core that return Alignment
protected  Alignment KuixConverter.convertAlignment(java.lang.String rawData)
           
protected  Alignment[] KuixConverter.convertAlignmentArray(java.lang.String rawData, int wantedSize, java.lang.String delim)
           
 

Uses of Alignment in org.kalmeo.kuix.core.focus
 

Methods in org.kalmeo.kuix.core.focus with parameters of type Alignment
 void FocusManager.requestOtherFocus(boolean forward, Alignment direction)
          Request the forward or backward focusable Widget.
 void FocusManager.requestOtherFocus(Widget startWidget, boolean forward, Alignment direction)
          Request the forward or backward focusable Widget.
 

Uses of Alignment in org.kalmeo.kuix.layout
 

Fields in org.kalmeo.kuix.layout declared as Alignment
 Alignment StaticLayoutData.alignment
           
 Alignment InlineLayout.alignment
           
 Alignment FlowLayout.alignment
           
 

Constructors in org.kalmeo.kuix.layout with parameters of type Alignment
FlowLayout(Alignment alignment)
          Construct a FlowLayout
InlineLayout(boolean horizontal, Alignment alignment)
          Construct a InlineLayout
StaticLayoutData(Alignment alignment)
          Construct a StaticLayoutData
StaticLayoutData(Alignment alignment, int width, int height)
          Construct a StaticLayoutData If width or height is < 1 it is considered as percentage else pixels size.
 

Uses of Alignment in org.kalmeo.kuix.transition
 

Constructors in org.kalmeo.kuix.transition with parameters of type Alignment
SlideTransition(Alignment direction)
          Construct a SlideTransition
 

Uses of Alignment in org.kalmeo.kuix.util
 

Fields in org.kalmeo.kuix.util declared as Alignment
static Alignment Alignment.BOTTOM
           
static Alignment Alignment.BOTTOM_LEFT
           
static Alignment Alignment.BOTTOM_RIGHT
           
static Alignment Alignment.CENTER
           
static Alignment Alignment.FILL
           
static Alignment Alignment.FILL_BOTTOM
           
static Alignment Alignment.FILL_CENTER
           
static Alignment Alignment.FILL_LEFT
           
static Alignment Alignment.FILL_RIGHT
           
static Alignment Alignment.FILL_TOP
           
static Alignment Alignment.LEFT
           
static Alignment Alignment.RIGHT
           
static Alignment Alignment.TOP
           
static Alignment Alignment.TOP_LEFT
           
static Alignment Alignment.TOP_RIGHT
           
 

Methods in org.kalmeo.kuix.util that return Alignment
static Alignment Alignment.combine(Alignment verticalAlignment, Alignment horizontalAlignment)
          Combine verticalAlignment and horizontalAlignment into a new Alignment instance.
 

Methods in org.kalmeo.kuix.util with parameters of type Alignment
static Alignment Alignment.combine(Alignment verticalAlignment, Alignment horizontalAlignment)
          Combine verticalAlignment and horizontalAlignment into a new Alignment instance.
 

Uses of Alignment in org.kalmeo.kuix.widget
 

Fields in org.kalmeo.kuix.widget declared as Alignment
protected static Alignment Widget.DEFAULT_ALIGN
           
protected static Alignment[] Widget.DEFAULT_BACKGROUND_ALIGN
           
 

Methods in org.kalmeo.kuix.widget that return Alignment
 Alignment Widget.getAlign()
          Returns the alignment value.
 Alignment Screen.getAlign()
           
 Alignment PopupBox.getAlign()
           
 Alignment[] Widget.getBackgroundAlign()
          Returns the backroundAlign or alignment list if multi alignments are defined.
 Alignment[] Widget.getBorderAlign()
          Returns the border alignments array.
 

Methods in org.kalmeo.kuix.widget with parameters of type Alignment
 Widget Widget.getOtherFocus(Widget root, Widget focusedWidget, Widget nearestFocusableWidget, boolean forward, Alignment direction, boolean checkItself, boolean checkChild, boolean checkParent)
          Returns the previous or next focusable Widget according to the forward parameter.
protected  void Widget.paintMosaicImage(Graphics g, Image image, int x, int y, int width, int height, Alignment alignment, int repeatX, int repeatY)
          Paint a cliped zone with mosaic image
 



Copyright © 2007-2008 Kalmeo. All Rights Reserved.