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 |
---|---|
Object |
getProperty(String name) |
int |
getUsage() |
boolean |
hasProperty(String name) |
boolean |
isBreak() |
boolean |
isCutNotEmpty()
Decides whether this cut is empty or not.
|
boolean |
isCutSpanned()
Decides whether this cut is occupied by spanning cells or not.
|
void |
setProperty(String name,
Object value) |
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 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 emptypublic boolean isBreak()
public boolean hasProperty(String name)
Copyright © 2019 TIBCO Software Inc.. All rights reserved.