|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Configuration.Location | |
|---|---|
| org.abego.treelayout | Efficiently create compact, highly customizable tree layouts. |
| org.abego.treelayout.util | Various utility classes to simplify usage of the
TreeLayout. |
| Uses of Configuration.Location in org.abego.treelayout |
|---|
| Methods in org.abego.treelayout that return Configuration.Location | |
|---|---|
Configuration.Location |
Configuration.getRootLocation()
Returns the position of the root node in the diagram. |
static Configuration.Location |
Configuration.Location.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Configuration.Location[] |
Configuration.Location.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Uses of Configuration.Location in org.abego.treelayout.util |
|---|
| Methods in org.abego.treelayout.util that return Configuration.Location | |
|---|---|
Configuration.Location |
DefaultConfiguration.getRootLocation()
|
| Constructors in org.abego.treelayout.util with parameters of type Configuration.Location | |
|---|---|
DefaultConfiguration(double gapBetweenLevels,
double gapBetweenNodes,
Configuration.Location location)
Convenience constructor, using a default for the alignmentInLevel. |
|
DefaultConfiguration(double gapBetweenLevels,
double gapBetweenNodes,
Configuration.Location location,
Configuration.AlignmentInLevel alignmentInLevel)
Specifies the constants to be used for this Configuration. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||