public class OmrBubble extends Object
Represents single omr bubble
Constructor and Description |
---|
OmrBubble() |
Modifier and Type | Method and Description |
---|---|
double |
getLeft()
Gets bubble absolute left position
|
double |
getTop()
Gets bubble absolute top position
|
String |
getValue()
Gets bubble answer value, i.e. mapping value
|
boolean |
isValid()
Gets a value indicating whether bubble is in valid position
|
void |
setLeft(double value)
Sets bubble absolute left position
|
void |
setTop(double value)
Sets bubble absolute top position
|
void |
setValid(boolean value)
Sets a value indicating whether bubble is in valid position
|
void |
setValue(String value)
Sets bubble answer value, i.e. mapping value
|
public final String getValue()
Gets bubble answer value, i.e. mapping value
public final void setValue(String value)
Sets bubble answer value, i.e. mapping value
value
- bubble answer valuepublic final double getTop()
Gets bubble absolute top position
public final void setTop(double value)
Sets bubble absolute top position
value
- bubble absolute top positionpublic final double getLeft()
Gets bubble absolute left position
public final void setLeft(double value)
Sets bubble absolute left position
value
- bubble absolute left positionpublic final boolean isValid()
Gets a value indicating whether bubble is in valid position
public final void setValid(boolean value)
Sets a value indicating whether bubble is in valid position
value
- a value indicating whether bubble is in valid position