BitMatrixItem

Inheritance: java.lang.Object

public class BitMatrixItem

Constructors

Constructor Description
BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes)
BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes, float quality)

Methods

Method Description
equals(Object arg0)
getAngle()
getAztecMode()
getBitMatrix()
getClass()
getECCCodeWordsCount()
getLayersCount()
getQuality()
getRuneValue()
getTargetCenter()
getTargetLeftBottomCorner()
getTargetLeftTopCorner()
getTargetRightBottomCorner()
getTargetRightTopCorner()
getVertexes()
hashCode()
isRegularMode()
isRuneMode()
notify()
notifyAll()
setQuality(float value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes)

public BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes)

Parameters:

Parameter Type Description
bitMatrix BitMatrix
mode int
vertexes RectangleVertexes

BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes, float quality)

public BitMatrixItem(BitMatrix bitMatrix, int mode, RectangleVertexes vertexes, float quality)

Parameters:

Parameter Type Description
bitMatrix BitMatrix
mode int
vertexes RectangleVertexes
quality float

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

Parameter Type Description
arg0 java.lang.Object

Returns: boolean

getAngle()

public float getAngle()

Returns: float

getAztecMode()

public int getAztecMode()

Returns: int

getBitMatrix()

public BitMatrix getBitMatrix()

Returns: BitMatrix

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getECCCodeWordsCount()

public int getECCCodeWordsCount()

Returns: int

getLayersCount()

public int getLayersCount()

Returns: int

getQuality()

public float getQuality()

Returns: float

getRuneValue()

public int getRuneValue()

Returns: int

getTargetCenter()

public System.Drawing.Point getTargetCenter()

Returns: com.aspose.ms.System.Drawing.Point

getTargetLeftBottomCorner()

public System.Drawing.Point getTargetLeftBottomCorner()

Returns: com.aspose.ms.System.Drawing.Point

getTargetLeftTopCorner()

public System.Drawing.Point getTargetLeftTopCorner()

Returns: com.aspose.ms.System.Drawing.Point

getTargetRightBottomCorner()

public System.Drawing.Point getTargetRightBottomCorner()

Returns: com.aspose.ms.System.Drawing.Point

getTargetRightTopCorner()

public System.Drawing.Point getTargetRightTopCorner()

Returns: com.aspose.ms.System.Drawing.Point

getVertexes()

public RectangleVertexes getVertexes()

Returns: RectangleVertexes

hashCode()

public native int hashCode()

Returns: int

isRegularMode()

public boolean isRegularMode()

Returns: boolean

isRuneMode()

public boolean isRuneMode()

Returns: boolean

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setQuality(float value)

public void setQuality(float value)

Parameters:

Parameter Type Description
value float

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

Parameter Type Description
arg0 long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

Parameter Type Description
arg0 long
arg1 int