Uses of Class
buoy.widget.LayoutInfo.Alignment

Packages that use LayoutInfo.Alignment
buoy.widget   
 

Uses of LayoutInfo.Alignment in buoy.widget
 

Fields in buoy.widget declared as LayoutInfo.Alignment
static LayoutInfo.Alignment LayoutInfo.CENTER
           
static LayoutInfo.Alignment LayoutInfo.EAST
           
static LayoutInfo.Alignment LayoutInfo.NORTH
           
static LayoutInfo.Alignment LayoutInfo.NORTHEAST
           
static LayoutInfo.Alignment LayoutInfo.NORTHWEST
           
static LayoutInfo.Alignment LayoutInfo.SOUTH
           
static LayoutInfo.Alignment LayoutInfo.SOUTHEAST
           
static LayoutInfo.Alignment LayoutInfo.SOUTHWEST
           
static LayoutInfo.Alignment LayoutInfo.WEST
           
 

Methods in buoy.widget that return LayoutInfo.Alignment
 LayoutInfo.Alignment LayoutInfo.getAlignment()
          Get the alignment of the Widget within its available space.
 

Methods in buoy.widget with parameters of type LayoutInfo.Alignment
 void LayoutInfo.setAlignment(LayoutInfo.Alignment align)
          Set the alignment of the Widget within its available space.
 

Constructors in buoy.widget with parameters of type LayoutInfo.Alignment
LayoutInfo(LayoutInfo.Alignment align, LayoutInfo.FillType fill)
          Create a LayoutInfo object with no padding or insets.
LayoutInfo(LayoutInfo.Alignment align, LayoutInfo.FillType fill, java.awt.Insets insets, java.awt.Dimension padding)
          Create a LayoutInfo object.
 



Written by Peter Eastman.