public interface LayoutView
Modifier and Type | Interface and Description |
---|---|
static class |
LayoutView.State
Describes the current state of the layoutview.
|
Modifier and Type | Method and Description |
---|---|
LayoutView.State |
getState()
Returns the state of (the position of) this layout view.
|
View |
getView()
Returns the view that this layoutview holds.
|
double |
getWeight()
Returns the relative weight of this layout view element amongst it siblings.
|
View getView()
double getWeight()
LayoutView.State getState()
Copyright © 2020 Solibri, Inc.. All rights reserved.