Interface ColorSpaceOrigin
-
- All Known Implementing Classes:
DeviceCMYKColorSpace,ICCColorSpaceWithIntent,NamedColorSpace
public interface ColorSpaceOriginInterface used to decorate java.awt.color.ColorSpaces subclasses to report the origin of the associated color profile.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetProfileName()Returns the name of the profile used to identify the color space in a particular context.StringgetProfileURI()Returns the URI identifying the associate color profile.
-