Uses of Class
net.sf.jasperreports.engine.util.JRStyledText.Run
-
Packages that use JRStyledText.Run Package Description net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRStyledText.Run in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRStyledText.Run Modifier and Type Method Description JRStyledText.Run
JRStyledText.Run. cloneRun()
Clones this object.Methods in net.sf.jasperreports.engine.util that return types with arguments of type JRStyledText.Run Modifier and Type Method Description List<JRStyledText.Run>
JRStyledText. getRuns()
Methods in net.sf.jasperreports.engine.util with parameters of type JRStyledText.Run Modifier and Type Method Description void
JRStyledText. addRun(JRStyledText.Run run)
Method parameters in net.sf.jasperreports.engine.util with type arguments of type JRStyledText.Run Modifier and Type Method Description protected void
JRStyledTextUtil. addFallbackRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex, net.sf.jasperreports.engine.util.JRStyledTextUtil.FamilyFonts familyFonts)
protected void
JRStyledTextUtil. addFontRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex, FontInfo fontInfo)
protected void
JRStyledTextUtil. copyRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)
protected JRStyledText
JRStyledTextUtil. createProcessedStyledText(JRStyledText styledText, String text, List<JRStyledText.Run> newRuns)
protected void
JRStyledTextUtil. matchFonts(String text, int startIndex, int endIndex, Map<AttributedCharacterIterator.Attribute,Object> attributes, net.sf.jasperreports.engine.util.JRStyledTextUtil.FamilyFonts familyFonts, List<JRStyledText.Run> newRuns)
static void
JRStyledTextUtil. resizeRuns(List<JRStyledText.Run> runs, int startIndex, int count)
Constructor parameters in net.sf.jasperreports.engine.util with type arguments of type JRStyledText.Run Constructor Description JRStyledText(Locale locale, String text, Map<AttributedCharacterIterator.Attribute,Object> globalAttributes, List<JRStyledText.Run> runs)
-