Searched refs:getInset (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DParagraphView.java105 setInsets((short) painter.getInset(TOP, this),
106 (short) painter.getInset(LEFT, this),
107 (short) painter.getInset(BOTTOM, this),
108 (short) painter.getInset(RIGHT, this));
H A DBlockView.java409 setInsets((short) painter.getInset(TOP, this),
410 (short) painter.getInset(LEFT, this),
411 (short) painter.getInset(BOTTOM, this),
412 (short) painter.getInset(RIGHT, this));
H A DTableView.java210 short top = (short) painter.getInset(TOP, this);
211 short bottom = (short) painter.getInset(BOTTOM, this);
223 setInsets(top, (short) painter.getInset(LEFT, this),
224 bottom, (short) painter.getInset(RIGHT, this));
235 setInsets((short) painter.getInset(TOP, this),
236 (short) painter.getInset(LEFT, this),
237 (short) painter.getInset(BOTTOM, this),
238 (short) painter.getInset(RIGHT, this));
697 short boxBottom = (short) painter.getInset(BOTTOM, this);
779 short top = (short) painter.getInset(TO
[all...]
H A DStyleSheet.java1818 public float getInset(int side, View v) { method in class:StyleSheet.BoxPainter
/openjdk7/jdk/src/share/classes/sun/swing/
H A DDefaultLayoutStyle.java145 return getInset(c, position);
238 private int getInset(JComponent c, int position) { method in class:DefaultLayoutStyle
239 return getInset(c.getInsets(), position);
242 private int getInset(Insets insets, int position) { method in class:DefaultLayoutStyle

Completed in 249 milliseconds