it.stefanochizzolini.clown.documents.contents
Class ColorSpaceResources
java.lang.Object
it.stefanochizzolini.clown.objects.PdfObjectWrapper<PdfDictionary>
it.stefanochizzolini.clown.documents.contents.ColorSpaceResources
- All Implemented Interfaces:
- Map<PdfName,ColorSpace>
public class ColorSpaceResources
- extends PdfObjectWrapper<PdfDictionary>
- implements Map<PdfName,ColorSpace>
Color space 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 |
ColorSpaceResources
public ColorSpaceResources(Document context)
clone
public ColorSpaceResources 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(ColorSpace value)
- Gets the key associated to a given value.
clear
public void clear()
- Specified by:
clear
in interface Map<PdfName,ColorSpace>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<PdfName,ColorSpace>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<PdfName,ColorSpace>
entrySet
public Set<Map.Entry<PdfName,ColorSpace>> entrySet()
- Specified by:
entrySet
in interface Map<PdfName,ColorSpace>
equals
public boolean equals(PdfDirectObject object)
get
public ColorSpace get(Object key)
- Specified by:
get
in interface Map<PdfName,ColorSpace>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map<PdfName,ColorSpace>
- Overrides:
hashCode
in class Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<PdfName,ColorSpace>
keySet
public Set<PdfName> keySet()
- Specified by:
keySet
in interface Map<PdfName,ColorSpace>
put
public ColorSpace put(PdfName key,
ColorSpace value)
- Specified by:
put
in interface Map<PdfName,ColorSpace>
putAll
public void putAll(Map<? extends PdfName,? extends ColorSpace> entries)
- Specified by:
putAll
in interface Map<PdfName,ColorSpace>
remove
public ColorSpace remove(Object key)
- Specified by:
remove
in interface Map<PdfName,ColorSpace>
size
public int size()
- Specified by:
size
in interface Map<PdfName,ColorSpace>
values
public Collection<ColorSpace> values()
- Specified by:
values
in interface Map<PdfName,ColorSpace>
Project home page
Copyright © 2006-2010 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.