Uses of Class
java.awt.color.ColorSpace

Packages that use ColorSpace
java.awt Contains all of the classes for creating user interfaces and for painting graphics and images. 
java.awt.color Provides classes for color spaces. 
java.awt.image Provides classes for creating and modifying images. 
 

Uses of ColorSpace in java.awt
 

Methods in java.awt that return ColorSpace
 ColorSpace Color.getColorSpace()
          Returns the ColorSpace of this Color.
 

Uses of ColorSpace in java.awt.color
 

Methods in java.awt.color that return ColorSpace
static ColorSpace ColorSpace.getInstance(int colorspace)
          Returns a ColorSpace representing one of the specific predefined color spaces.
 

Uses of ColorSpace in java.awt.image
 

Methods in java.awt.image that return ColorSpace
 ColorSpace ColorModel.getColorSpace()
          Returns the ColorSpace associated with this ColorModel.
 

Constructors in java.awt.image with parameters of type ColorSpace
DirectColorModel(ColorSpace space, int bits, int rmask, int gmask, int bmask, int amask, boolean isAlphaPremultiplied, int transferType)
          Constructs a DirectColorModel from the specified parameters.