public interface Split
Modifier and Type | Interface and Description |
---|---|
static class |
Split.Orientation
Orientation describes the direction the space is split.
|
Modifier and Type | Method and Description |
---|---|
Split.Orientation |
getOrientation()
Returns the orientation of this split.
|
List<Split> |
getSubSplits()
Returns the subsplits inside this split.
|
List<LayoutView> |
getViews()
Returns the views that are inside this split.
|
double |
getWeight()
Returns the relative weight of this split element amongst it siblings.
|
Split.Orientation getOrientation()
double getWeight()
List<Split> getSubSplits()
List<LayoutView> getViews()
Copyright © 2020 Solibri, Inc.. All rights reserved.