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 TypeMethodDescriptionvoidConfiguration.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.NodeShapeNodeVisualData.getShape()static NodeVisualData.NodeShapeReturns 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 voidNodeVisualData.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)