public class Cut extends Object
Modifier and Type | Field and Description |
---|---|
static int |
USAGE_BREAK |
static int |
USAGE_NOT_EMPTY |
static int |
USAGE_SPANNED |
Constructor and Description |
---|
Cut() |
Modifier and Type | Method and Description |
---|---|
int |
getPosition() |
Map<String,Object> |
getPropertiesMap() |
int |
getUsage() |
boolean |
isCutNotEmpty()
Decides whether this cut is empty or not.
|
boolean |
isCutSpanned()
Decides whether this cut is occupied by spanning cells or not.
|
void |
setPosition(int position) |
void |
setUsage(int usage) |
public static final int USAGE_NOT_EMPTY
public static final int USAGE_SPANNED
public static final int USAGE_BREAK
public int getPosition()
public void setPosition(int position)
public int getUsage()
public void setUsage(int usage)
public boolean isCutNotEmpty()
true
if and only if the cut is not emptypublic boolean isCutSpanned()
true
if and only if the cut is not emptyCopyright © 2013. All Rights Reserved.