AztecCode.smali
.class public final Lcom/google/zxing/aztec/encoder/AztecCode;
.super Ljava/lang/Object;
.source "AztecCode.java"
# instance fields
.field private codeWords:I
.field private compact:Z
.field private layers:I
.field private matrix:Lcom/google/zxing/common/BitMatrix;
.field private size:I
# direct methods
.method public constructor <init>()V
.registers 1
.line 26
invoke-direct {p0}, Ljava/lang/Object;-><init>()V
return-void
.end method
# virtual methods
.method public getCodeWords()I
.registers 2
.line 71
iget v0, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->codeWords:I
return v0
.end method
.method public getLayers()I
.registers 2
.line 60
iget v0, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->layers:I
return v0
.end method
.method public getMatrix()Lcom/google/zxing/common/BitMatrix;
.registers 2
.line 82
iget-object v0, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->matrix:Lcom/google/zxing/common/BitMatrix;
return-object v0
.end method
.method public getSize()I
.registers 2
.line 49
iget v0, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->size:I
return v0
.end method
.method public isCompact()Z
.registers 2
.line 38
iget-boolean v0, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->compact:Z
return v0
.end method
.method public setCodeWords(I)V
.registers 2
.line 75
iput p1, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->codeWords:I
return-void
.end method
.method public setCompact(Z)V
.registers 2
.line 42
iput-boolean p1, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->compact:Z
return-void
.end method
.method public setLayers(I)V
.registers 2
.line 64
iput p1, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->layers:I
return-void
.end method
.method public setMatrix(Lcom/google/zxing/common/BitMatrix;)V
.registers 2
.line 86
iput-object p1, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->matrix:Lcom/google/zxing/common/BitMatrix;
return-void
.end method
.method public setSize(I)V
.registers 2
.line 53
iput p1, p0, Lcom/google/zxing/aztec/encoder/AztecCode;->size:I
return-void
.end method