Uses of Class
org.teamapps.ux.component.charting.tree.TreeGraphNodeImage.CornerShape
-
Packages that use TreeGraphNodeImage.CornerShape Package Description org.teamapps.ux.component.charting.tree -
-
Uses of TreeGraphNodeImage.CornerShape in org.teamapps.ux.component.charting.tree
Methods in org.teamapps.ux.component.charting.tree that return TreeGraphNodeImage.CornerShape Modifier and Type Method Description TreeGraphNodeImage.CornerShapeTreeGraphNodeImage. getCornerShape()static TreeGraphNodeImage.CornerShapeTreeGraphNodeImage.CornerShape. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static TreeGraphNodeImage.CornerShape[]TreeGraphNodeImage.CornerShape. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.teamapps.ux.component.charting.tree with parameters of type TreeGraphNodeImage.CornerShape Modifier and Type Method Description TreeGraphNodeImageTreeGraphNodeImage. setCornerShape(TreeGraphNodeImage.CornerShape cornerShape)
-