A
- the type of the Docking Areapublic class DockingAreaManager<A extends DockingArea<A>> extends Object
Constructor and Description |
---|
DockingAreaManager(DockingAreaManager<A> parent,
int position,
int level)
Creates a new instance of this class.
|
DockingAreaManager(DockingAreaManager<A> parent,
int position,
SplitLevel level)
Creates a new instance of this class.
|
Modifier and Type | Method and Description |
---|---|
void |
addDockingArea(List<Integer> path,
A dockingArea)
Adds a Docking Area.
|
List<ShortPathPart> |
getShortPath(A dockingArea)
Gets the short path for the provided Docking Area.
|
String |
toString() |
public DockingAreaManager(DockingAreaManager<A> parent, int position, int level)
parent
- the parent Docking Area managerposition
- the position this manager manageslevel
- the levelpublic DockingAreaManager(DockingAreaManager<A> parent, int position, SplitLevel level)
parent
- the parent Docking Area managerposition
- the position this manager manageslevel
- the levelpublic void addDockingArea(List<Integer> path, A dockingArea)
path
- the path where the Docking Area should be added todockingArea
- the Docking Area to addpublic List<ShortPathPart> getShortPath(A dockingArea)
dockingArea
- the Docking AreaCopyright © 2012–2019 Drombler. All rights reserved.