|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Function | |
---|---|
org.pdfclown.documents.contents.colorSpaces | Color space types used to specify the colors of graphics objects inside content streams [PDF:1.6:4.5]. |
org.pdfclown.documents.functions | Static, self-contained numerical transformations that represent parameterized classes of functions, including mathematical formulas and sampled representations with arbitrary resolution [PDF:1.6:3.9]. |
Uses of Function in org.pdfclown.documents.contents.colorSpaces |
---|
Methods in org.pdfclown.documents.contents.colorSpaces that return Function | |
---|---|
Function<?> |
SpecialDeviceColorSpace.getTintFunction()
Gets the function to transform a tint value into color component values in the alternate color space . |
Uses of Function in org.pdfclown.documents.functions |
---|
Subclasses of Function in org.pdfclown.documents.functions | |
---|---|
class |
Type0Function
Sampled function using a sequence of sample values to provide an approximation for functions whose domains and ranges are bounded [PDF:1.6:3.9.1]. |
class |
Type2Function
Exponential interpolation of one input value and n output values [PDF:1.6:3.9.2]. |
class |
Type3Function
Stitching function producing a single new 1-input function from the combination of the subdomains of several 1-input functions [PDF:1.6:3.9.3]. |
class |
Type4Function
PostScript calculator function represented as a stream containing code written in a small subset of the PostScript language [PDF:1.6:3.9.4]. |
Methods in org.pdfclown.documents.functions that return Function | |
---|---|
Function<?> |
Functions.get(int index)
|
Function<?> |
Functions.remove(int index)
|
Function<?> |
Functions.set(int index,
Function<?> value)
|
static Function<?> |
Function.wrap(PdfDirectObject baseObject)
Wraps a function base object into a function object. |
Methods in org.pdfclown.documents.functions that return types with arguments of type Function | |
---|---|
Iterator<Function<?>> |
Functions.iterator()
|
ListIterator<Function<?>> |
Functions.listIterator()
|
ListIterator<Function<?>> |
Functions.listIterator(int index)
|
List<Function<?>> |
Functions.subList(int fromIndex,
int toIndex)
|
Methods in org.pdfclown.documents.functions with parameters of type Function | |
---|---|
boolean |
Functions.add(Function<?> value)
|
void |
Functions.add(int index,
Function<?> value)
|
Function<?> |
Functions.set(int index,
Function<?> value)
|
Method parameters in org.pdfclown.documents.functions with type arguments of type Function | |
---|---|
boolean |
Functions.addAll(Collection<? extends Function<?>> values)
|
boolean |
Functions.addAll(int index,
Collection<? extends Function<?>> values)
|
|
PDF Clown 0.1.2 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |