Uses of Enum Class
com.openinventor.meshviz.graph.PbDomain.TransformTypes
Packages that use PbDomain.TransformTypes
-
Uses of PbDomain.TransformTypes in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbDomain.TransformTypesModifier and TypeMethodDescriptionPbDomain.getTransformType()Gets the type of transformation.static PbDomain.TransformTypesPbDomain.TransformTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PbDomain.TransformTypesReturns the enum constant of this class with the specified name.static PbDomain.TransformTypes[]PbDomain.TransformTypes.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 PbDomain.TransformTypesModifier and TypeMethodDescriptionvoidPbDomain.setTransformType(PbDomain.TransformTypes type) Sets the type of transformation.