|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectbibliothek.gui.dock.station.screen.magnet.MultiAttractorStrategy
public class MultiAttractorStrategy
A combination of several AttractorStrategys into one strategy.
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface bibliothek.gui.dock.station.screen.magnet.AttractorStrategy |
|---|
AttractorStrategy.Attraction |
| Constructor Summary | |
|---|---|
MultiAttractorStrategy()
|
|
| Method Summary | |
|---|---|
void |
add(AttractorStrategy strategy)
Adds strategy to the list of strategies that are used. |
AttractorStrategy.Attraction |
attract(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
Called when the Dockable moved has been moved. |
void |
remove(AttractorStrategy strategy)
Removes strategy from the list of strategies that are used. |
AttractorStrategy.Attraction |
stick(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
Called when the Dockable moved has been moved. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public MultiAttractorStrategy()
| Method Detail |
|---|
public void add(AttractorStrategy strategy)
strategy to the list of strategies that are used.
strategy - a new strategy, must not be nullpublic void remove(AttractorStrategy strategy)
strategy from the list of strategies that are used.
strategy - the strategy to remove
public AttractorStrategy.Attraction attract(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
AttractorStrategyDockable moved has been moved. This method
tells whether the unmoved Dockable fixed can attract moved. This
method does not have to check the actual position or size of any Dockable, this method
only has to tell whether an attraction is theoretically possible or not.
attract in interface AttractorStrategyparent - the parent DockStation of fixed and of movedmoved - a Dockable that did change its position or sizefixed - a Dockable that did not change its position or sizehow fixed and moved interact
public AttractorStrategy.Attraction stick(ScreenDockStation parent,
Dockable moved,
Dockable fixed)
AttractorStrategyDockable moved has been moved. This method then tells whether
the unmoved Dockable fixed can stick to moved and be moved
as well. This method does not need to check the actual position or size of any Dockable,
this method only has to tell whether the two items could stick together. Also
stickiness does not imply attraction or the other
way around.
stick in interface AttractorStrategyparent - the parent DockStation of moved and of fixedmoved - a Dockable that did change its position or sizefixed - a Dockable that did not change its position or sizehow fixed and moved interact
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||