org.apache.sanselan.color
Class ColorHSL

java.lang.Object
  extended by org.apache.sanselan.color.ColorHSL

public final class ColorHSL
extends java.lang.Object


Field Summary
 double H
           
 double L
           
 double S
           
 
Constructor Summary
ColorHSL(double h, double s, double v)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

H

public final double H

S

public final double S

L

public final double L
Constructor Detail

ColorHSL

public ColorHSL(double h,
                double s,
                double v)
Method Detail

toString

public final java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2007-2009. All Rights Reserved.