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