Uses of Interface
ch.sahits.game.graphic.display.ISahitsLayoutConstraint

Packages that use ISahitsLayoutConstraint
ch.sahits.game.graphic.display   
ch.sahits.game.graphic.layout   
 

Uses of ISahitsLayoutConstraint in ch.sahits.game.graphic.display
 

Methods in ch.sahits.game.graphic.display with parameters of type ISahitsLayoutConstraint
 void ISahitsContainer.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
          Add a component to the container with a specific constraint
 void OpenPatricianBackgroundView.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
           
 void ISahitsLayoutManager.addLayoutComponent(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
          Add a component with a constraint.
 

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

Classes in ch.sahits.game.graphic.layout that implement ISahitsLayoutConstraint
 class MaximalGridLayoutConstraints
          Container to hold the constraints.
 

Methods in ch.sahits.game.graphic.layout with parameters of type ISahitsLayoutConstraint
 void SahitsMaximalGridLayout.addLayoutComponent(ISahitsComponent comp, ISahitsLayoutConstraint constraints)
          Adding a ISahitsComponent with a MaximalGridLayoutConstraints
 



Copyright © 2011 Sahits GmbH. All Rights Reserved.