Examples of ColorFunctionFactory


Examples of net.sourceforge.gpstools.utils.ColorFunctionFactory

            }
            hue = ColorFunctionFactory.createLinearHueFunction(ymin, ymax,
                DEFAULT_NUMHUES,
                DEFAULT_STARTHUE, -1);
        }
        ColorFunctionFactory cff = new ColorFunctionFactory();
        cff.setHueFunction(hue);
        cff.setAlpha(200);
        ColorFunction cf = cff.createColorFunction();
        return new QuantityTrackWriter(out, name, vf, cf, ymin, ymax, q);
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.