Uses of Enum Class
com.openinventor.meshviz.graph.PoBase.NodeWriteFormats
Packages that use PoBase.NodeWriteFormats
-
Uses of PoBase.NodeWriteFormats in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PoBase.NodeWriteFormatsModifier and TypeMethodDescriptionstatic PoBase.NodeWriteFormats
PoBase.getNodeWriteFormat()
Gets the node write format.static PoBase.NodeWriteFormats
PoBase.NodeWriteFormats.valueOf
(int val) Returns the enum constant of this type with the specified integer valuestatic PoBase.NodeWriteFormats
Returns the enum constant of this class with the specified name.static PoBase.NodeWriteFormats[]
PoBase.NodeWriteFormats.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.openinventor.meshviz.graph with parameters of type PoBase.NodeWriteFormatsModifier and TypeMethodDescriptionstatic void
PoBase.setNodeWriteFormat
(PoBase.NodeWriteFormats format) Sets the node write format.