junit.awtui
Class Logo
Canvas
|
+--junit.awtui.Logo
- public class Logo
- extends Canvas
Constructor Summary |
Logo() |
private int fHeight
- References to the field:
- junit/awtui/Logo.java 25
- junit/awtui/Logo.java 28
- junit/awtui/Logo.java 30
- junit/awtui/Logo.java 46
private Image fImage
- References to the field:
- junit/awtui/Logo.java 15
- junit/awtui/Logo.java 17
- junit/awtui/Logo.java 23
- junit/awtui/Logo.java 24
- junit/awtui/Logo.java 25
- junit/awtui/Logo.java 45
- junit/awtui/Logo.java 46
private int fWidth
- References to the field:
- junit/awtui/Logo.java 24
- junit/awtui/Logo.java 27
- junit/awtui/Logo.java 30
- junit/awtui/Logo.java 46
public Logo()
- Click to Locals in the Constructor
- Call sites to the constructor:
- junit/awtui/AboutDialog.java 32
- junit/awtui/TestRunner.java 256
- Locals in the constructor:
- e:
- tracker: Line 17, Line 19
loadImage
public Image loadImage(String name)
- Click to Locals in the Method
- Call sites to the method:
- junit/awtui/Logo.java 15
- Locals in the method:
- ex
- name Line 36
- toolkit Line 37
- url Line 37
paint
public void paint(Graphics g)
- Locals in the method:
- g Line 44, Line 46
paintBackground
public void paintBackground(Graphics g)
- Click to Locals in the Method
- Call sites to the method:
- junit/awtui/Logo.java 44
- Locals in the method:
- g Line 50, Line 51