org.xhtmlrenderer.css.parser
Class FSCMYKColor

java.lang.Object
  extended by org.xhtmlrenderer.css.parser.FSCMYKColor
All Implemented Interfaces:
FSColor

public class FSCMYKColor
extends Object
implements FSColor


Constructor Summary
FSCMYKColor(float c, float m, float y, float k)
           
 
Method Summary
 FSColor darkenColor()
           
 float getBlack()
           
 float getCyan()
           
 float getMagenta()
           
 float getYellow()
           
 FSColor lightenColor()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FSCMYKColor

public FSCMYKColor(float c,
                   float m,
                   float y,
                   float k)
Method Detail

getCyan

public float getCyan()

getMagenta

public float getMagenta()

getYellow

public float getYellow()

getBlack

public float getBlack()

toString

public String toString()
Overrides:
toString in class Object

lightenColor

public FSColor lightenColor()
Specified by:
lightenColor in interface FSColor

darkenColor

public FSColor darkenColor()
Specified by:
darkenColor in interface FSColor


Copyright © 2013. All Rights Reserved.