Uses of Interface
com.solibri.smc.api.layout.Layout
Package | Description |
---|---|
com.solibri.smc.api.layout |
-
Uses of Layout in com.solibri.smc.api.layout
Methods in com.solibri.smc.api.layout that return types with arguments of type Layout Modifier and Type Method Description List<Layout>
Layouts. getLayouts()
Returns a list of the layouts ordered in the order they appear in the software UI.Methods in com.solibri.smc.api.layout with parameters of type Layout Modifier and Type Method Description void
Layouts. addLayout(Layout layout)
Adds a new layout to the UI.void
LayoutUpdater. update(Layout layout, List<Split> newSplits)
Updates the given layout in place by replacing its contents with the new splits.