LocatorParams
Contents
[
Hide
]
Inheritance: java.lang.Object
public class LocatorParams
Parameters for the location.
Constructors
| Constructor | Description |
|---|---|
| LocatorParams(RectangleVertexes vertexes) | |
| LocatorParams(RectangleVertexes vertexes, float angle, float blur, int separatrix) |
Fields
| Field | Description |
|---|---|
| Angle | An angle |
| Blur | A blur of the region |
| MutableBitmap | Cutted bytebitmap of a region |
| MutableVertexes | A vertexes |
| Offset | Offset from the vertexes |
| Separatrix | A separatrix |
Methods
| Method | Description |
|---|---|
| equals(Object arg0) | |
| getClass() | |
| hashCode() | |
| notify() | |
| notifyAll() | |
| toString() | |
| wait() | |
| wait(long arg0) | |
| wait(long arg0, int arg1) |
LocatorParams(RectangleVertexes vertexes)
public LocatorParams(RectangleVertexes vertexes)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| vertexes | RectangleVertexes |
LocatorParams(RectangleVertexes vertexes, float angle, float blur, int separatrix)
public LocatorParams(RectangleVertexes vertexes, float angle, float blur, int separatrix)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| vertexes | RectangleVertexes | |
| angle | float | |
| blur | float | |
| separatrix | int |
Angle
public float Angle
An angle
Blur
public float Blur
A blur of the region
MutableBitmap
public ByteBitmap MutableBitmap
Cutted bytebitmap of a region
MutableVertexes
public RectangleVertexes MutableVertexes
A vertexes
Offset
public int Offset
Offset from the vertexes
Separatrix
public int Separatrix
A separatrix
equals(Object arg0)
public boolean equals(Object arg0)
Parameters:
| Parameter | Type | Description |
|---|---|---|
| arg0 | java.lang.Object |
Returns: boolean
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()
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 |