Uses of Enum Class
com.openinventor.meshviz.graph.PoBiErrorPointField.VariationTypes
Packages that use PoBiErrorPointField.VariationTypes
-
Uses of PoBiErrorPointField.VariationTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoBiErrorPointField.VariationTypesModifier and TypeFieldDescriptionPoBiErrorPointField.variationTypeDefines the interpretation of the values lowX, lowY, highX, highY.Methods in com.openinventor.meshviz.graph that return PoBiErrorPointField.VariationTypesModifier and TypeMethodDescriptionPoBiErrorPointField.VariationTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valueReturns the enum constant of this class with the specified name.static PoBiErrorPointField.VariationTypes[]PoBiErrorPointField.VariationTypes.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in com.openinventor.meshviz.graph with parameters of type PoBiErrorPointField.VariationTypesModifierConstructorDescriptionPoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type) Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, true, true).PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible) Calls PoBiErrorPointField(_point, _lowX, _lowY, _highX, _highY, type, _isShapeVisible, true).PoBiErrorPointField(SbVec2f[] _point, float[] _lowX, float[] _lowY, float[] _highX, float[] _highY, PoBiErrorPointField.VariationTypes type, boolean _isShapeVisible, boolean _isSkeletonVisible) Constructor.