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

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DHRuleView.java87 bottomMargin = getLength(CSS.Attribute.MARGIN_BOTTOM, attr);
92 topMargin = bottomMargin = leftMargin = rightMargin = 0;
124 (int)topMargin + (int)bottomMargin);
184 bottomMargin;
188 bottomMargin;
190 return SPACE_ABOVE + SPACE_BELOW + topMargin +bottomMargin;
308 private float bottomMargin; field in class:HRuleView
H A DStyleSheet.java1771 bottomMargin = getLength(CSS.Attribute.MARGIN_BOTTOM, a);
1840 inset += bottomMargin;
1887 dh = -(topMargin + bottomMargin);
1902 h -= topMargin + bottomMargin;
2001 float bottomMargin; field in class:StyleSheet.BoxPainter
/openjdk7/jdk/src/share/classes/sun/tools/jconsole/
H A DMemoryTab.java470 final int bottomMargin = 35; field in class:MemoryTab.PoolChart
486 Rectangle heapRect = new Rectangle(leftMargin, height - bottomMargin + 6, barWidth, 20);
487 Rectangle nonHeapRect = new Rectangle(leftMargin + groupGap, height - bottomMargin + 6, barWidth, 20);
588 height - bottomMargin - (pc * barHeight / 100) + fontDescent + 1);
659 height - bottomMargin - barHeight,
H A DPlotter.java124 private int bottomMargin = 45; field in class:Plotter
359 r.height = getHeight()-topMargin-bottomMargin+16;
384 int h = getHeight()-topMargin-bottomMargin;
/openjdk7/jdk/src/share/classes/sun/print/
H A DServiceDialog.java1328 topMargin, bottomMargin; field in class:ServiceDialog.MarginsPanel
1396 bottomMargin = new JFormattedTextField(nf);
1397 bottomMargin.addFocusListener(this);
1398 bottomMargin.addActionListener(this);
1399 bottomMargin.getAccessibleContext().setAccessibleName(
1436 lblBottom.setLabelFor(bottomMargin);
1443 addToGB(bottomMargin, this, gridbag, c);
1482 if (tf == bottomMargin && val.equals(bmObj)) {
1490 Float bmTmpObj = (Float)bottomMargin.getValue();
1543 bottomMargin
[all...]

Completed in 76 milliseconds