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 PbDomainPoDomainElement. get(SoState state)Methods in com.openinventor.meshviz.elements with parameters of type PbDomain Modifier and Type Method Description static voidPoDomainElement. 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 PbDomainPoBase. getDomain()Gets a reference to aPbDomainobject 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 voidPoBase. setDomain(PbDomain dom)Sets a reference to aPbDomainobject 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.
-