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.RunJRStyledText.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 voidJRStyledText. 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 voidJRStyledTextUtil. addFallbackRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex, net.sf.jasperreports.engine.util.JRStyledTextUtil.FamilyFonts familyFonts)protected voidJRStyledTextUtil. addFontRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex, FontInfo fontInfo)protected voidJRStyledTextUtil. copyRun(List<JRStyledText.Run> newRuns, Map<AttributedCharacterIterator.Attribute,Object> attributes, int startIndex, int endIndex)protected JRStyledTextJRStyledTextUtil. createProcessedStyledText(JRStyledText styledText, String text, List<JRStyledText.Run> newRuns)protected voidJRStyledTextUtil. 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 voidJRStyledTextUtil. 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)
-