Package ae.sun.java2d.cmm

Examples of ae.sun.java2d.cmm.ProfileDeferralInfo


                         * Deferral is only used for standard profiles.
                         * Enabling the appropriate access privileges is handled
                         * at a lower level.
                         */
                        sRGBprofile = getDeferredInstance(
                            new ProfileDeferralInfo("sRGB.pf",
                                                    ColorSpace.TYPE_RGB,
                                                    3, CLASS_DISPLAY));
                    } catch (IOException e) {
                        throw new IllegalArgumentException(
                              "Can't load standard profile: sRGB.pf");
View Full Code Here

TOP

Related Classes of ae.sun.java2d.cmm.ProfileDeferralInfo

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.