| Modifier and Type | Method and Description |
|---|---|
List<Operator> |
OperatorFactory.operatorsFromTokens(List<Object> pdfBoxTokens,
PDInheritableResources resources,
PDDocument document,
PDFAFlavour flavour)
Converts pdfbox operators and arguments from content stream
to the corresponding
Operator objects of veraPDF-library |
| Modifier and Type | Class and Description |
|---|---|
class |
PBOperator
Base class for operator layer
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOpColor
Base class for pdf color operators like CS, cs, SCN,
scn, G, g, RG, rg, K, k
|
class |
PBOpSetColor
Set color operators without colorspace, Op_SC, Op_sc.
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_d
Operator defining the line dash pattern in the graphics state
|
class |
PBOp_gs
Operator defining the specified parameters in the graphics state.
|
class |
PBOp_i
Operator defining the flatness tolerance in the graphics state
|
class |
PBOp_J_line_cap
Operator defining the line cap style in the graphics state
|
class |
PBOp_j_line_join
Operator defining the line join style in the graphics state
|
class |
PBOp_M_miter_limit
Operator defining the miter limit in the graphics state
|
class |
PBOp_ri
Operator defining the color rendering intent in the graphics state
|
class |
PBOp_w_line_width
Operator defining the line width in the graphics state
|
class |
PBOpGeneralGS
Base class of general graphic state operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_BI |
class |
PBOp_EI |
class |
PBOp_ID
Operator representing inline image.
|
class |
PBOpInlineImage
Base class for operators, such as BI, ID and EI
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_BDC
Operator which begins a marked-content sequence
with an associated property list
|
class |
PBOp_BMC
Operator which begins a marked-content sequence
|
class |
PBOp_DP
Operator which designates a marked-content point
with an associated property list
|
class |
PBOp_EMC
Operator which ends a marked-content sequence
|
class |
PBOp_MP
Operator which designates a marked-content point
|
class |
PBOpMarkedContent
Base class for marked content operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_W_clip
Operator which modifies the current clipping path by intersecting
it with the current path, using the nonzero winding number rule
to determine which regions lie inside the clipping path
|
class |
PBOp_WStar
Operator which modifies the current clipping path by intersecting it
with the current path, using the even-odd rule to determine which
regions lie inside the clipping path
|
class |
PBOpClip
Base class of clipping path operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_BX
Operator which begins a compatibility section.
|
class |
PBOp_EX
Operator which ends a compatibility section
|
class |
PBOp_Undefined
Any operator which not defined by PDF Reference
|
class |
PBOpCompatibility
Base class for compatibility operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_c
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOp_h
Operator which closes the current subpath by appending
a straight line segment from the current point to the
starting point of the subpath
|
class |
PBOp_l
Operator which appends a straight line segment
from the current point to the to the point (x, y)
|
class |
PBOp_m_moveto
Operator which begins a new subpath by moving the current point
to coordinates (x, y), omitting any connecting line segment
|
class |
PBOp_re
Operator which appends a rectangle to the current path
as a complete sub path, with lower-left corner (x, y)
and dimensions width and height in user space
|
class |
PBOp_v
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOp_y
Operator which appends a cubic Bézier curve to the current path
|
class |
PBOpPathConstruction
Base class for path construction operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_b_closepath_fill_stroke
Operator which closes, fills and then strokes the pat.
|
class |
PBOp_B_fill_stroke
Operator which fills and then strokes the path.
|
class |
PBOp_bstar_closepath_eofill_stroke
Operator which closes, fills, and then strokes the path.
|
class |
PBOp_BStar_eofill_stroke
Operator which fills and then strokes the path.
|
class |
PBOp_f_fill
Operator which fills the path, using the nonzero winding
number rule to determine the region to fill
|
class |
PBOp_F_fill_obsolete
Operator equivalent to f
|
class |
PBOp_FStar
Operator which fills the path, using the even-odd rule
to determine the region to fill
|
class |
PBOp_n
Operator which ends the path object without filling or
stroking it.
|
class |
PBOp_s_close_stroke
Operator which closes and strokes the path
|
class |
PBOp_S_stroke
Operator which strokes the path
|
class |
PBOpFillAndStroke
Base class for path paint operators which strokes and fills path
|
class |
PBOpFillPaint
Base class for path paint operators which fills the path
|
class |
PBOpPathPaint
Base class for all path paint operators
|
class |
PBOpStrokePaint
Base class for path paint operators which strokes the path
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_sh
Operator which paints the shape and color shading described
by a shading dictionary, subject to the current clipping path
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_cm
Operator which modifies the current transformation
matrix (CTM) by concatenating the specified matrix
|
class |
PBOp_Q_grestore
Operator which restores the graphics state by removing
the most recently saved state from the stack and making
it the current state
|
class |
PBOp_q_gsave
Operator defining the current graphics state on the
graphics state stack
|
class |
PBOpSpecialGS
Base class for special graphic state operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOpTextObject
Base class for pdf text operators (BT and ET)
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_General_Td
Base class for text position operators (Td and TD)
|
class |
PBOp_Td
Operator which moves to the start of the next line, offset
from the start of the current line by (tx, ty ).
|
class |
PBOp_TD_Big
Operator which moves to the start of the next line, offset
from the start of the current line by (tx , ty ).
|
class |
PBOp_Tm |
class |
PBOpTextPosition
Base class for all text position operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_DoubleQuote
Operator which moves to the next line and shows a text string,
using the word spacing and the character spacing (setting
the corresponding parameters in the text state)
|
class |
PBOp_Quote
Operator which moves to the next line and shows a text string
|
class |
PBOp_Tj
Operator which shows a text string
|
class |
PBOp_TJ_Big
Operator which shows one or more text strings,
allowing individual glyph positioning
|
class |
PBOpStringTextShow
Base class for all operators that uses one string as operand
|
class |
PBOpTextShow
Base class for all text show operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_Tc |
class |
PBOp_Tf |
class |
PBOp_Tl |
class |
PBOp_Tr
Operator defining the text rendering mode
|
class |
PBOp_Ts |
class |
PBOp_Tw |
class |
PBOp_Tz
Operator defining the horizontal scaling
|
class |
PBOpTextState
Base class for all text state operators
|
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_d0 |
class |
PBOp_d1 |
class |
PBOpType3Font |
| Modifier and Type | Class and Description |
|---|---|
class |
PBOp_Do
Operator which paints the specified XObject
|
| Modifier and Type | Interface and Description |
|---|---|
interface |
Op_b_closepath_fill_stroke
path close, fill and stroke operator
|
interface |
Op_B_fill_stroke
path fill and stroke operator
|
interface |
Op_BDC
start marked content region with properties
|
interface |
Op_BI
Begin inline image
|
interface |
Op_BMC
start marked content region
|
interface |
Op_bstar_closepath_eofill_stroke
path close, fill (even-odd rule) and stroke operator
|
interface |
Op_BStar_eofill_stroke
path fill (even-odd rule) and stroke operator
|
interface |
Op_BX
begin compatibility region
|
interface |
Op_c
curveto operator
|
interface |
Op_cm
current transformation matrix
|
interface |
Op_d
set dash pattern operator
|
interface |
Op_d0 |
interface |
Op_d1 |
interface |
Op_Do
XObject Do operator
|
interface |
Op_DoubleQuote
EOL and text show operator with char and word spacing
|
interface |
Op_DP
define marked content point with properties
|
interface |
Op_EI
End inline image data
|
interface |
Op_EMC
end marked content region
|
interface |
Op_EX
end compatibility region
|
interface |
Op_f_fill
path fill operator
|
interface |
Op_F_fill_obsolete
another path fill operator
|
interface |
Op_FStar
path fill (even-odd rule) operator
|
interface |
Op_gs
extended graphics state operator
|
interface |
Op_h
close subpath operator
|
interface |
Op_i
flatness operator
|
interface |
Op_ID
End inline image dictionary
|
interface |
Op_J_line_cap
set line cap operator
|
interface |
Op_j_line_join
set line join operator
|
interface |
Op_l
lineto operator
|
interface |
Op_M_miter_limit
miter limit operator
|
interface |
Op_m_moveto
moveto operator
|
interface |
Op_MP
define marked content point
|
interface |
Op_n
path painting no-op
|
interface |
Op_Q_grestore
grestore operator
|
interface |
Op_q_gsave
gsave operator
|
interface |
Op_Quote
EOL and text show operator
|
interface |
Op_re
rect operator
|
interface |
Op_ri
rendering intent operator
|
interface |
Op_s_close_stroke
path close and stroke operator
|
interface |
Op_S_stroke
path stroke operator
|
interface |
Op_sh
smooth shading operator
|
interface |
Op_Tc |
interface |
Op_Td |
interface |
Op_TD_Big |
interface |
Op_Tf |
interface |
Op_Tj
Text show operator
|
interface |
Op_TJ_Big
Text show operator with individual glyph positioning
|
interface |
Op_Tl |
interface |
Op_Tm |
interface |
Op_Tr |
interface |
Op_Ts |
interface |
Op_Tw |
interface |
Op_Tz |
interface |
Op_Undefined
any operator not defined in PDF Reference
|
interface |
Op_v
special curveto operator
|
interface |
Op_W_clip
clip (non-zero rule)
|
interface |
Op_w_line_width
set line width operator
|
interface |
Op_WStar
clip (even-odd rule)
|
interface |
Op_y
special curveto operator
|
interface |
OpClip
Clip operators
|
interface |
OpColor
Color operators
|
interface |
OpCompatibility
Compatibility operators
|
interface |
OpGeneralGS
General graphics state operators
|
interface |
OpInlineImage
Inline image operators
|
interface |
OpMarkedContent
Marked content operators
|
interface |
OpPathConstruction
Path construction operators
|
interface |
OpPathPaint
Path paint operators
|
interface |
OpSetColor
Set color operators without colorspace, Op_SC, Op_sc
|
interface |
OpShading
Shading operators
|
interface |
OpSpecialGS
Special graphics state operators
|
interface |
OpTextObject
Text object operators
|
interface |
OpTextPosition
Text position operators
|
interface |
OpTextShow
Text show operators
|
interface |
OpTextState
Text state operators
|
interface |
OpType3Font
Type3 font operators
|
interface |
OpXObject
XObject operators
|
Copyright © 2015–2020 The veraPDF Consortium. All rights reserved.