org.pdfclown.documents.contents.objects
Class InlineImageHeader
java.lang.Object
org.pdfclown.documents.contents.objects.ContentObject
org.pdfclown.documents.contents.objects.Operation
org.pdfclown.documents.contents.objects.InlineImageHeader
- All Implemented Interfaces:
- Map<PdfName,PdfDirectObject>
@PDF(value=PDF10)
public final class InlineImageHeader
- extends Operation
- implements Map<PdfName,PdfDirectObject>
Inline image entries (anonymous) operation [PDF:1.6:4.8.6].
This is a figurative operation necessary to constrain the inline image entries section
within the content stream model.
- Since:
- 0.0.4
- Version:
- 0.1.0
- Author:
- Stefano Chizzolini (http://www.stefanochizzolini.it)
Nested classes/interfaces inherited from interface java.util.Map |
Map.Entry<K,V> |
Methods inherited from class org.pdfclown.documents.contents.objects.ContentObject |
scan |
InlineImageHeader
public InlineImageHeader(List<PdfDirectObject> operands)
clear
public void clear()
- Specified by:
clear
in interface Map<PdfName,PdfDirectObject>
containsKey
public boolean containsKey(Object key)
- Specified by:
containsKey
in interface Map<PdfName,PdfDirectObject>
containsValue
public boolean containsValue(Object value)
- Specified by:
containsValue
in interface Map<PdfName,PdfDirectObject>
entrySet
public Set<Map.Entry<PdfName,PdfDirectObject>> entrySet()
- Specified by:
entrySet
in interface Map<PdfName,PdfDirectObject>
equals
public boolean equals(Object object)
- Specified by:
equals
in interface Map<PdfName,PdfDirectObject>
- Overrides:
equals
in class Object
get
public PdfDirectObject get(Object key)
- Specified by:
get
in interface Map<PdfName,PdfDirectObject>
hashCode
public int hashCode()
- Specified by:
hashCode
in interface Map<PdfName,PdfDirectObject>
- Overrides:
hashCode
in class Object
isEmpty
public boolean isEmpty()
- Specified by:
isEmpty
in interface Map<PdfName,PdfDirectObject>
keySet
public Set<PdfName> keySet()
- Specified by:
keySet
in interface Map<PdfName,PdfDirectObject>
put
public PdfDirectObject put(PdfName key,
PdfDirectObject value)
- Specified by:
put
in interface Map<PdfName,PdfDirectObject>
putAll
public void putAll(Map<? extends PdfName,? extends PdfDirectObject> entries)
- Specified by:
putAll
in interface Map<PdfName,PdfDirectObject>
remove
public PdfDirectObject remove(Object key)
- Specified by:
remove
in interface Map<PdfName,PdfDirectObject>
size
public int size()
- Specified by:
size
in interface Map<PdfName,PdfDirectObject>
values
public Collection<PdfDirectObject> values()
- Specified by:
values
in interface Map<PdfName,PdfDirectObject>
Project home page
Copyright © 2006-2013 Stefano Chizzolini. Some Rights Reserved.
This documentation is available under the terms of the GNU Free Documentation License.