C# Class LayoutFarm.UI.FreeSpacesController

Inheritance: NinespaceController
Mostrar archivo Open project: prepare/HTML-Renderer

Public Methods

Method Description
ArrangeAllSpaces ( ) : void
FreeSpacesController ( UIBox owner )
SetBoundOfFreeSpace ( SpacePart space, SpacePart centerspace, bool suddenArr ) : void

Private Methods

Method Description
FindMaxHeightBar ( SpacePart bx ) : int
FindMaxHeightBar ( SpacePart b1, SpacePart b2, SpacePart b3 ) : int
FindMaxWidthBar ( SpacePart bx ) : int
FindMaxWidthBar ( SpacePart b1, SpacePart b2, SpacePart b3 ) : int

Method Details

ArrangeAllSpaces() public method

public ArrangeAllSpaces ( ) : void
return void

FreeSpacesController() public method

public FreeSpacesController ( UIBox owner )
owner UIBox

SetBoundOfFreeSpace() public method

public SetBoundOfFreeSpace ( SpacePart space, SpacePart centerspace, bool suddenArr ) : void
space SpacePart
centerspace SpacePart
suddenArr bool
return void