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.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
PoBase.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 void
PoBase. setNodeWriteFormat(PoBase.NodeWriteFormats format)
Sets the node write format.
-