Searched refs:getJustifiedLayout (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/swing/
H A DSwingUtilities2.java511 layout = layout.getJustifiedLayout(screenWidth);
625 layout = layout.getJustifiedLayout(screenWidth);
787 layout = layout.getJustifiedLayout(screenWidth);
885 layout = layout.getJustifiedLayout(screenWidth);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextLayout.java790 public TextLayout getJustifiedLayout(float justificationWidth) { method in class:TextLayout
793 throw new IllegalArgumentException("justificationWidth <= 0 passed to TextLayout.getJustifiedLayout()");
828 * call this directly, but instead should call getJustifiedLayout, which
835 * @see #getJustifiedLayout(float)

Completed in 260 milliseconds