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
attributes
public Map<AttributedCharacterIterator.Attribute,Object> attributes
startIndex
public int startIndex
endIndex
public int endIndex
JRStyledText.Run
public JRStyledText.Run(Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex)
clone
protected Object clone()
- Overrides:
clone in class Object
cloneRun
public JRStyledText.Run cloneRun()
- Clones this object.
- Returns:
- a clone of this object
Copyright © 2012. All Rights Reserved.