Uses of Enum Class
com.openinventor.meshviz.graph.PbNonLinearDataMapping2.Types
Packages that use PbNonLinearDataMapping2.Types
-
Uses of PbNonLinearDataMapping2.Types in com.openinventor.meshviz.graph
Methods in com.openinventor.meshviz.graph that return PbNonLinearDataMapping2.TypesModifier and TypeMethodDescriptionPbNonLinearDataMapping2.getType()Returns the data mapping type.PbNonLinearDataMapping2.Types.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 PbNonLinearDataMapping2.Types[]PbNonLinearDataMapping2.Types.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 PbNonLinearDataMapping2.TypesModifier and TypeMethodDescriptionvoidPbNonLinearDataMapping2.setValues(PbNonLinearDataMapping2.Types type, float[] v, SbColor[] c) Sets non linear function for data mapping, with RGB color.voidPbNonLinearDataMapping2.setValues(PbNonLinearDataMapping2.Types type, float[] v, SbColor[] c, float[] t) Sets non linear function for data mapping, with RGB color and transparencies.