Uses of Enum Class
org.forester.phylogeny.data.NodeVisualData.NodeFill
Packages that use NodeVisualData.NodeFill
-
Uses of NodeVisualData.NodeFill in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return NodeVisualData.NodeFillMethods in org.forester.archaeopteryx with parameters of type NodeVisualData.NodeFillModifier and TypeMethodDescriptionvoidConfiguration.setDefaultNodeFill(NodeVisualData.NodeFill default_node_fill) -
Uses of NodeVisualData.NodeFill in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.NodeFillModifier and TypeMethodDescriptionfinal NodeVisualData.NodeFillNodeVisualData.getFillType()static NodeVisualData.NodeFillReturns the enum constant of this class with the specified name.static NodeVisualData.NodeFill[]NodeVisualData.NodeFill.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.NodeFillModifier and TypeMethodDescriptionfinal voidNodeVisualData.setFillType(NodeVisualData.NodeFill fill_type) Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.NodeFillModifierConstructorDescriptionNodeVisualData(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)