Uses of Enum Class
org.forester.phylogeny.data.NodeVisualData.NodeShape
Packages that use NodeVisualData.NodeShape
-
Uses of NodeVisualData.NodeShape in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return NodeVisualData.NodeShapeMethods in org.forester.archaeopteryx with parameters of type NodeVisualData.NodeShapeModifier and TypeMethodDescriptionvoid
Configuration.setDefaultNodeShape
(NodeVisualData.NodeShape default_node_shape) -
Uses of NodeVisualData.NodeShape in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.NodeShapeModifier and TypeMethodDescriptionfinal NodeVisualData.NodeShape
NodeVisualData.getShape()
static NodeVisualData.NodeShape
Returns the enum constant of this class with the specified name.static NodeVisualData.NodeShape[]
NodeVisualData.NodeShape.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.NodeShapeModifier and TypeMethodDescriptionfinal void
NodeVisualData.setShape
(NodeVisualData.NodeShape shape) Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.NodeShapeModifierConstructorDescriptionNodeVisualData
(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)