|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContentObject | |
---|---|
it.stefanochizzolini.clown.documents | Document-level objects [PDF:1.6:3.6]. |
it.stefanochizzolini.clown.documents.contents | Types used to define the graphical appearance of PDF contents [PDF:1.6:3.7]. |
it.stefanochizzolini.clown.documents.contents.composition | Typographic composition. |
it.stefanochizzolini.clown.documents.contents.entities | Specialized graphic types. |
it.stefanochizzolini.clown.documents.contents.objects | Content stream instructions [PDF:1.6:3.7.1]. |
it.stefanochizzolini.clown.documents.contents.tokens | Content stream serialization [PDF:1.6:3.7.1]. |
it.stefanochizzolini.clown.documents.contents.xObjects | External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. |
Uses of ContentObject in it.stefanochizzolini.clown.documents |
---|
Methods in it.stefanochizzolini.clown.documents that return ContentObject | |
---|---|
ContentObject |
Page.toInlineObject(PrimitiveFilter context)
|
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents |
---|
Classes in it.stefanochizzolini.clown.documents.contents with type parameters of type ContentObject | |
---|---|
static class |
ContentScanner.GraphicsObjectWrapper<TDataObject extends ContentObject>
Object information. |
Methods in it.stefanochizzolini.clown.documents.contents that return ContentObject | |
---|---|
ContentObject |
Contents.get(int index)
|
ContentObject |
ContentScanner.getCurrent()
Gets the current content object. |
ContentObject |
ContentScanner.remove()
Removes the content object at the current position. |
ContentObject |
Contents.remove(int index)
|
ContentObject |
Contents.set(int index,
ContentObject content)
|
ContentObject |
ContentScanner.setCurrent(ContentObject value)
Replaces the content object at the current position. |
ContentObject |
IContentEntity.toInlineObject(PrimitiveFilter context)
Converts the entity to its equivalent inline (dependent) object representation [PDF:1.6:4.8.6]. |
Methods in it.stefanochizzolini.clown.documents.contents that return types with arguments of type ContentObject | |
---|---|
Iterator<ContentObject> |
Contents.iterator()
|
ListIterator<ContentObject> |
Contents.listIterator()
|
ListIterator<ContentObject> |
Contents.listIterator(int index)
|
List<ContentObject> |
Contents.subList(int fromIndex,
int toIndex)
|
Methods in it.stefanochizzolini.clown.documents.contents with parameters of type ContentObject | |
---|---|
boolean |
Contents.add(ContentObject content)
|
void |
Contents.add(int index,
ContentObject content)
|
void |
ContentScanner.insert(ContentObject object)
Inserts a content object at the current position. |
ContentObject |
Contents.set(int index,
ContentObject content)
|
ContentObject |
ContentScanner.setCurrent(ContentObject value)
Replaces the content object at the current position. |
Method parameters in it.stefanochizzolini.clown.documents.contents with type arguments of type ContentObject | |
---|---|
boolean |
Contents.addAll(Collection<? extends ContentObject> contents)
|
boolean |
Contents.addAll(int index,
Collection<? extends ContentObject> contents)
|
void |
ContentScanner.insert(Collection<? extends ContentObject> objects)
Inserts content objects at the current position. |
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents.composition |
---|
Methods in it.stefanochizzolini.clown.documents.contents.composition that return ContentObject | |
---|---|
ContentObject |
PrimitiveFilter.add(ContentObject object)
Adds a content object. |
Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type ContentObject | |
---|---|
ContentObject |
PrimitiveFilter.add(ContentObject object)
Adds a content object. |
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents.entities |
---|
Methods in it.stefanochizzolini.clown.documents.contents.entities that return ContentObject | |
---|---|
ContentObject |
EAN13Barcode.toInlineObject(PrimitiveFilter context)
|
abstract ContentObject |
Entity.toInlineObject(PrimitiveFilter context)
|
ContentObject |
JpegImage.toInlineObject(PrimitiveFilter context)
|
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents.objects |
---|
Subclasses of ContentObject in it.stefanochizzolini.clown.documents.contents.objects | |
---|---|
class |
BeginInlineImage
'Begin inline image object' operation [PDF:1.6:4.8.6]. |
class |
BeginMarkedContent
'Begin marked-content sequence' operation [PDF:1.6:10.5]. |
class |
BeginSubpath
'Begin a new subpath by moving the current point' operation [PDF:1.6:4.4.1]. |
class |
BeginText
'Begin text object' operation [PDF:1.6:5.3]. |
class |
CloseFillStroke
'Close, fill, and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
CloseFillStrokeEvenOdd
'Close, fill, and then stroke the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
CloseStroke
'Close and stroke the path' operation [PDF:1.6:4.4.2]. |
class |
CloseSubpath
'Close the current subpath by appending a straight line segment from the current point to the starting point of the subpath' operation [PDF:1.6:4.4.1]. |
class |
CompositeObject
Composite object. |
class |
ContainerObject
Container object. |
class |
DrawCurve
'Append a cubic Bezier curve to the current path' operation [PDF:1.6:4.4.1]. |
class |
DrawLine
'Append a straight line segment from the current point' operation [PDF:1.6:4.4.1]. |
class |
DrawRectangle
'Append a rectangle to the current path as a complete subpath' operation [PDF:1.6:4.4.1]. |
class |
EndInlineImage
'End inline image object' operation [PDF:1.6:4.8.6]. |
class |
EndMarkedContent
'End marked-content sequence' operation [PDF:1.6:10.5]. |
class |
EndPathNoOp
'End the path object without filling or stroking it' operation [PDF:1.6:4.4.2]. |
class |
EndText
'End text object' operation [PDF:1.6:5.3]. |
class |
Fill
'Fill the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
FillEvenOdd
'Fill the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
FillStroke
'Fill and then stroke the path, using the nonzero winding number rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
FillStrokeEvenOdd
'Fill and then stroke the path, using the even-odd rule to determine the region to fill' operation [PDF:1.6:4.4.2]. |
class |
GenericOperation
Weakly-typed operation. |
class |
GraphicsObject
Graphics object [PDF:1.6:4.1]. |
class |
InlineImage
Inline image object [PDF:1.6:4.8.6]. |
class |
InlineImageBody
Inline image data (anonymous) operation [PDF:1.6:4.8.6]. |
class |
InlineImageHeader
Inline image entries (anonymous) operation [PDF:1.6:4.8.6]. |
class |
LocalGraphicsState
Local graphics state [PDF:1.6:4.3.1]. |
class |
MarkedContent
Marked-content sequence [PDF:1.6:10.5]. |
class |
ModifyClipPath
'Modify 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' operation [PDF:1.6:4.4.2]. |
class |
ModifyClipPathEvenOdd
'Modify 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' operation [PDF:1.6:4.4.2]. |
class |
ModifyCTM
'Modify the current transformation matrix (CTM) by concatenating the specified matrix' operation [PDF:1.6:4.3.3]. |
class |
Operation
Content stream instruction [PDF:1.6:3.7.1]. |
class |
PaintPath
Path-painting operation [PDF:1.6:4.4.2]. |
class |
PaintShading
'Paint the shape and color shading' operation [PDF:1.6:4.6.3]. |
class |
PaintXObject
'Paint the specified XObject' operation [PDF:1.6:4.7]. |
class |
Path
Path object [PDF:1.6:4.4]. |
class |
RestoreGraphicsState
'Restore the graphics state by removing the most recently saved state from the stack and making it the current state' operation [PDF:1.6:4.3.3]. |
class |
SaveGraphicsState
'Save the current graphics state on the graphics state stack' operation [PDF:1.6:4.3.3]. |
class |
SetCharSpace
'Set the character spacing' operation [PDF:1.6:5.2]. |
class |
SetExtGState
'Set the specified graphics state parameters' operation [PDF:1.6:4.3.3]. |
class |
SetFillColor
'Set the color to use for nonstroking operations in a device, CIE-based (other than ICCBased), or Indexed color space' operation [PDF:1.6:4.5.7]. |
class |
SetFillColorSpace
'Set the current color space to use for nonstroking operations' operation [PDF:1.6:4.5.7]. |
class |
SetFont
'Set the text font' operation [PDF:1.6:5.2]. |
class |
SetLineCap
'Set the line cap style' operation [PDF:1.6:4.3.3]. |
class |
SetLineDash
'Set the line dash pattern' operation [PDF:1.6:4.3.3]. |
class |
SetLineJoin
'Set the line join style' operation [PDF:1.6:4.3.3]. |
class |
SetLineWidth
'Set the line width' operation [PDF:1.6:4.3.3]. |
class |
SetMiterLimit
'Set the miter limit' operation [PDF:1.6:4.3.3]. |
class |
SetStrokeColor
'Set the color to use for stroking operations in a device, CIE-based (other than ICCBased), or Indexed color space' operation [PDF:1.6:4.5.7]. |
class |
SetStrokeColorSpace
'Set the current color space to use for stroking operations' operation [PDF:1.6:4.5.7]. |
class |
SetTextLead
'Set the text leading' operation [PDF:1.6:5.2]. |
class |
SetTextMatrix
'Set the text matrix' operation [PDF:1.6:5.3.1]. |
class |
SetTextRenderMode
'Set the text rendering mode' operation [PDF:1.6:5.2]. |
class |
SetTextRise
'Set the text rise' operation [PDF:1.6:5.2]. |
class |
SetTextScale
'Set the horizontal scaling' operation [PDF:1.6:5.2]. |
class |
SetWordSpace
'Set the word spacing' operation [PDF:1.6:5.2]. |
class |
Shading
Shading object [PDF:1.6:4.6.3]. |
class |
ShowAdjustedText
'Show one or more text strings, allowing individual glyph positioning' operation [PDF:1.6:5.3.2]. |
class |
ShowSimpleText
'Show a text string' operation [PDF:1.6:5.3.2]. |
class |
ShowText
Abstract 'show a text string' operation [PDF:1.6:5.3.2]. |
class |
ShowTextToNextLine
'Move to the next line and show a text string' operation [PDF:1.6:5.3.2]. |
class |
Stroke
'Stroke the path' operation [PDF:1.6:4.4.2]. |
class |
Text
Text object [PDF:1.6:5.3]. |
class |
TranslateTextRelative
'Move to the start of the next line, offset from the start of the current line' operation [PDF:1.6:5.2]. |
class |
TranslateTextToNextLine
'Move to the start of the next line' operation [PDF:1.6:5.3.1]. |
class |
XObject
External object [PDF:1.6:4.7]. |
Fields in it.stefanochizzolini.clown.documents.contents.objects with type parameters of type ContentObject | |
---|---|
protected List<ContentObject> |
CompositeObject.objects
|
Methods in it.stefanochizzolini.clown.documents.contents.objects that return types with arguments of type ContentObject | |
---|---|
List<ContentObject> |
CompositeObject.getObjects()
Gets the list of inner objects. |
Constructors in it.stefanochizzolini.clown.documents.contents.objects with parameters of type ContentObject | |
---|---|
CompositeObject(ContentObject... objects)
|
|
CompositeObject(ContentObject object)
|
|
ContainerObject(ContentObject... objects)
|
|
ContainerObject(ContentObject object)
|
|
GraphicsObject(ContentObject... objects)
|
|
GraphicsObject(ContentObject object)
|
Constructor parameters in it.stefanochizzolini.clown.documents.contents.objects with type arguments of type ContentObject | |
---|---|
CompositeObject(List<ContentObject> objects)
|
|
ContainerObject(List<ContentObject> objects)
|
|
GraphicsObject(List<ContentObject> objects)
|
|
LocalGraphicsState(List<ContentObject> objects)
|
|
MarkedContent(BeginMarkedContent beginOperation,
List<ContentObject> objects)
|
|
Path(List<ContentObject> operations)
|
|
Text(List<ContentObject> objects)
|
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents.tokens |
---|
Methods in it.stefanochizzolini.clown.documents.contents.tokens that return ContentObject | |
---|---|
ContentObject |
Parser.parseContentObject()
Parses the next content object [PDF:1.6:4.1], may it be a single operation or a graphics object. |
Methods in it.stefanochizzolini.clown.documents.contents.tokens that return types with arguments of type ContentObject | |
---|---|
List<ContentObject> |
Parser.parseContentObjects()
|
Uses of ContentObject in it.stefanochizzolini.clown.documents.contents.xObjects |
---|
Methods in it.stefanochizzolini.clown.documents.contents.xObjects that return ContentObject | |
---|---|
ContentObject |
FormXObject.toInlineObject(PrimitiveFilter context)
|
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |