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

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java244 private TextLine textLine; field in class:TextLayout
255 * back to false. Could be replaced with textLine != null <--> cacheIsValid.
540 * @param textLine the line measurement attributes to apply to the
549 TextLayout(TextLine textLine, argument
554 this.characterCount = textLine.characterCount();
557 this.textLine = textLine;
603 textLine = TextLine.fastCreateTextLine(frc, chars, font, cm, attrs);
645 textLine = TextLine.standardCreateTextLine(frc, text, chars, baselineOffsets);
660 lineMetrics = textLine
[all...]

Completed in 2585 milliseconds