Package net.sf.jasperreports.engine.util
Class StyledTextListInfo
- java.lang.Object
-
- net.sf.jasperreports.engine.util.StyledTextListInfo
-
public class StyledTextListInfo extends java.lang.Object- Author:
- Teodor Danciu (teodord@users.sourceforge.net)
-
-
Constructor Summary
Constructors Constructor Description StyledTextListInfo(boolean ordered, java.lang.String type, java.lang.Integer start, boolean hasParentLi)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanatLiEnd()booleanatLiStart()intgetCutStart()intgetItemCount()intgetItemIndex()intgetStart()java.lang.StringgetType()booleanhasParentLi()booleanordered()voidsetAtLiEnd(boolean atLiEnd)voidsetAtLiStart(boolean atLiStart)voidsetCutStart(int cutStart)voidsetItemCount(int itemCount)voidsetItemIndex(int itemIndex)voidsetStart(int start)
-
-
-
Method Detail
-
ordered
public boolean ordered()
-
getType
public java.lang.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)
-
-