Package net.sf.jasperreports.engine.util
Class StyledTextListInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.util.StyledTextListInfo
-
public class StyledTextListInfo extends Object
- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StyledTextListInfo(boolean ordered, String type, Integer start, boolean hasParentLi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
atLiEnd()
boolean
atLiStart()
int
getCutStart()
int
getItemCount()
int
getItemIndex()
int
getStart()
String
getType()
boolean
hasParentLi()
boolean
ordered()
void
setAtLiEnd(boolean atLiEnd)
void
setAtLiStart(boolean atLiStart)
void
setCutStart(int cutStart)
void
setItemCount(int itemCount)
void
setItemIndex(int itemIndex)
void
setStart(int start)
-
-
-
Method Detail
-
ordered
public boolean ordered()
-
getType
public String getType()
-
getStart
public int getStart()
-
setStart
public void setStart(int start)
-
getCutStart
public int getCutStart()
-
setCutStart
public void setCutStart(int cutStart)
-
getItemIndex
public int getItemIndex()
-
setItemIndex
public void setItemIndex(int itemIndex)
-
hasParentLi
public boolean hasParentLi()
-
getItemCount
public int getItemCount()
-
setItemCount
public void setItemCount(int itemCount)
-
atLiStart
public boolean atLiStart()
-
setAtLiStart
public void setAtLiStart(boolean atLiStart)
-
atLiEnd
public boolean atLiEnd()
-
setAtLiEnd
public void setAtLiEnd(boolean atLiEnd)
-
-