Frames | No Frames |
Methods with parameter type org.pdfbox.pdmodel.common.PDRange | |
void | This will set the a range for this color space.
|
void | This will set the b range for this color space.
|
void | This will set the a range for this color space.
|
Methods with return type org.pdfbox.pdmodel.common.PDRange | |
PDRange | This will get the valid range for the a component. |
PDRange | This will get the valid range for the b component. |
PDRange | PDICCBased.getRangeForComponent(int n) This will get the range for a certain component number. |
Methods with parameter type org.pdfbox.pdmodel.common.PDRange | |
void | This will set frational space to allocate.
|
Methods with return type org.pdfbox.pdmodel.common.PDRange | |
PDRange | This is guaranteed to never return null. To quote the PDF Spec "An array of two numbers between 0.0 and 1.0 indicating the fraction of leftover space to allocate at the left and bottom of the icon. |
Methods with parameter type org.pdfbox.pdmodel.common.PDRange | |
void | Set the decode range for the param number.
|
void | |
void | This will set the domain for the input values.
|
void | This will set the domain for the input values.
|
void | Set the encode range for the param number.
|
void | |
void | This will set the a range for output parameter.
|
void | This will set the a range for output parameter.
|
Methods with return type org.pdfbox.pdmodel.common.PDRange | |
PDRange | PDFunctionType0.getDecodeForParameter(int paramNum) Get the decode for the input parameter.
|
PDRange | |
PDRange | PDFunction.getDomainForInput(int n) This will get the range for a certain input parameter. |
PDRange | This will get the range for a certain input parameter. |
PDRange | PDFunctionType0.getEncodeForParameter(int paramNum) Get the encode for the input parameter.
|
PDRange | |
PDRange | PDFunction.getRangeForOutput(int n) This will get the range for a certain output parameters. |
PDRange | This will get the range for a certain output parameters. |