Searched defs:styledParagraph (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLine.java1049 public static TextLineComponent[] getComponents(StyledParagraph styledParagraph, argument
1064 int runLimit = Math.min(styledParagraph.getRunLimit(pos), textLimit);
1066 Decoration decorator = styledParagraph.getDecorationAt(pos);
1068 Object graphicOrFont = styledParagraph.getFontOrGraphicAt(pos);
1071 // AffineTransform baseRot = styledParagraph.getBaselineRotationAt(pos);
1132 StyledParagraph styledParagraph,
1150 getComponents(styledParagraph, chars, 0, chars.length, charsLtoV, levels, factory);
1196 StyledParagraph styledParagraph = new StyledParagraph(text, chars);
1208 return createLineFromText(chars, styledParagraph, factory, isDirectionLTR, baselineOffsets);
1131 createLineFromText(char[] chars, StyledParagraph styledParagraph, TextLabelFactory factory, boolean isDirectionLTR, float[] baselineOffsets) argument

Completed in 605 milliseconds