Uses of Class
ch.sahits.game.graphic.layout.MaximalGridLayoutConstraints

Packages that use MaximalGridLayoutConstraints
ch.sahits.game.graphic.layout   
 

Uses of MaximalGridLayoutConstraints in ch.sahits.game.graphic.layout
 

Fields in ch.sahits.game.graphic.layout with type parameters of type MaximalGridLayoutConstraints
private  Hashtable<ISahitsComponent,MaximalGridLayoutConstraints> SahitsMaximalGridLayout.compTable
           
private  Hashtable<Component,MaximalGridLayoutConstraints> MaximalGridLayout.compTable
           
 

Methods in ch.sahits.game.graphic.layout that return MaximalGridLayoutConstraints
 MaximalGridLayoutConstraints MaximalGridLayout.getConstraints(Component comp)
          Gets the constraints for the specified component.
 MaximalGridLayoutConstraints SahitsMaximalGridLayout.getConstraints(ISahitsComponent comp)
          Gets the constraints for the specified ISahitsComponent.
 

Methods in ch.sahits.game.graphic.layout with parameters of type MaximalGridLayoutConstraints
(package private)  int SahitsMaximalGridLayout.computeXPadding(int columnWidth, int width, MaximalGridLayoutConstraints constraints)
          Compute the horizontal padding within a cell based upon the alignment of the ISahitsComponent
(package private)  int MaximalGridLayout.computeXPadding(int columnWidth, int width, MaximalGridLayoutConstraints constraints)
          Compute the horizontal padding within a cell based upon the alignment of the component
(package private)  int SahitsMaximalGridLayout.computeYPadding(int rowHeight, int height, MaximalGridLayoutConstraints constraints)
          Compute the vertical padding within a cell based upon the alignment of the ISahitsComponent
(package private)  int MaximalGridLayout.computeYPadding(int rowHeight, int height, MaximalGridLayoutConstraints constraints)
          Compute the vertical padding within a cell based upon the alignment of the component
 void MaximalGridLayout.setConstraints(Component comp, MaximalGridLayoutConstraints constraints)
          Sets the constraints for the specified component in this layout.
 void SahitsMaximalGridLayout.setConstraints(ISahitsComponent comp, MaximalGridLayoutConstraints constraints)
          Sets the constraints for the specified ISahitsComponent in this layout.
 



Copyright © 2011 Sahits GmbH. All Rights Reserved.