Uses of Class
org.biojava.nbio.structure.gui.util.color.LinearColorInterpolator.InterpolationDirection
-
Packages that use LinearColorInterpolator.InterpolationDirection Package Description org.biojava.nbio.structure.gui.util.color -
-
Uses of LinearColorInterpolator.InterpolationDirection in org.biojava.nbio.structure.gui.util.color
Methods in org.biojava.nbio.structure.gui.util.color that return LinearColorInterpolator.InterpolationDirection Modifier and Type Method Description static LinearColorInterpolator.InterpolationDirectionLinearColorInterpolator.InterpolationDirection. valueOf(String name)Returns the enum constant of this type with the specified name.static LinearColorInterpolator.InterpolationDirection[]LinearColorInterpolator.InterpolationDirection. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.biojava.nbio.structure.gui.util.color with parameters of type LinearColorInterpolator.InterpolationDirection Modifier and Type Method Description voidLinearColorInterpolator. setColorSpace(ColorSpace colorSpace, LinearColorInterpolator.InterpolationDirection[] dir)Sets the ColorSpace to use for interpolation.voidLinearColorInterpolator. setInterpolationDirection(int componentIndex, LinearColorInterpolator.InterpolationDirection dir)
-