JHotDraw 7rev733

org.jhotdraw.color
Class Specrend.ColourSystem

java.lang.Object
  extended by org.jhotdraw.color.Specrend.ColourSystem
Enclosing class:
Specrend

public static class Specrend.ColourSystem
extends java.lang.Object

A colour system is defined by the CIE x and y coordinates of its three primary illuminants and the x and y coordinates of the white point.


Constructor Summary
Specrend.ColourSystem(java.lang.String name, double xRed, double yRed, double xGreen, double yGreen, double xBlue, double yBlue, double[] white, double gamma)
           
Specrend.ColourSystem(java.lang.String name, double xRed, double yRed, double xGreen, double yGreen, double xBlue, double yBlue, double xWhite, double yWhite, double gamma)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Specrend.ColourSystem

public Specrend.ColourSystem(java.lang.String name,
                             double xRed,
                             double yRed,
                             double xGreen,
                             double yGreen,
                             double xBlue,
                             double yBlue,
                             double xWhite,
                             double yWhite,
                             double gamma)

Specrend.ColourSystem

public Specrend.ColourSystem(java.lang.String name,
                             double xRed,
                             double yRed,
                             double xGreen,
                             double yGreen,
                             double xBlue,
                             double yBlue,
                             double[] white,
                             double gamma)

Copyright 1996-2010 (c) by the authors and contributors of the JHotDraw project.
Some rights reserved.