Class TIFFElementInfo

java.lang.Object
com.github.jaiimageio.impl.plugins.tiff.TIFFElementInfo

public class TIFFElementInfo extends Object
  • Field Details

    • childNames

      String[] childNames
    • attributeNames

      String[] attributeNames
    • childPolicy

      int childPolicy
    • minChildren

      int minChildren
    • maxChildren

      int maxChildren
    • objectValueType

      int objectValueType
    • objectClass

      Class objectClass
    • objectDefaultValue

      Object objectDefaultValue
    • objectEnumerations

      Object[] objectEnumerations
    • objectMinValue

      Comparable objectMinValue
    • objectMaxValue

      Comparable objectMaxValue
    • objectArrayMinLength

      int objectArrayMinLength
    • objectArrayMaxLength

      int objectArrayMaxLength
  • Constructor Details

    • TIFFElementInfo

      public TIFFElementInfo(String[] childNames, String[] attributeNames, int childPolicy)