aztec library
aztec lib
Classes
- AztecCode
- Aztec 2D code representation
- AztecDetectorResult
- Extends DetectorResult with more information specific to the Aztec format, like the number of layers and whether it's compact.
- AztecReader
- This implementation can detect and decode Aztec codes in an image.
- AztecWriter
- Renders an Aztec code as a BitMatrix.
- BinaryShiftToken
- CorrectedBitsResult
- CorrectedParameter
- Decoder
- The main class which implements Aztec Code decoding -- as opposed to locating and extracting the Aztec Code from an image.
- Detector
- Encapsulates logic that can detect an Aztec Code in an image, even if the Aztec Code is rotated or skewed, or partially obscured.
- Encoder
- Generates Aztec 2D barcodes.
- HighLevelEncoder
- This produces nearly optimal encodings of text into the first-level of encoding used by Aztec code.
- Point
- SimpleToken
- State
- State represents all information about a sequence necessary to generate the current output. Note that a state is immutable.
- Token