Igis Documentation Beta

Enumeration Layout.​Child​Attribute

public enum ChildAttribute 

Member Of

Layout

Layout provides the ability to layout a series of Rects using specified rules. The order of each Rect is always preserved.

Enumeration Cases

max​Width

case maxWidth

Calculcates the maximum width of all Rects

max​Height

case maxHeight

Calculcates the maximum height of all Rects

full​Width

case fullWidth

Calculates the full width of all Rects (width from left-most to right-most)

full​Height

case fullHeight

Calculates the full height of all Rects (height from top-most to bottom-most)

top​Most

case topMost

Calculates the top-most top of all Rects

bottom​Most

case bottomMost

Calculates the bottom-most bottom of all Rects

left​Most

case leftMost

Calculates the left-most left of all Rects

right​Most

case rightMost

Calculates the right-most right of all Rects