| Package | Description |
|---|---|
| org.forester.archaeopteryx | |
| org.forester.phylogeny.data |
| Modifier and Type | Method and Description |
|---|---|
NodeVisualData.NodeFill |
Configuration.getDefaultNodeFill() |
| Modifier and Type | Method and Description |
|---|---|
void |
Configuration.setDefaultNodeFill(NodeVisualData.NodeFill default_node_fill) |
| Modifier and Type | Method and Description |
|---|---|
NodeVisualData.NodeFill |
NodeVisualData.getFillType() |
static NodeVisualData.NodeFill |
NodeVisualData.NodeFill.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeVisualData.NodeFill[] |
NodeVisualData.NodeFill.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
NodeVisualData.setFillType(NodeVisualData.NodeFill fill_type) |
| Constructor and Description |
|---|
NodeVisualData(String font_name,
NodeVisualData.FontType font_style,
byte font_size,
Color font_color,
NodeVisualData.NodeShape shape,
NodeVisualData.NodeFill fill_type,
Color node_color,
float size,
float transparency) |
Copyright © 2016. All rights reserved.