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
-
Field Summary
FieldsModifier and TypeFieldDescriptionint
int
-
Constructor Summary
ConstructorsConstructorDescriptionRun
(Map<AttributedCharacterIterator.Attribute, Object> attributes, int startIndex, int endIndex) -
Method Summary
-
Field Details
-
attributes
-
startIndex
public int startIndex -
endIndex
public int endIndex
-
-
Constructor Details
-
Run
public Run(Map<AttributedCharacterIterator.Attribute, Object> attributes, int startIndex, int endIndex)
-
-
Method Details