| Modifier and Type | Class and Description |
|---|---|
class |
ExponentialFunction
An interpolation between two output values as input values vary across a domain.
|
class |
NamedFunction
Defines a function currently in use.
|
class |
PostScriptCalculatorFunction
A function represented as a stream containing code written in a small subset of the PostScript language.
|
| Modifier and Type | Field and Description |
|---|---|
static Function |
Function.DEFAULT |
static Function |
Function.IDENTITY |
| Modifier and Type | Method and Description |
|---|---|
Function |
ExtendedGraphicState.getBlackGeneration()
Gets the black generation function.
|
Function |
DeviceNColorSpace.getFunction()
A function, called with the tint value and returning the corresponding color component values.
|
Function |
SeparationColorSpace.getFunction()
A function, called with the tint value and returning the corresponding color component values.
|
Function |
ExtendedGraphicState.getUndercolorRemoval()
Gets the undercolor removal function.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Function> |
AxialShadingPattern.getFunction()
One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.
|
java.util.List<Function> |
ExtendedGraphicState.getTransferFunction()
Gets the transfer function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ExtendedGraphicState.setBlackGeneration(Function function)
Sets the black generation function.
|
void |
ExtendedGraphicState.setUndercolorRemoval(Function function)
Sets the undercolor removal function.
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxialShadingPattern.setFunction(java.util.List<Function> function)
One 1-in n-out function, or an array of n 1-in 1-out functions that determine the values of the color channels, where n is the number of color components in the shading's color space.
|
void |
ExtendedGraphicState.setTransferFunction(java.util.List<Function> function)
Sets the transfer function.
|
| Constructor and Description |
|---|
DeviceNColorSpace(java.util.List<java.lang.String> names,
ColorSpace alternate,
Function tintTransform)
Create a DeviceN color space.
|
SeparationColorSpace(java.lang.String separationName,
ColorSpace alternate,
Function tintTransform)
Create a separation color space.
|
| Constructor and Description |
|---|
AxialShadingPattern(ColorSpace colorSpace,
java.util.List<Point> coords,
java.util.List<Function> function)
Create an AxialShadingPattern.
|