Generated by
JDiff

Class com.qoppa.pdfEditor.outputpreview.NamedColorSpace

Removed interface java.lang.Comparable.
Added interface java.lang.Comparable.

Added Constructors
NamedColorSpace(InputStream, boolean, String) Create a new NamedColorSpace from an ICC Profile.
 

Added Methods
String getDescription(ICC_Profile) Gets the description of the ICC Profile from the tagged data in the profile.
 

Changed Methods
int compareTo(NamedColorSpace) Change in signature from Object to NamedColorSpace.
Compares NamedColorSpaces based on their ColorSpace, with RGB coming before CMYK which comes before custom/user color spaces.