|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use XObject | |
---|---|
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.xObjects | External content objects that are able to be referenced from content stream objects [PDF:1.6:4.7]. |
Uses of XObject in it.stefanochizzolini.clown.documents |
---|
Methods in it.stefanochizzolini.clown.documents that return XObject | |
---|---|
XObject |
Page.toXObject(Document context)
|
Uses of XObject in it.stefanochizzolini.clown.documents.contents |
---|
Methods in it.stefanochizzolini.clown.documents.contents that return XObject | |
---|---|
XObject |
XObjectResources.get(Object key)
|
XObject |
ContentScanner.XObjectWrapper.getXObject()
Gets the external object. |
XObject |
XObjectResources.put(PdfName key,
XObject value)
|
XObject |
XObjectResources.remove(Object key)
|
XObject |
IContentEntity.toXObject(Document context)
Converts the entity to its equivalent external (independent) object representation [PDF:1.6:4.7]. |
Methods in it.stefanochizzolini.clown.documents.contents that return types with arguments of type XObject | |
---|---|
Set<Map.Entry<PdfName,XObject>> |
XObjectResources.entrySet()
|
Collection<XObject> |
XObjectResources.values()
|
Methods in it.stefanochizzolini.clown.documents.contents with parameters of type XObject | |
---|---|
PdfName |
XObjectResources.getKey(XObject value)
Gets the key associated to a given value. |
XObject |
XObjectResources.put(PdfName key,
XObject value)
|
Method parameters in it.stefanochizzolini.clown.documents.contents with type arguments of type XObject | |
---|---|
void |
XObjectResources.putAll(Map<? extends PdfName,? extends XObject> entries)
|
Uses of XObject in it.stefanochizzolini.clown.documents.contents.composition |
---|
Methods in it.stefanochizzolini.clown.documents.contents.composition with parameters of type XObject | |
---|---|
void |
PrimitiveFilter.showXObject(XObject value)
Shows the specified external object [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(XObject value,
Point2D location)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(XObject value,
Point2D location,
Dimension2D size)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
void |
PrimitiveFilter.showXObject(XObject value,
Point2D location,
Dimension2D size,
AlignmentXEnum alignmentX,
AlignmentYEnum alignmentY,
double rotation)
Shows the specified external object at the specified position [PDF:1.6:4.7]. |
Uses of XObject in it.stefanochizzolini.clown.documents.contents.entities |
---|
Methods in it.stefanochizzolini.clown.documents.contents.entities that return XObject | |
---|---|
XObject |
EAN13Barcode.toXObject(Document context)
|
abstract XObject |
Entity.toXObject(Document context)
|
XObject |
JpegImage.toXObject(Document context)
|
Uses of XObject in it.stefanochizzolini.clown.documents.contents.xObjects |
---|
Subclasses of XObject in it.stefanochizzolini.clown.documents.contents.xObjects | |
---|---|
class |
FormXObject
Form external object [PDF:1.6:4.9]. |
class |
ImageXObject
Image external object [PDF:1.6:4.8.4]. |
Methods in it.stefanochizzolini.clown.documents.contents.xObjects that return XObject | |
---|---|
XObject |
FormXObject.toXObject(Document context)
|
static XObject |
XObject.wrap(PdfReference reference)
Wraps an external object reference into an external object. |
|
PDF Clown 0.0.8 |
|||||||||
PREV NEXT | FRAMES NO FRAMES |