net.n12n.exif

Ifd

abstract class Ifd extends AnyRef

Image-File-Directory (IFD) structure. An IFD is a container for net.n12n.exif.IfdAttributes.

Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. Ifd
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new Ifd(exif: ExifSegment, offset: Int, name: String)

    exif

    The Exif segment containing this IFD.

    offset

    Start of this IFD relative to the tiffOffset.

    name

Type Members

  1. abstract type TagType <: TypedTag[_]

Abstract Value Members

  1. abstract val Tags: Set[TagType]

    Set of tags.

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  5. def attr(tag: Tag): IfdAttribute

    Get attribute by tag.

    Get attribute by tag.

    tag

    Attribute's tag.

    returns

    Attribute.

    Exceptions thrown
    AttributeNotFoundException

    If the attribute was not found in this IFD.

  6. lazy val attributes: Seq[IfdAttribute]

  7. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  8. val count: Int

  9. def createTag(marker: Int, tagType: Type, count: Int): TypedTag[_]

    Attributes
    protected
  10. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  11. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  12. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  13. def findAttr(tag: Tag): Option[IfdAttribute]

    Find attribute in IFD.

    Find attribute in IFD.

    tag

    Attribute tag.

    returns

    {{Some(attr)}} or {{None}}.

  14. def findTag(id: Int, tagType: Type, count: Int): TypedTag[_]

    Attributes
    protected
  15. def findValue[V](tag: TypedTag[V]): Option[V]

  16. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  17. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  18. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  19. val name: String

  20. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  21. lazy val nextIfd: Int

    Offset to next IDF relative to the Exif's TiffHeader.

  22. final def notify(): Unit

    Definition Classes
    AnyRef
  23. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  24. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  25. lazy val tags: Seq[TypedTag[_]]

  26. def toString(): String

    Definition Classes
    Ifd → AnyRef → Any
  27. def value[V](tag: TypedTag[V]): V

    Get attribute value by tag.

    Get attribute value by tag.

    tag

    Tag

    returns

    Attribute value

    Exceptions thrown
    AttributeNotFoundException

    If the attribute was not found in this IFD.

  28. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  30. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped