PDF Clown
0.0.8

it.stefanochizzolini.clown.documents.contents
Class ExtGStateResources

java.lang.Object
  extended by it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
      extended by it.stefanochizzolini.clown.documents.contents.ExtGStateResources
All Implemented Interfaces:
Map<PdfName,ExtGState>

public class ExtGStateResources
extends PdfObjectWrapper<PdfDictionary>
implements Map<PdfName,ExtGState>

Graphics state parameter resources collection [PDF:1.6:3.7.2].

Since:
0.0.8
Version:
0.0.8
Author:
Stefano Chizzolini (http://www.stefanochizzolini.it)

Nested Class Summary
 
Nested classes/interfaces inherited from interface java.util.Map
Map.Entry<K,V>
 
Constructor Summary
ExtGStateResources(Document context)
           
 
Method Summary
 void clear()
           
 ExtGStateResources clone(Document context)
          Gets a clone of the object, registered inside the given document context.
 boolean containsKey(Object key)
           
 boolean containsValue(Object value)
           
 Set<Map.Entry<PdfName,ExtGState>> entrySet()
           
 boolean equals(PdfDirectObject object)
           
 ExtGState get(Object key)
           
 PdfName getKey(ExtGState value)
          Gets the key associated to a given value.
 int hashCode()
           
 boolean isEmpty()
           
 Set<PdfName> keySet()
           
 ExtGState put(PdfName key, ExtGState value)
           
 void putAll(Map<? extends PdfName,? extends ExtGState> entries)
           
 ExtGState remove(Object key)
           
 int size()
           
 Collection<ExtGState> values()
           
 
Methods inherited from class it.stefanochizzolini.clown.objects.PdfObjectWrapper
delete, getBaseDataObject, getBaseObject, getContainer, getDocument, getFile, setBaseObject, setContainer, update
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface java.util.Map
equals
 

Constructor Detail

ExtGStateResources

public ExtGStateResources(Document context)
Method Detail

clone

public ExtGStateResources clone(Document context)
Description copied from class: PdfObjectWrapper
Gets a clone of the object, registered inside the given document context.

Specified by:
clone in class PdfObjectWrapper<PdfDictionary>
Parameters:
context - Which document the clone has to be registered in.

getKey

public PdfName getKey(ExtGState value)
Gets the key associated to a given value.


clear

public void clear()
Specified by:
clear in interface Map<PdfName,ExtGState>

containsKey

public boolean containsKey(Object key)
Specified by:
containsKey in interface Map<PdfName,ExtGState>

containsValue

public boolean containsValue(Object value)
Specified by:
containsValue in interface Map<PdfName,ExtGState>

entrySet

public Set<Map.Entry<PdfName,ExtGState>> entrySet()
Specified by:
entrySet in interface Map<PdfName,ExtGState>

equals

public boolean equals(PdfDirectObject object)

get

public ExtGState get(Object key)
Specified by:
get in interface Map<PdfName,ExtGState>

hashCode

public int hashCode()
Specified by:
hashCode in interface Map<PdfName,ExtGState>
Overrides:
hashCode in class Object

isEmpty

public boolean isEmpty()
Specified by:
isEmpty in interface Map<PdfName,ExtGState>

keySet

public Set<PdfName> keySet()
Specified by:
keySet in interface Map<PdfName,ExtGState>

put

public ExtGState put(PdfName key,
                     ExtGState value)
Specified by:
put in interface Map<PdfName,ExtGState>

putAll

public void putAll(Map<? extends PdfName,? extends ExtGState> entries)
Specified by:
putAll in interface Map<PdfName,ExtGState>

remove

public ExtGState remove(Object key)
Specified by:
remove in interface Map<PdfName,ExtGState>

size

public int size()
Specified by:
size in interface Map<PdfName,ExtGState>

values

public Collection<ExtGState> values()
Specified by:
values in interface Map<PdfName,ExtGState>

PDF Clown
0.0.8

Project home page

Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.