Copyright 2011-01-06 Werner Randelshofer

ch.randelshofer.gui.image
Class ColorModels

java.lang.Object
  extended by ch.randelshofer.gui.image.ColorModels

public class ColorModels
extends java.lang.Object

Utility methods for ColorModels.

Version:
1.0 July 9, 2005 Created.
Author:
Werner Randelshofer

Method Summary
static java.lang.String toString(java.awt.image.ColorModel cm)
          Returns a descriptive string for the provided color model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

toString

public static java.lang.String toString(java.awt.image.ColorModel cm)
Returns a descriptive string for the provided color model.


Copyright 2011-01-06 Werner Randelshofer