AlignmentPatternsGrid
Contents
[
Hide
]
Inheritance: java.lang.Object
public class AlignmentPatternsGrid
Constructors
Fields
| Field | Description |
|---|---|
| Data | |
| Height | |
| Width |
Methods
AlignmentPatternsGrid(int aWidth, int aHeight)
public AlignmentPatternsGrid(int aWidth, int aHeight)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aWidth | int | |
| aHeight | int |
AlignmentPatternsGrid(int aWidth, int aHeight, boolean isInit)
public AlignmentPatternsGrid(int aWidth, int aHeight, boolean isInit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aWidth | int | |
| aHeight | int | |
| isInit | boolean |
AlignmentPatternsGrid(int aWidth, int aHeight, AlignmentPattern aInit)
public AlignmentPatternsGrid(int aWidth, int aHeight, AlignmentPattern aInit)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aWidth | int | |
| aHeight | int | |
| aInit | AlignmentPattern |
AlignmentPatternsGrid(AlignmentPatternsGrid aBitmap)
public AlignmentPatternsGrid(AlignmentPatternsGrid aBitmap)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aBitmap | AlignmentPatternsGrid |
Data
public AlignmentPattern[] Data
Height
public int Height
Width
public int Width
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
get(int x, int y)
public AlignmentPattern get(int x, int y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | |
| y | int |
Returns: AlignmentPattern
getAlignmentPatternSafe(int x, int y)
public AlignmentPattern getAlignmentPatternSafe(int x, int y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | |
| y | int |
Returns: AlignmentPattern
getClass()
public final native Class<?> getClass()
Returns: java.lang.Class>
hashCode()
public native int hashCode()
Returns: int
notify()
public final native void notify()
notifyAll()
public final native void notifyAll()
set(int x, int y, AlignmentPattern value)
public void set(int x, int y, AlignmentPattern value)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| x | int | |
| y | int | |
| value | AlignmentPattern |
setAlignmentPatternSafe(AlignmentPattern aPattern, int x, int y)
public boolean setAlignmentPatternSafe(AlignmentPattern aPattern, int x, int y)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| aPattern | AlignmentPattern | |
| x | int | |
| y | int |
Returns: boolean
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 |