| Package | Description |
|---|---|
| org.forester.phylogeny.data |
| Modifier and Type | Method and Description |
|---|---|
NodeVisualData.FontType |
NodeVisualData.getFontStyle() |
static NodeVisualData.FontType |
NodeVisualData.FontType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NodeVisualData.FontType[] |
NodeVisualData.FontType.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.setFontStyle(NodeVisualData.FontType font_style) |
| 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.