Uses of Class
org.forester.phylogeny.data.NodeVisualData.NodeShape
-
Packages that use NodeVisualData.NodeShape Package Description org.forester.archaeopteryx org.forester.phylogeny.data -
-
Uses of NodeVisualData.NodeShape in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return NodeVisualData.NodeShape Modifier and Type Method Description NodeVisualData.NodeShapeConfiguration. getDefaultNodeShape()Methods in org.forester.archaeopteryx with parameters of type NodeVisualData.NodeShape Modifier and Type Method Description voidConfiguration. setDefaultNodeShape(NodeVisualData.NodeShape default_node_shape) -
Uses of NodeVisualData.NodeShape in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeVisualData.NodeShape Modifier and Type Method Description NodeVisualData.NodeShapeNodeVisualData. getShape()static NodeVisualData.NodeShapeNodeVisualData.NodeShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static NodeVisualData.NodeShape[]NodeVisualData.NodeShape. 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.NodeShape Modifier and Type Method Description voidNodeVisualData. setShape(NodeVisualData.NodeShape shape)Constructors in org.forester.phylogeny.data with parameters of type NodeVisualData.NodeShape 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)
-