Searched refs:nextLayout (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLineBreakMeasurer.java66 * <code>nextLayout</code>, which returns a {@link TextLayout}
68 * The <code>nextLayout</code> method moves the current position
69 * to the end of the layout returned from <code>nextLayout</code>.
80 * the overload of <code>nextLayout</code> which takes a limiting offset
93 * can be requested in the overload of <code>nextLayout</code> which
95 * <code>true</code>, <code>nextLayout</code> returns
130 * TextLayout layout = measurer.nextLayout(wrappingWidth);
193 * measurer.nextLayout(wrappingWidth,
235 * TextLayout nextLayout = (TextLayout) layoutEnum.nextElement();
237 * nextLayout
412 public TextLayout nextLayout(float wrappingWidth) { method in class:LineBreakMeasurer
436 public TextLayout nextLayout(float wrappingWidth, int offsetLimit, method in class:LineBreakMeasurer
[all...]
/openjdk7/jdk/test/java/awt/font/LineBreakMeasurer/
H A DFRCTest.java71 lbm.nextLayout(100f);
85 lbm.nextLayout(100f);
H A DAllFontsLBM.java74 lbm.nextLayout(100f);
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DTextLayoutStrategy.java216 measurer.nextLayout(spanLeft, text.toIteratorIndex(endOffset),
324 = measurer.nextLayout( Float.MAX_VALUE,
/openjdk7/jdk/src/share/demo/jfc/Font2DTest/
H A DFontPanel.java826 lineBreakTLs.add( lbm.nextLayout( (float) w ));

Completed in 182 milliseconds