public static class JRStyledText.Run extends Object implements Cloneable
Modifier and Type | Field and Description |
---|---|
Map<AttributedCharacterIterator.Attribute,Object> |
attributes |
int |
endIndex |
int |
startIndex |
Constructor and Description |
---|
Run(Map<AttributedCharacterIterator.Attribute,Object> attributes,
int startIndex,
int endIndex) |
Modifier and Type | Method and Description |
---|---|
protected Object |
clone() |
JRStyledText.Run |
cloneRun()
Clones this object.
|
public Map<AttributedCharacterIterator.Attribute,Object> attributes
public int startIndex
public int endIndex
public Run(Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)
public JRStyledText.Run cloneRun()
Copyright © 2016. All rights reserved.