Interface AFilterLZWDecode

All Superinterfaces:
AObject, Object

public interface AFilterLZWDecode extends AObject
  • Method Details

    • getcontainsBitsPerComponent

      Boolean getcontainsBitsPerComponent()
    • getBitsPerComponentType

      String getBitsPerComponentType()
    • getBitsPerComponentHasTypeInteger

      Boolean getBitsPerComponentHasTypeInteger()
    • getBitsPerComponentIntegerValue

      Long getBitsPerComponentIntegerValue()
    • getcontainsColors

      Boolean getcontainsColors()
    • getColorsType

      String getColorsType()
    • getColorsHasTypeInteger

      Boolean getColorsHasTypeInteger()
    • getColorsIntegerValue

      Long getColorsIntegerValue()
    • getcontainsColumns

      Boolean getcontainsColumns()
    • getColumnsType

      String getColumnsType()
    • getColumnsHasTypeInteger

      Boolean getColumnsHasTypeInteger()
    • getcontainsEarlyChange

      Boolean getcontainsEarlyChange()
    • getEarlyChangeType

      String getEarlyChangeType()
    • getEarlyChangeHasTypeInteger

      Boolean getEarlyChangeHasTypeInteger()
    • getEarlyChangeIntegerValue

      Long getEarlyChangeIntegerValue()
    • getcontainsPredictor

      Boolean getcontainsPredictor()
    • getPredictorType

      String getPredictorType()
    • getPredictorHasTypeInteger

      Boolean getPredictorHasTypeInteger()
    • getPredictorIntegerValue

      Long getPredictorIntegerValue()