Package net.sourceforge.gpstools.utils

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

Related Classes of net.sourceforge.gpstools.utils.ColorFunctionFactory

Copyright © 2018 www.massapicom. 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.