DetectorHelper

Inheritance: java.lang.Object

public class DetectorHelper

Constructors

Constructor Description
DetectorHelper()

Methods

Method Description
equals(Object arg0)
getClass()
getModuleSize()
getModuleSizePx()
getQuietZoneColor()
getVertexes()
getVertexesRestored()
hashCode()
notify()
notifyAll()
setModuleSize(float value)
setModuleSizePx(int value)
setQuietZoneColor(int value)
setVertexes(RectangleVertexes value)
setVertexesRestored(RectangleVertexes value)
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

DetectorHelper()

public DetectorHelper()

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

getModuleSize()

public float getModuleSize()

Returns: float

getModuleSizePx()

public int getModuleSizePx()

Returns: int

getQuietZoneColor()

public int getQuietZoneColor()

Returns: int

getVertexes()

public RectangleVertexes getVertexes()

Returns: RectangleVertexes

getVertexesRestored()

public RectangleVertexes getVertexesRestored()

Returns: RectangleVertexes

hashCode()

public native int hashCode()

Returns: int

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setModuleSize(float value)

public void setModuleSize(float value)

Parameters:

Parameter Type Description
value float

setModuleSizePx(int value)

public void setModuleSizePx(int value)

Parameters:

Parameter Type Description
value int

setQuietZoneColor(int value)

public void setQuietZoneColor(int value)

Parameters:

Parameter Type Description
value int

setVertexes(RectangleVertexes value)

public void setVertexes(RectangleVertexes value)

Parameters:

Parameter Type Description
value RectangleVertexes

setVertexesRestored(RectangleVertexes value)

public void setVertexesRestored(RectangleVertexes value)

Parameters:

Parameter Type Description
value RectangleVertexes

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