Frames | No Frames |
Methods with parameter type org.pdfbox.util.PDFOperator | |
void | process : re : append rectangle to path.
|
void | process : BI : begin inline image.
|
void | process : h : Close path.
|
void | process : c : Append curved segment to path.
|
void | process : y : Append curved segment to path (final point replicated).
|
void | process : v : Append curved segment to path (initial point replicated).
|
void | process : n : End path.
|
void | process : f* : fill path using even odd rule.
|
void | process : F/f : fill path using non zero winding rule.
|
void | process : re : append rectangle to path.
|
void | process : l : Append straight line segment to path.
|
void | process : m : Begin new subpath.
|
void | w Set line width.
|
void | k Set color space for non stroking operations.
|
void | cs Set color space for non stroking operations.
|
void | rg Set color space for non stroking operations.
|
void | CS Set color space for stroking operations.
|
void | CS Set color space for stroking operations.
|
void | RG Set color space for stroking operations.
|
void | S stroke the path.
|
Methods with parameter type org.pdfbox.util.PDFOperator | |
void | This is used to handle an operation.
|
Methods with return type org.pdfbox.util.PDFOperator | |
PDFOperator | PDFOperator.getOperator(String operator) This is used to create/cache operators in the system.
|
Methods with parameter type org.pdfbox.util.PDFOperator | |
void | This is used to handle an operation.
|
Methods with parameter type org.pdfbox.util.PDFOperator | |
void | process : BT : Begin text object.
|
void | s close and stroke the path.
|
void | process : cm : Concatenate matrix to current transformation matrix.
|
void | process : ET : End text object.
|
void | process : Q : Restore graphics state.
|
void | process : q : Save graphics state.
|
void | process : Do - Invoke a named xobject.
|
void | ' Move to next line and show text.
|
void | process : Td : Move text position.
|
void | process : TD Move text position and set leading.
|
void | process : T* Move to start of next text line.
|
void | process the operator.
|
void | process : Tc Set character spacing.
|
void | gs Set parameters from graphics state parameter dictionary.
|
void | Tz Set horizontal text scaling.
|
void | w Set line width.
|
void | Tm Set text matrix and text line matrix.
|
void | " Set word and character spacing, move to next line, and show text.
|
void | cs Set color space for non stroking operations.
|
void | cs Set color space for non stroking operations.
|
void | rg Set color space for non stroking operations.
|
void | CS Set color space for stroking operations.
|
void | CS Set color space for stroking operations.
|
void | RG Set color space for stroking operations.
|
void | Tf selectfont Set text font and size.
|
void | TL Set text leading.
|
void | Tr Set text rendering mode.
|
void | Ts Set text rise.
|
void | Tw Set word spacing.
|
void | Tj show Show text.
|
void | TJ Show text, allowing individual glyph positioning.
|
Methods with parameter type org.pdfbox.util.PDFOperator | |
void | This is used to handle an operation.
|