Uses of Class
com.solibri.smc.api.layout.LayoutView.State
-
Packages that use LayoutView.State Package Description com.solibri.smc.api.layout -
-
Uses of LayoutView.State in com.solibri.smc.api.layout
Methods in com.solibri.smc.api.layout that return LayoutView.State Modifier and Type Method Description LayoutView.State
LayoutView. getState()
Returns the state of (the position of) this layout view.static LayoutView.State
LayoutView.State. valueOf(String name)
Returns the enum constant of this type with the specified name.static LayoutView.State[]
LayoutView.State. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-