Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Class
java.awt.color.ICC_Profile

Uses of ICC_Profile in java.awt.color
 

Subclasses of ICC_Profile in java.awt.color
 class ICC_ProfileGray
          ICC_ProfileGray - a special case of ICC_Profiles.
 class ICC_ProfileRGB
          ICC_ProfileRGB - a special case of ICC_Profiles.
 

Fields in java.awt.color declared as ICC_Profile
private  ICC_Profile ICC_ColorSpace.thisProfile
           
 

Methods in java.awt.color that return ICC_Profile
static ICC_Profile ICC_Profile.getInstance(byte[] data)
          Returns an ICC_Profile instance from a byte array of profile data.
static ICC_Profile ICC_Profile.getInstance(int cspace)
          Returns an predefined ICC_Profile instance.
static ICC_Profile ICC_Profile.getInstance(java.lang.String filename)
          Returns an ICC_Profile instance from an ICC Profile file.
static ICC_Profile ICC_Profile.getInstance(java.io.InputStream in)
          Returns an ICC_Profile instance from an InputStream.
 ICC_Profile ICC_ColorSpace.getProfile()
          Return the profile
 

Methods in java.awt.color with parameters of type ICC_Profile
private  gnu.java.awt.color.ColorSpaceConverter ICC_ColorSpace.getConverter(ICC_Profile profile)
          Returns a colorspace converter suitable for a given profile
 

Constructors in java.awt.color with parameters of type ICC_Profile
ICC_ColorSpace(ICC_Profile profile)
          Constructs a new ICC_ColorSpace from an ICC_Profile object.