OmrBubble

Inheritance: java.lang.Object

public class OmrBubble

Represents single omr bubble

Constructors

ConstructorDescription
OmrBubble()

Methods

MethodDescription
equals(Object arg0)
getClass()
getLeft()Gets bubble absolute left position
getTop()Gets bubble absolute top position
getValue()Gets bubble answer value, i.e.
hashCode()
isValid()Gets a value indicating whether bubble is in valid position
notify()
notifyAll()
setLeft(double value)Sets bubble absolute left position
setTop(double value)Sets bubble absolute top position
setValid(boolean value)Sets a value indicating whether bubble is in valid position
setValue(String value)Sets bubble answer value, i.e.
toString()
wait()
wait(long arg0)
wait(long arg0, int arg1)

OmrBubble()

public OmrBubble()

equals(Object arg0)

public boolean equals(Object arg0)

Parameters:

ParameterTypeDescription
arg0java.lang.Object

Returns: boolean

getClass()

public final native Class<?> getClass()

Returns: java.lang.Class

getLeft()

public final double getLeft()

Gets bubble absolute left position

Returns: double - bubble absolute left position

getTop()

public final double getTop()

Gets bubble absolute top position

Returns: double - bubble absolute top position

getValue()

public final String getValue()

Gets bubble answer value, i.e. mapping value

Returns: java.lang.String - bubble answer value

hashCode()

public native int hashCode()

Returns: int

isValid()

public final boolean isValid()

Gets a value indicating whether bubble is in valid position

Returns: boolean - a value indicating whether bubble is in valid position

notify()

public final native void notify()

notifyAll()

public final native void notifyAll()

setLeft(double value)

public final void setLeft(double value)

Sets bubble absolute left position

Parameters:

ParameterTypeDescription
valuedoublebubble absolute left position

setTop(double value)

public final void setTop(double value)

Sets bubble absolute top position

Parameters:

ParameterTypeDescription
valuedoublebubble absolute top position

setValid(boolean value)

public final void setValid(boolean value)

Sets a value indicating whether bubble is in valid position

Parameters:

ParameterTypeDescription
valuebooleana value indicating whether bubble is in valid position

setValue(String value)

public final void setValue(String value)

Sets bubble answer value, i.e. mapping value

Parameters:

ParameterTypeDescription
valuejava.lang.Stringbubble answer value

toString()

public String toString()

Returns: java.lang.String

wait()

public final void wait()

wait(long arg0)

public final native void wait(long arg0)

Parameters:

ParameterTypeDescription
arg0long

wait(long arg0, int arg1)

public final void wait(long arg0, int arg1)

Parameters:

ParameterTypeDescription
arg0long
arg1int