Searched refs:setJustification (Results 1 - 6 of 6) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DParagraphView.java114 setJustification(StyleConstants.ALIGN_LEFT);
116 setJustification(StyleConstants.ALIGN_CENTER);
118 setJustification(StyleConstants.ALIGN_RIGHT);
120 setJustification(StyleConstants.ALIGN_JUSTIFIED);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicTextAreaUI.java248 setJustification(StyleConstants.ALIGN_RIGHT);
250 setJustification(StyleConstants.ALIGN_LEFT);
H A DBasicTextFieldUI.java185 protected void setJustification(int j) { method in class:BasicTextFieldUI.I18nFieldView
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DParagraphView.java95 protected void setJustification(int j) { method in class:ParagraphView
137 setJustification(alignment);
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJEditorPane.java2136 setJustification(StyleConstants.ALIGN_RIGHT);
2138 setJustification(StyleConstants.ALIGN_LEFT);
/openjdk7/jdk/src/share/classes/sun/font/
H A DAttributeValues.java162 public void setJustification(float f) { method in class:AttributeValues

Completed in 64 milliseconds