Uses of Class
com.openinventor.meshviz.graph.PoAxis.MarginTypes
-
Packages that use PoAxis.MarginTypes Package Description com.openinventor.meshviz.graph -
-
Uses of PoAxis.MarginTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as PoAxis.MarginTypes Modifier and Type Field Description PoAxis.MarginTypes
PoAxis.MarginAttributes. type
Fields in com.openinventor.meshviz.graph with type parameters of type PoAxis.MarginTypes Modifier and Type Field Description SoSFEnum<PoAxis.MarginTypes>
PoAxis. marginType
Relative or absolute margin.Methods in com.openinventor.meshviz.graph that return PoAxis.MarginTypes Modifier and Type Method Description static PoAxis.MarginTypes
PoAxis.MarginTypes. valueOf(int val)
Returns the enum constant of this type with the specified integer valuestatic PoAxis.MarginTypes
PoAxis.MarginTypes. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PoAxis.MarginTypes[]
PoAxis.MarginTypes. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-