Uses of Enum Class
com.openinventor.meshviz.graph.PoErrorCurve.VariationTypes
Packages that use PoErrorCurve.VariationTypes
-
Uses of PoErrorCurve.VariationTypes in com.openinventor.meshviz.graph
Fields in com.openinventor.meshviz.graph with type parameters of type PoErrorCurve.VariationTypesModifier and TypeFieldDescriptionPoErrorCurve.variationTypeDefines the interpretation of the values lowY and highY.Methods in com.openinventor.meshviz.graph that return PoErrorCurve.VariationTypesModifier and TypeMethodDescriptionstatic PoErrorCurve.VariationTypesPoErrorCurve.VariationTypes.valueOf(int val) Returns the enum constant of this type with the specified integer valuestatic PoErrorCurve.VariationTypesReturns the enum constant of this class with the specified name.static PoErrorCurve.VariationTypes[]PoErrorCurve.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 PoErrorCurve.VariationTypesModifierConstructorDescriptionPoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type) Calls PoErrorCurve(_point, _lowY, _highY, type, PoErrorCurve.ErrorCurveReps.valueOf( PoErrorCurve.ErrorCurveReps.HIGH_LOW_CLOSE.getValue() )).PoErrorCurve(SbVec2f[] _point, float[] _lowY, float[] _highY, PoErrorCurve.VariationTypes type, PoErrorCurve.ErrorCurveReps rep) Constructor.