Searched refs:paintText (Results 1 - 25 of 32) sorted by relevance

12

/openjdk7/jdk/test/javax/swing/SwingUtilities/6797139/
H A Dbug6797139.java40 protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) {
41 super.paintText(g, b, textRect, text);
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/windows/
H A DWindowsCheckBoxMenuItemUI.java86 protected void paintText(Graphics g, JMenuItem menuItem, method in class:WindowsCheckBoxMenuItemUI
89 WindowsMenuItemUI.paintText(accessor, g, menuItem,
100 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsRadioButtonMenuItemUI.java86 protected void paintText(Graphics g, JMenuItem menuItem, method in class:WindowsRadioButtonMenuItemUI
89 WindowsMenuItemUI.paintText(accessor, g, menuItem, textRect, text);
99 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsMenuItemUI.java79 protected void paintText(Graphics g, JMenuItem menuItem, method in class:WindowsMenuItemUI
82 WindowsMenuItemUI.paintText(accessor, g, menuItem, textRect, text);
94 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
131 static void paintText(WindowsMenuItemUIAccessor menuItemUI, Graphics g, method in class:WindowsMenuItemUI
H A DWindowsRadioButtonUI.java108 protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) { method in class:WindowsRadioButtonUI
109 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsToggleButtonUI.java153 protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) { method in class:WindowsToggleButtonUI
154 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsMenuUI.java209 protected void paintText(Graphics g, JMenuItem menuItem, method in class:WindowsMenuUI
212 WindowsMenuItemUI.paintText(accessor, g, menuItem, textRect, text);
239 WindowsGraphicsUtils.paintText(g, menuItem, textRect, text, 0);
H A DWindowsButtonUI.java120 protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) { method in class:WindowsButtonUI
121 WindowsGraphicsUtils.paintText(g, b, textRect, text, getTextShiftOffset());
H A DWindowsGraphicsUtils.java49 * the overriden paintText methods of the ButtonUI delegates will call this static method.
56 public static void paintText(Graphics g, AbstractButton b, method in class:WindowsGraphicsUtils
/openjdk7/jdk/src/share/classes/com/sun/java/swing/plaf/gtk/
H A DGTKGraphicsUtils.java37 public void paintText(SynthContext context, Graphics g, String text, method in class:GTKGraphicsUtils
57 super.paintText(context, g, text, x, y, mnemonicIndex);
62 super.paintText(context, g, text, x, y, mnemonicIndex);
70 super.paintText(context, g, text, x+1, y+1, mnemonicIndex);
74 super.paintText(context, g, text, x, y, mnemonicIndex);
89 public void paintText(SynthContext context, Graphics g, String text, method in class:GTKGraphicsUtils
133 super.paintText(context, g, text, bounds, mnemonicIndex);
/openjdk7/jdk/src/share/classes/javax/swing/plaf/synth/
H A DSynthGraphicsUtils.java317 public void paintText(SynthContext ss, Graphics g, String text, method in class:SynthGraphicsUtils
319 paintText(ss, g, text, bounds.x, bounds.y, mnemonicIndex);
334 public void paintText(SynthContext ss, Graphics g, String text, method in class:SynthGraphicsUtils
362 public void paintText(SynthContext ss, Graphics g, String text, method in class:SynthGraphicsUtils
410 paintText(ss, g, clippedText, paintTextR, mnemonicIndex);
515 paintText(g, lh, lr);
575 lh.getAccGraphicsUtils().paintText(lh.getAccContext(), g, accText,
580 static void paintText(Graphics g, SynthMenuItemLayoutHelper lh, method in class:SynthGraphicsUtils
591 lh.getGraphicsUtils().paintText(lh.getContext(), g, lh.getText(),
H A DSynthProgressBarUI.java316 paintText(context, g, pBar.getString());
327 protected void paintText(SynthContext context, Graphics g, String title) { method in class:SynthProgressBarUI
364 style.getGraphicsUtils(context).paintText(context, g, title,
382 style.getGraphicsUtils(context).paintText(context, g, title,
H A DSynthToolTipUI.java193 context.getStyle().getGraphicsUtils(context).paintText(
H A DSynthLabelUI.java213 context.getStyle().getGraphicsUtils(context).paintText(
/openjdk7/jdk/src/share/classes/javax/swing/colorchooser/
H A DDefaultPreviewPanel.java101 int textWidth = paintText(g, squareWidth);
105 int textWidth = paintText(g, swatchWidth);
120 private int paintText(Graphics g, int offsetX) { method in class:DefaultPreviewPanel
/openjdk7/jdk/src/share/classes/javax/swing/plaf/basic/
H A DBasicButtonUI.java224 paintText(g, b, textRect, text);
299 * Use the paintText method which takes the AbstractButton argument.
301 protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text) { method in class:BasicButtonUI
335 protected void paintText(Graphics g, AbstractButton b, Rectangle textRect, String text) { method in class:BasicButtonUI
336 paintText(g, (JComponent)b, textRect, text);
H A DBasicToggleButtonUI.java121 paintText(g, b, textRect, text);
H A DBasicMenuItemUI.java504 paintText(g, lh, lr);
595 private void paintText(Graphics g, MenuItemLayoutHelper lh, method in class:BasicMenuItemUI
603 paintText(g, lh.getMenuItem(), lr.getTextRect(), lh.getText());
674 protected void paintText(Graphics g, JMenuItem menuItem, Rectangle textRect, String text) { method in class:BasicMenuItemUI
H A DBasicRadioButtonUI.java189 paintText(g, b, textRect, text);
/openjdk7/jdk/src/solaris/classes/sun/awt/X11/
H A DXButtonPeer.java263 paintText(g, target, textRect, text);
298 protected void paintText(Graphics g, Component c, Rectangle textRect, String text) { method in class:XButtonPeer
H A DXCheckboxPeer.java315 paintText(g, textRect, label);
406 protected void paintText(Graphics g, Rectangle textRect, String text) { method in class:XCheckboxPeer
/openjdk7/jdk/src/share/classes/javax/swing/plaf/metal/
H A DMetalButtonUI.java189 protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text) { method in class:MetalButtonUI
H A DMetalToggleButtonUI.java162 protected void paintText(Graphics g, JComponent c, Rectangle textRect, String text) { method in class:MetalToggleButtonUI
/openjdk7/jdk/src/macosx/classes/com/apple/laf/
H A DAquaButtonUI.java316 paintText(g, b, textRect, text);
400 * Use the paintText method which takes the AbstractButton argument.
402 protected void paintText(final Graphics g, final JComponent c, final Rectangle localTextRect, final String text) { method in class:AquaButtonUI
421 protected void paintText(final Graphics g, final AbstractButton b, final Rectangle localTextRect, final String text) { method in class:AquaButtonUI
422 paintText(g, (JComponent)b, localTextRect, text);
/openjdk7/jdk/src/share/classes/sun/java2d/
H A DSurfaceData.java385 protected static final TextPipe paintText; field in class:SurfaceData
473 paintText = new TextRenderer(paintPipe);
665 sg2d.textpipe = paintText;
687 sg2d.textpipe = paintText;

Completed in 69 milliseconds

12