Searched refs:justify (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DFormatter.java165 return Resources.format(Messages.KBYTES, justify(kb, 10));
223 strings[i] = justify(strings[i], size);
230 static String justify(long value, int size) { method in class:Formatter
231 return justify(formatLong(value), size);
234 static String justify(String str, int size) { method in class:Formatter
H A DClassTab.java220 text += newRow(Messages.CURRENT_CLASSES_LOADED, justify(clCount, 5));
221 text += newRow(Messages.TOTAL_CLASSES_LOADED, justify(ctCount, 5));
222 text += newRow(Messages.TOTAL_CLASSES_UNLOADED, justify(cuCount, 5));
H A DMemoryTab.java417 String str = Resources.format(Messages.GC_TIME_DETAILS, justify(formatTime(gcTime), 14),
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/View/src/com/sun/hotspot/igv/view/
H A DSlotLayout.java142 public void justify(Widget widget) { method in class:SlotLayout
143 baseLayout.justify(widget);
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DTextJustifier.java87 public float[] justify(float delta) { method in class:TextJustifier
H A DTextLine.java1376 float[] deltas = justifier.justify(justifyDelta);
/openjdk7/jdk/src/share/classes/java/util/
H A DFormatter.java2865 a.append(justify(s));
2868 private String justify(String s) { method in class:Formatter.FormatSpecifier
3090 // justify based on width
3091 a.append(justify(sb.toString()));
3170 // justify based on width
3171 a.append(justify(sb.toString()));
3201 // justify based on width
3202 a.append(justify(sb.toString()));
3515 // justify based on width
3516 a.append(justify(s
[all...]

Completed in 145 milliseconds