Uses of Enum Class
org.forester.phylogeny.data.NodeVisualData.FontType
Packages that use NodeVisualData.FontType
-
Uses of NodeVisualData.FontType in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.FontTypeModifier and TypeMethodDescriptionfinal NodeVisualData.FontType
NodeVisualData.getFontStyle()
static NodeVisualData.FontType
Returns the enum constant of this class with the specified name.static NodeVisualData.FontType[]
NodeVisualData.FontType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.phylogeny.data with parameters of type NodeVisualData.FontTypeModifier and TypeMethodDescriptionfinal void
NodeVisualData.setFontStyle
(NodeVisualData.FontType font_style) Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.FontTypeModifierConstructorDescriptionNodeVisualData
(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)