|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.pdfclown.objects.Cloner.Filter
public static class Cloner.Filter
Constructor Summary | |
---|---|
Cloner.Filter(String name)
|
Method Summary | |
---|---|
void |
afterClone(Cloner cloner,
PdfArray parent,
int index,
PdfDirectObject item)
Notifies a complete clone operation on an array item. |
void |
afterClone(Cloner cloner,
PdfDictionary parent,
PdfName key,
PdfDirectObject value)
Notifies a complete clone operation on a dictionary entry. |
void |
afterClone(Cloner cloner,
PdfObject clone,
PdfObject source)
Notifies a complete clone operation on an object. |
boolean |
beforeClone(Cloner cloner,
PdfArray parent,
int index,
PdfDirectObject item)
Notifies a starting clone operation on an array item. |
boolean |
beforeClone(Cloner cloner,
PdfDictionary parent,
PdfName key,
PdfDirectObject value)
Notifies a starting clone operation on a dictionary entry. |
String |
getName()
|
boolean |
matches(Cloner cloner,
PdfObject source)
Gets whether this filter can deal with the given object. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Cloner.Filter(String name)
Method Detail |
---|
public void afterClone(Cloner cloner, PdfObject clone, PdfObject source)
cloner
- Object cloner.clone
- Clone object.source
- Source object.public void afterClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
cloner
- Object cloner.parent
- Parent clone object.key
- Entry key within the parent.value
- Clone value.public void afterClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
cloner
- Object cloner.parent
- Parent clone object.index
- Item index within the parent.item
- Clone item.public boolean beforeClone(Cloner cloner, PdfDictionary parent, PdfName key, PdfDirectObject value)
cloner
- Object cloner.parent
- Parent clone object.key
- Entry key within the parent.value
- Source value.
public boolean beforeClone(Cloner cloner, PdfArray parent, int index, PdfDirectObject item)
cloner
- Object cloner.parent
- Parent clone object.index
- Item index within the parent.item
- Source item.
public String getName()
public boolean matches(Cloner cloner, PdfObject source)
cloner
- Object cloner.source
- Source object.
|
PDF Clown 0.1.2 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |