Class LineDemoView2

Class LineDemoView2

java.lang.Object
   |
   +----netscape.application.View
           |
           +----LineDemoView2

public class LineDemoView2
extends View

Constructor Index

 o LineDemoView2(int, int)
The constructor sets the dimensions of the view.

Method Index

 o drawView(Graphics)
The drawView method is where the actual drawing is done.

Constructors

 o LineDemoView2
  public LineDemoView2(int Width,
                       int Height)
The constructor sets the dimensions of the view.
Parameters:
Width - View Width
Height - View Height

Methods

 o 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
1