case class NonBasicTags(cellLength: Option[Int] = scala.None, cellWidth: Option[Int] = scala.None, extraSamples: Option[Array[Int]] = scala.None, fillOrder: Int = 1, freeByteCounts: Option[Array[Long]] = scala.None, freeOffsets: Option[Array[Long]] = scala.None, grayResponseCurve: Option[Array[Int]] = scala.None, grayResponseUnit: Option[Int] = scala.None, newSubfileType: Option[Long] = scala.None, orientation: Int = 1, planarConfiguration: Option[Int] = scala.None, subfileType: Option[Int] = scala.None, thresholding: Int = 1, t4Options: Int = 0, t6Options: Option[Int] = scala.None, halftoneHints: Option[Array[Int]] = scala.None, predictor: Option[Int] = scala.None) extends Product with Serializable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NonBasicTags
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. AnyRef
  7. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new NonBasicTags(cellLength: Option[Int] = scala.None, cellWidth: Option[Int] = scala.None, extraSamples: Option[Array[Int]] = scala.None, fillOrder: Int = 1, freeByteCounts: Option[Array[Long]] = scala.None, freeOffsets: Option[Array[Long]] = scala.None, grayResponseCurve: Option[Array[Int]] = scala.None, grayResponseUnit: Option[Int] = scala.None, newSubfileType: Option[Long] = scala.None, orientation: Int = 1, planarConfiguration: Option[Int] = scala.None, subfileType: Option[Int] = scala.None, thresholding: Int = 1, t4Options: Int = 0, t6Options: Option[Int] = scala.None, halftoneHints: Option[Array[Int]] = scala.None, predictor: Option[Int] = scala.None)

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. val cellLength: Option[Int]
  6. val cellWidth: Option[Int]
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  9. val extraSamples: Option[Array[Int]]
  10. val fillOrder: Int
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val freeByteCounts: Option[Array[Long]]
  13. val freeOffsets: Option[Array[Long]]
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val grayResponseCurve: Option[Array[Int]]
  16. val grayResponseUnit: Option[Int]
  17. val halftoneHints: Option[Array[Int]]
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  20. val newSubfileType: Option[Long]
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. val orientation: Int
  24. val planarConfiguration: Option[Int]
  25. val predictor: Option[Int]
  26. val subfileType: Option[Int]
  27. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  28. val t4Options: Int
  29. val t6Options: Option[Int]
  30. val thresholding: Int
  31. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  32. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from AnyRef

Inherited from Any

Ungrouped