Uses of Class
net.sf.jasperreports.engine.util.JRStyledText.Run
Packages that use JRStyledText.Run
-
Uses of JRStyledText.Run in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util that return JRStyledText.RunMethods in net.sf.jasperreports.engine.util that return types with arguments of type JRStyledText.RunMethods in net.sf.jasperreports.engine.util with parameters of type JRStyledText.RunMethod parameters in net.sf.jasperreports.engine.util with type arguments of type JRStyledText.RunModifier and TypeMethodDescriptionprotected 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.RunModifierConstructorDescriptionJRStyledText(Locale locale, String text, Map<AttributedCharacterIterator.Attribute, Object> globalAttributes, List<JRStyledText.Run> runs)