public class RetroFlapDockStationLayout extends FlapDockStationLayout
FlapDockStationLayout that stores data which was read from an older format.| Constructor and Description |
|---|
RetroFlapDockStationLayout(int[] children,
boolean[] holds,
int[] sizes,
boolean autoDirection,
FlapDockStation.Direction direction)
Creates a new layout
|
| Modifier and Type | Method and Description |
|---|---|
int[] |
getChildren()
Gets the order of the children.
|
boolean[] |
getHolds()
Tells the holding state of the children.
|
int[] |
getSizes()
Gets the sizes of the window
|
getDirection, getPlaceholders, isAutoDirectionpublic RetroFlapDockStationLayout(int[] children,
boolean[] holds,
int[] sizes,
boolean autoDirection,
FlapDockStation.Direction direction)
children - the ids of the children of the stationholds - the holding state of the childrensizes - the sizes of the windowautoDirection - whether the direction of the window is chosen
automaticallydirection - the direction into which the window opensCopyright © 2017 Docking Frames. All rights reserved.