net.sf.jasperreports.engine.util
Class JRStyledText.Run

java.lang.Object
  extended by 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
 Map<AttributedCharacterIterator.Attribute,Object> attributes
           
 int endIndex
           
 int startIndex
           
 
Constructor Summary
JRStyledText.Run(Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)
           
 
Method Summary
protected  Object clone()
           
 JRStyledText.Run cloneRun()
          Clones this object.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

attributes

public Map<AttributedCharacterIterator.Attribute,Object> attributes

startIndex

public int startIndex

endIndex

public int endIndex
Constructor Detail

JRStyledText.Run

public JRStyledText.Run(Map<AttributedCharacterIterator.Attribute,Object> attributes,
                        int startIndex,
                        int endIndex)
Method Detail

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.