Uses of Class
com.openinventor.meshviz.graph.PoBase.NodeWriteFormats
-
Packages that use PoBase.NodeWriteFormats Package Description com.openinventor.meshviz.graph -
-
Uses of PoBase.NodeWriteFormats in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PoBase.NodeWriteFormats Modifier and Type Method Description static 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.NodeWriteFormatsPoBase.NodeWriteFormats. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static PoBase.NodeWriteFormats[]PoBase.NodeWriteFormats. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.openinventor.meshviz.graph with parameters of type PoBase.NodeWriteFormats Modifier and Type Method Description static voidPoBase. setNodeWriteFormat(PoBase.NodeWriteFormats format)Sets the node write format.
-