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 OpenPatricianBackgroundView.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
           
 void ISahitsContainer.add(ISahitsComponent comp, ISahitsLayoutConstraint constraint)
          Add a component to the container with a specific 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-2012 Sahits GmbH. All Rights Reserved.