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.NodeWriteFormatsPoBase.getNodeWriteFormat()Gets the node write format.static PoBase.NodeWriteFormatsPoBase.NodeWriteFormats.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoBase.NodeWriteFormatsReturns 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 voidPoBase.setNodeWriteFormat(PoBase.NodeWriteFormats format) Sets the node write format.