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

Quick Search    Search Deep

Uses of Class
java.awt.color.ColorSpace

Uses of ColorSpace in java.awt.color
 

Subclasses of ColorSpace in java.awt.color
 class ICC_ColorSpace
          ICC_ColorSpace - an implementation of ColorSpace While an ICC_Profile class abstracts the data in an ICC profile file an ICC_ColorSpace performs the color space conversions defined by an ICC_Profile instance.
 

Fields in java.awt.color declared as ColorSpace
private static ColorSpace[] ColorSpace.INSTANCES
           
 

Methods in java.awt.color that return ColorSpace
static ColorSpace ColorSpace.getInstance(int colorspace)