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

java.lang.Object
  extended by 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
 java.util.Map attributes
           
 int endIndex
           
 int startIndex
           
 
Constructor Summary
JRStyledText.Run(java.util.Map attributes, int startIndex, int endIndex)
           
 
Method Summary
protected  java.lang.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 java.util.Map attributes

startIndex

public int startIndex

endIndex

public int endIndex
Constructor Detail

JRStyledText.Run

public JRStyledText.Run(java.util.Map attributes,
                        int startIndex,
                        int endIndex)
Method Detail

clone

protected java.lang.Object clone()
Overrides:
clone in class java.lang.Object

cloneRun

public JRStyledText.Run cloneRun()
Clones this object.

Returns:
a clone of this object


Copyright © 2011. All Rights Reserved.