|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||
| Packages that use ISahitsContainer | |
|---|---|
| ch.sahits.game.graphic.display | |
| ch.sahits.game.graphic.display.start | |
| ch.sahits.game.graphic.layout | |
| Uses of ISahitsContainer in ch.sahits.game.graphic.display |
|---|
| Classes in ch.sahits.game.graphic.display that implement ISahitsContainer | |
|---|---|
class |
OpenPatricianBackgroundView
This RenderablePart implementation is a base implementation for brick walled
background on which form elements can be placed. |
| Methods in ch.sahits.game.graphic.display with parameters of type ISahitsContainer | |
|---|---|
void |
ISahitsLayoutManager.layoutContainer(ISahitsContainer parent)
Compute the layout of the all the children in the parent container. |
| Uses of ISahitsContainer in ch.sahits.game.graphic.display.start |
|---|
| Classes in ch.sahits.game.graphic.display.start that implement ISahitsContainer | |
|---|---|
class |
NewGameView
Rendering view to create a new single player game. |
| Uses of ISahitsContainer in ch.sahits.game.graphic.layout |
|---|
| Methods in ch.sahits.game.graphic.layout with parameters of type ISahitsContainer | |
|---|---|
private int |
SahitsMaximalGridLayout.addUpColumnWidth(ISahitsContainer parent)
Adding up the column width of a ISahitsContainer. |
private int |
SahitsMaximalGridLayout.addUpRowHeight(ISahitsContainer parent)
Adding up the row height of a ISahitsContainer. |
private boolean |
SahitsMaximalGridLayout.checkHeight(ISahitsContainer parent)
check if the size of the children add up to more than the parents size |
private boolean |
SahitsMaximalGridLayout.checkWidth(ISahitsContainer parent)
check if the size of the children add up to more than the parents size |
(package private) int |
SahitsMaximalGridLayout.computeHeight(int row,
ISahitsContainer parent)
Compute the height of the highest ISahitsComponent in the specified row. |
private double |
SahitsMaximalGridLayout.computeHeightScale(ISahitsContainer parent)
Compute the scale factor that is needed on the ISahitsComponents to resize them to the heigth of the ISahitsContainer |
(package private) int |
SahitsMaximalGridLayout.computeWidth(int column,
ISahitsContainer parent)
Compute the width of the widest ISahitsComponent in the specified column. |
private double |
SahitsMaximalGridLayout.computeWidthScale(ISahitsContainer parent)
Compute the scale factor that is needed on the ISahitsComponents to resize them to the width of the ISahitsContainer |
(package private) int |
SahitsMaximalGridLayout.getColumnStart(int index,
ISahitsContainer parent)
Compute the x position where the column with the given index starts |
(package private) int |
SahitsMaximalGridLayout.getRowStart(int index,
ISahitsContainer parent)
Compute the y position where the row with the given index starts |
void |
SahitsMaximalGridLayout.layoutContainer(ISahitsContainer parent)
|
Dimension |
SahitsMaximalGridLayout.preferredLayoutSize(ISahitsContainer parent)
Computing the prefered size by adding the sizes of the columns and rows together with the insets |
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||