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

/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 40 milliseconds