public final class AnchorSelectionCollection extends Object
Modifier and Type | Method and Description |
---|---|
static List<AnchorSelection> |
getAnchorSelectionAlgorithms()
Returns a list of all available anchor selection algorithms in this package.
|
static void |
registerAnchorSelectionAlgorithm(AnchorSelection anchorSelection)
Register an additional anchor selection algorithm.
|
public static void registerAnchorSelectionAlgorithm(AnchorSelection anchorSelection)
anchorSelection
- The anchor selection algorithm to be added to the list.public static List<AnchorSelection> getAnchorSelectionAlgorithms()
Copyright © 2012 Thomas Hillebrandt. All Rights Reserved.