|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.jidesoft.treemap.AlgorithmFactory
public class AlgorithmFactory
Factory class for accessing predefined layout algorithms.
| Field Summary | |
|---|---|
static Algorithm |
BINARY_TREE
Implementation of the Binary Tree algorithm. |
static Algorithm |
CIRCULAR
Circular treemap layout. |
static Algorithm |
PIVOT_BY_SPLIT_SIZE
Implementation of the Pivot By algorithm. |
static Algorithm |
SLICE
Implementation of the Slice-and-dice algorithm described in the original treemap paper. |
static Algorithm |
SQUARIFIED
Implementation of the Squarified algorithm. |
static Algorithm |
STRIP
Implementation of the Strip algorithm. |
| Constructor Summary | |
|---|---|
protected |
AlgorithmFactory(Algorithm... entries)
|
| Method Summary | |
|---|---|
void |
add(Algorithm entry)
|
Algorithm |
get(String name)
|
List<Algorithm> |
getAlgorithms()
|
Algorithm |
getDefault()
|
static AlgorithmFactory |
getInstance()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final Algorithm BINARY_TREE
public static final Algorithm SLICE
public static final Algorithm SQUARIFIED
public static final Algorithm STRIP
public static final Algorithm PIVOT_BY_SPLIT_SIZE
public static final Algorithm CIRCULAR
| Constructor Detail |
|---|
protected AlgorithmFactory(Algorithm... entries)
| Method Detail |
|---|
public static AlgorithmFactory getInstance()
public void add(Algorithm entry)
public Algorithm getDefault()
public List<Algorithm> getAlgorithms()
public Algorithm get(String name)
|
JIDE 3.5.15 | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||