Method getGraphics()
Return type: java.awt.Graphics
Member of: javax.swing.JComponent
[api documentation ] [ main menu]

Examples of how the element is used (one line per example):
[add your own example]

1 Graphics g = getGraphics();
2 this.getGraphics().clearRect(
3 painter.drawRect(getGraphics(), left, top, width, height);
4 painter.eraseRect(getGraphics());
5 model.setGraphWrapper(getGraphics(), wrapper);
6 Graphics2D g2 = (Graphics2D) getGraphics();
7 overlay.paint(c.getGraphics());
8 mouseEvent.getPoint ( ), bounds, animatedComponent.getGraphics ( ),
9 Graphics g = this.getGraphics();
10 Graphics g = control.getGraphics();
11 Graphics g = this.getGraphics();
12 table.paint(table.getGraphics());
13 Graphics gc = renderer.getGraphics();
14 _target.setText(text, getGraphics());
15 Graphics g3 = jPanel3.getGraphics();
16 treePanel.getGraphics(),
17 text.update(text.getGraphics());
18 Graphics g = getGraphics();
19 pieChart2D.setGraphics2D( (Graphics2D) this.panel.getGraphics() );
20 Graphics g = getGraphics();
Java and J2SE are trademarks or registered trademarks of Sun Microsystems, Inc. in the United States and other Countries.