|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.pdfclown.objects.PdfObjectWrapper<TDataObject>
org.pdfclown.documents.contents.colorSpaces.ColorSpace<TDataObject>
org.pdfclown.documents.contents.colorSpaces.SpecialColorSpace<PdfArray>
org.pdfclown.documents.contents.colorSpaces.SpecialDeviceColorSpace
@PDF(value=PDF12) public abstract class SpecialDeviceColorSpace
Special device color space [PDF:1.6:4.5.5].
| Field Summary | |
|---|---|
static String |
NoneComponentName
Special colorant name never producing any visible output. |
| Constructor Summary | |
|---|---|
protected |
SpecialDeviceColorSpace(PdfDirectObject baseObject)
|
| Method Summary | |
|---|---|
ColorSpace<?> |
getAlternateSpace()
Gets the alternate color space used in case any of the component names
in the color space do not correspond to a component available on the device. |
abstract List<String> |
getComponentNames()
Gets the names of the color components. |
Paint |
getPaint(Color<?> color)
Gets the rendering representation of the specified color value. |
Function<?> |
getTintFunction()
Gets the function to transform a tint value into color component values in the alternate color space. |
| Methods inherited from class org.pdfclown.documents.contents.colorSpaces.ColorSpace |
|---|
getColor, getComponentCount, getDefaultColor, wrap |
| Methods inherited from class org.pdfclown.objects.PdfObjectWrapper |
|---|
checkCompatibility, clone, delete, equals, exists, getBaseDataObject, getBaseObject, getBaseObject, getContainer, getDataContainer, getDocument, getFile, getMetadata, retrieveName, retrieveNamedBaseObject, setBaseObject, setMetadata |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NoneComponentName
When a color space with this component name is the current color space, painting operators have no effect.
| Constructor Detail |
|---|
protected SpecialDeviceColorSpace(PdfDirectObject baseObject)
| Method Detail |
|---|
public ColorSpace<?> getAlternateSpace()
component names
in the color space do not correspond to a component available on the device.
public abstract List<String> getComponentNames()
public Paint getPaint(Color<?> color)
ColorSpace
getPaint in class ColorSpace<PdfArray>color - Color value to convert into an equivalent rendering representation.public Function<?> getTintFunction()
alternate color space.
|
PDF Clown 0.1.2 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||