xmlgraphics-commons 1.5rc1

org.apache.xmlgraphics.java2d.color
Interface ColorSpaceOrigin

All Known Implementing Classes:
DeviceCMYKColorSpace, ICCColorSpaceWithIntent, NamedColorSpace

public interface ColorSpaceOrigin

Interface used to decorate ColorSpaces subclasses to report the origin of the associated color profile.


Method Summary
 String getProfileName()
          Returns the name of the profile used to identify the color space in a particular context.
 String getProfileURI()
          Returns the URI identifying the associate color profile.
 

Method Detail

getProfileName

String getProfileName()
Returns the name of the profile used to identify the color space in a particular context.

Returns:
the profile name

getProfileURI

String getProfileURI()
Returns the URI identifying the associate color profile.

Returns:
the profile URI

xmlgraphics-commons 1.5rc1

Copyright 1999-2012 The Apache Software Foundation. All Rights Reserved.