Uses of Enum Class
com.openinventor.meshviz.graph.PoAxis.MarginTypes
Packages that use PoAxis.MarginTypes
-
Uses of PoAxis.MarginTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph declared as PoAxis.MarginTypesFields in com.openinventor.meshviz.graph with type parameters of type PoAxis.MarginTypesModifier and TypeFieldDescriptionfinal SoSFEnum
<PoAxis.MarginTypes> PoAxis.marginType
Relative or absolute margin.Methods in com.openinventor.meshviz.graph that return PoAxis.MarginTypesModifier and TypeMethodDescriptionstatic PoAxis.MarginTypes
PoAxis.MarginTypes.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoAxis.MarginTypes
Returns the enum constant of this class with the specified name.static PoAxis.MarginTypes[]
PoAxis.MarginTypes.values()
Returns an array containing the constants of this enum class, in the order they are declared.