public class OmrCell extends Object implements ISpacedArea
Represents a cell in an OmrElement
.
Constructor and Description |
---|
OmrCell()
Initializes a new instance of the
OmrCell class. |
OmrCell(String value)
Initializes a new instance of the
OmrCell class. |
Modifier and Type | Method and Description |
---|---|
float |
getSpaceAfter()
Gets spacing that follows the cell, in millimeters.
|
float |
getSpaceBefore()
Gets spacing that precedes the cell, in millimeters.
|
String |
getValue()
Gets value associated with the cell.
|
void |
setSpaceAfter(float value)
Sets spacing that follows the cell, in millimeters.
|
void |
setSpaceBefore(float value)
Sets spacing that precedes the cell, in millimeters.
|
void |
setValue(String value)
Sets value associated with the cell.
|
public OmrCell()
Initializes a new instance of the OmrCell
class.
public float getSpaceAfter()
Gets spacing that follows the cell, in millimeters. Zero by default.
getSpaceAfter
in interface ISpacedArea
public float getSpaceBefore()
Gets spacing that precedes the cell, in millimeters. Zero by default.
getSpaceBefore
in interface ISpacedArea
public String getValue()
Gets value associated with the cell.
public void setSpaceAfter(float value)
Sets spacing that follows the cell, in millimeters. Zero by default.
setSpaceAfter
in interface ISpacedArea
public void setSpaceBefore(float value)
Sets spacing that precedes the cell, in millimeters. Zero by default.
setSpaceBefore
in interface ISpacedArea
public void setValue(String value)
Sets value associated with the cell.
Copyright © 2017. All Rights Reserved.