Uses of Class
com.openinventor.meshviz.graph.PbDomain
-
Packages that use PbDomain Package Description com.openinventor.meshviz.elements com.openinventor.meshviz.graph -
-
Uses of PbDomain in com.openinventor.meshviz.elements
Methods in com.openinventor.meshviz.elements that return PbDomain Modifier and Type Method Description static PbDomain
PoDomainElement. get(SoState state)
Methods in com.openinventor.meshviz.elements with parameters of type PbDomain Modifier and Type Method Description static void
PoDomainElement. set(SoState state, SoNode node, PbDomain domain)
-
Uses of PbDomain in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbDomain Modifier and Type Method Description PbDomain
PoBase. getDomain()
Gets a reference to aPbDomain
object used to define the data limits of the graphics to be generated.Methods in com.openinventor.meshviz.graph with parameters of type PbDomain Modifier and Type Method Description void
PoBase. setDomain(PbDomain dom)
Sets a reference to aPbDomain
object used to define the data limits of the graphics to be generated.Constructors in com.openinventor.meshviz.graph with parameters of type PbDomain Constructor Description PbDomain(PbDomain domain)
Copy constructor.
-