public class Cut
extends java.lang.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 |
---|---|
java.lang.Integer |
getCustomWidth() |
int |
getPosition() |
java.util.SortedMap<java.lang.String,java.lang.Boolean> |
getRowLevelMap() |
int |
getUsage() |
boolean |
isAutoFit() |
boolean |
isCutNotEmpty()
Decides whether a cut is empty or not.
|
boolean |
isCutSpanned()
Decides whether a cut is occupied by spanning cells or not.
|
void |
setAutoFit(boolean autoFit) |
void |
setCustomWidth(java.lang.Integer customWidth) |
void |
setPosition(int position) |
void |
setRowLevelMap(java.util.SortedMap<java.lang.String,java.lang.Boolean> rowLevelMap) |
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()
index
- the cut indextrue
if and only if the cut is not emptypublic boolean isCutSpanned()
index
- the cut indextrue
if and only if the cut is not emptypublic boolean isAutoFit()
public void setAutoFit(boolean autoFit)
public java.lang.Integer getCustomWidth()
public void setCustomWidth(java.lang.Integer customWidth)
public java.util.SortedMap<java.lang.String,java.lang.Boolean> getRowLevelMap()
public void setRowLevelMap(java.util.SortedMap<java.lang.String,java.lang.Boolean> rowLevelMap)
© 2001-2010 Jaspersoft Corporation www.jaspersoft.com