Package net.sf.jasperreports.engine.util
Class JRStyledText.Run
- java.lang.Object
-
- net.sf.jasperreports.engine.util.JRStyledText.Run
-
- All Implemented Interfaces:
Cloneable
- Enclosing class:
- JRStyledText
public static class JRStyledText.Run extends Object implements Cloneable
-
-
Field Summary
Fields Modifier and Type Field Description Map<AttributedCharacterIterator.Attribute,Object>
attributes
int
endIndex
int
startIndex
-
Constructor Summary
Constructors Constructor Description Run(Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected Object
clone()
JRStyledText.Run
cloneRun()
Clones this object.
-
-
-
Field Detail
-
attributes
public Map<AttributedCharacterIterator.Attribute,Object> attributes
-
startIndex
public int startIndex
-
endIndex
public int endIndex
-
-
Constructor Detail
-
Run
public Run(Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)
-
-
Method Detail
-
cloneRun
public JRStyledText.Run cloneRun()
Clones this object.- Returns:
- a clone of this object
-
-