Uses of Class
org.forester.phylogeny.data.NodeVisualData.NodeFill
-
Packages that use NodeVisualData.NodeFill Package Description org.forester.archaeopteryx org.forester.phylogeny.data -
-
Uses of NodeVisualData.NodeFill in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return NodeVisualData.NodeFill Modifier and Type Method Description NodeVisualData.NodeFill
Configuration. getDefaultNodeFill()
Methods in org.forester.archaeopteryx with parameters of type NodeVisualData.NodeFill Modifier and Type Method Description void
Configuration. setDefaultNodeFill(NodeVisualData.NodeFill default_node_fill)
-
Uses of NodeVisualData.NodeFill in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.NodeFill Modifier and Type Method Description NodeVisualData.NodeFill
NodeVisualData. getFillType()
static NodeVisualData.NodeFill
NodeVisualData.NodeFill. valueOf(java.lang.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.Methods in org.forester.phylogeny.data with parameters of type NodeVisualData.NodeFill Modifier and Type Method Description void
NodeVisualData. setFillType(NodeVisualData.NodeFill fill_type)
Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.NodeFill 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)
-