it.stefanochizzolini.clown.documents.contents
Class XObjectResources
java.lang.Object
   it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
       it.stefanochizzolini.clown.documents.contents.XObjectResources
it.stefanochizzolini.clown.documents.contents.XObjectResources
- All Implemented Interfaces: 
- Map<PdfName,XObject>
- public class XObjectResources 
- extends PdfObjectWrapper<PdfDictionary>- implements Map<PdfName,XObject>
External object resources collection [PDF:1.6:3.7.2].
- Version:
- 0.0.7
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
 
| Nested classes/interfaces inherited from interface java.util.Map | 
| Map.Entry<K,V> | 
 
 
 
 
 
| Methods inherited from interface java.util.Map | 
| equals | 
 
XObjectResources
public XObjectResources(Document context)
clone
public XObjectResources clone(Document context)
- Description copied from class: PdfObjectWrapper
- Gets a clone of the object, registered inside the given document context.
 
- 
- Specified by:
- clonein class- PdfObjectWrapper<PdfDictionary>
 
- 
- Parameters:
- context- Which document the clone has to be registered in.
 
getKey
public PdfName getKey(XObject value)
- Gets the key associated to a given value.
 
- 
 
- 
 
clear
public void clear()
- 
- Specified by:
- clearin interface- Map<PdfName,XObject>
 
- 
 
containsKey
public boolean containsKey(Object key)
- 
- Specified by:
- containsKeyin interface- Map<PdfName,XObject>
 
- 
 
containsValue
public boolean containsValue(Object value)
- 
- Specified by:
- containsValuein interface- Map<PdfName,XObject>
 
- 
 
entrySet
public Set<Map.Entry<PdfName,XObject>> entrySet()
- 
- Specified by:
- entrySetin interface- Map<PdfName,XObject>
 
- 
 
equals
public boolean equals(PdfDirectObject object)
- 
 
- 
 
get
public XObject get(Object key)
- 
- Specified by:
- getin interface- Map<PdfName,XObject>
 
- 
 
hashCode
public int hashCode()
- 
- Specified by:
- hashCodein interface- Map<PdfName,XObject>
- Overrides:
- hashCodein class- Object
 
- 
 
isEmpty
public boolean isEmpty()
- 
- Specified by:
- isEmptyin interface- Map<PdfName,XObject>
 
- 
 
keySet
public Set<PdfName> keySet()
- 
- Specified by:
- keySetin interface- Map<PdfName,XObject>
 
- 
 
put
public XObject put(PdfName key,
                   XObject value)
- 
- Specified by:
- putin interface- Map<PdfName,XObject>
 
- 
 
putAll
public void putAll(Map<? extends PdfName,? extends XObject> entries)
- 
- Specified by:
- putAllin interface- Map<PdfName,XObject>
 
- 
 
remove
public XObject remove(Object key)
- 
- Specified by:
- removein interface- Map<PdfName,XObject>
 
- 
 
size
public int size()
- 
- Specified by:
- sizein interface- Map<PdfName,XObject>
 
- 
 
values
public Collection<XObject> values()
- 
- Specified by:
- valuesin interface- Map<PdfName,XObject>
 
- 
 
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.