junit.awtui
Class Logo

Canvas
   |
   +--junit.awtui.Logo

public class Logo
extends Canvas

Field Summary
private fHeight
          
private fImage
          
private fWidth
          
Constructor Summary
Logo()
           
 
Method Summary
public ImageloadImage(String name)
          
public voidpaint(Graphics g)
          
public voidpaintBackground(Graphics g)
          
Field Detail

fHeight

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

fImage

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

fWidth

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
Constructor Detail

Logo

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
Method Detail

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