Uses of Class
org.forester.phylogeny.data.NodeVisualData.FontType
-
Packages that use NodeVisualData.FontType Package Description org.forester.phylogeny.data -
-
Uses of NodeVisualData.FontType in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.FontType Modifier and Type Method Description NodeVisualData.FontType
NodeVisualData. getFontStyle()
static NodeVisualData.FontType
NodeVisualData.FontType. valueOf(java.lang.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.Methods in org.forester.phylogeny.data with parameters of type NodeVisualData.FontType Modifier and Type Method Description void
NodeVisualData. setFontStyle(NodeVisualData.FontType font_style)
Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.FontType Constructor Description NodeVisualData(java.lang.String font_name, NodeVisualData.FontType font_style, byte font_size, java.awt.Color font_color, NodeVisualData.NodeShape shape, NodeVisualData.NodeFill fill_type, java.awt.Color node_color, float size, float transparency)
-