it.stefanochizzolini.clown.documents.contents.colorSpaces
Class DeviceGrayColor
java.lang.Object
it.stefanochizzolini.clown.documents.contents.colorSpaces.Color
it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceColor
it.stefanochizzolini.clown.documents.contents.colorSpaces.DeviceGrayColor
public class DeviceGrayColor
- extends DeviceColor
Device Gray color value [PDF:1.6:4.5.3].
- Version:
- 0.0.4
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Black
public static final DeviceGrayColor Black
White
public static final DeviceGrayColor White
Default
public static final DeviceGrayColor Default
DeviceGrayColor
public DeviceGrayColor(double intensity)
getComponents
public double[] getComponents()
- Specified by:
getComponents
in class Color
getIntensity
public double getIntensity()
- Gets the gray component.
setIntensity
public void setIntensity(double value)
- Sets the gray component.
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.