Uses of Class
org.jzy3d.plot3d.rendering.legends.overlay.LegendLayout.Corner
-
Packages that use LegendLayout.Corner Package Description org.jzy3d.plot3d.rendering.legends.overlay -
-
Uses of LegendLayout.Corner in org.jzy3d.plot3d.rendering.legends.overlay
Fields in org.jzy3d.plot3d.rendering.legends.overlay declared as LegendLayout.Corner Modifier and Type Field Description protected LegendLayout.Corner
LegendLayout. corner
Legend position.Methods in org.jzy3d.plot3d.rendering.legends.overlay that return LegendLayout.Corner Modifier and Type Method Description LegendLayout.Corner
LegendLayout. getCorner()
static LegendLayout.Corner
LegendLayout.Corner. valueOf(String name)
Returns the enum constant of this type with the specified name.static LegendLayout.Corner[]
LegendLayout.Corner. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.jzy3d.plot3d.rendering.legends.overlay with parameters of type LegendLayout.Corner Modifier and Type Method Description void
LegendLayout. setCorner(LegendLayout.Corner corner)
-