mediautil.image.jpeg
Class IFD

java.lang.Object
  extended by mediautil.image.jpeg.Entry
      extended by mediautil.image.jpeg.IFD
All Implemented Interfaces:
Serializable

public class IFD
extends Entry

See Also:
Serialized Form

Constructor Summary
IFD(int tag)
           
IFD(int tag, int type)
           
 
Method Summary
 void addEntry(int tag, Entry entry)
           
 void addIFD(IFD ifd)
           
 Map getEntries()
           
 Entry getEntry(Integer tag, int subTag)
           
 IFD getIFD(int tag)
           
 IFD[] getIFDs()
           
 int getTag()
           
 void removeEntry(int tag)
           
 Entry setEntry(Integer tag, int subTag, Entry value)
           
 
Methods inherited from class mediautil.image.jpeg.Entry
getType, getValue, getValues, setValue, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

IFD

public IFD(int tag)

IFD

public IFD(int tag,
           int type)
Method Detail

addEntry

public void addEntry(int tag,
                     Entry entry)

removeEntry

public void removeEntry(int tag)

addIFD

public void addIFD(IFD ifd)

getEntry

public Entry getEntry(Integer tag,
                      int subTag)

getIFD

public IFD getIFD(int tag)

getTag

public int getTag()

setEntry

public Entry setEntry(Integer tag,
                      int subTag,
                      Entry value)

getEntries

public Map getEntries()

getIFDs

public IFD[] getIFDs()