Searched refs:ICC_ProfileRGB (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/color/
H A DICC_ProfileRGB.java43 * The ICC_ProfileRGB class is a subclass of the ICC_Profile class
53 * return an <code>ICC_ProfileRGB</code> object when these conditions are met.
90 public class ICC_ProfileRGB class in inherits:ICC_Profile
112 * Constructs an new <code>ICC_ProfileRGB</code> from a CMM ID.
117 ICC_ProfileRGB(long ID) { method in class:ICC_ProfileRGB
122 * Constructs a new <code>ICC_ProfileRGB</code> from a
127 ICC_ProfileRGB(ProfileDeferralInfo pdi) { method in class:ICC_ProfileRGB
194 * @param component The <CODE>ICC_ProfileRGB</CODE> constant that
247 * @param component The <CODE>ICC_ProfileRGB</CODE> constant that
H A DICC_Profile.java798 thisProfile = new ICC_ProfileRGB (theID);
1074 return new ICC_ProfileRGB(pdi);

Completed in 50 milliseconds