Class LineDemoView1
Class LineDemoView1
java.lang.Object
|
+----netscape.application.View
|
+----LineDemoView1
- public class LineDemoView1
- extends View
-
LineDemoView1(int, int)
- The constructor sets the dimensions of the view.
-
drawView(Graphics)
- The drawView method is
where the actual drawing is done.
LineDemoView1
public LineDemoView1(int Width,
int Height)
- The constructor sets the dimensions of the view.
- Parameters:
- Width - View Width
- Height - View Height
drawView
public void drawView(Graphics Display)
- The drawView method is
where the actual drawing is done.
- Parameters:
- Display - Graphics context
- Overrides:
- drawView in class View