All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class jp.kyasu.graphics.VSpace

java.lang.Object
   |
   +----jp.kyasu.graphics.VObject
           |
           +----jp.kyasu.graphics.VSpace

public class VSpace
extends VObject
The VSpace class implements the space that is not displayed.

Version:
06 Aug 1997
Author:
Kazuki YASUMATSU

Constructor Index

 o VSpace(int)
Constructs a space with the specified width.
 o VSpace(int, int)
Constructs a space with the specified width and height.

Method Index

 o paint(Graphics, Point)
Paints the space at the specified location.

Constructors

 o VSpace
 public VSpace(int width)
Constructs a space with the specified width.

Parameters:
width - the width of the space.
 o VSpace
 public VSpace(int width,
               int height)
Constructs a space with the specified width and height.

Parameters:
width - the width of the space.
height - the height of the space.

Methods

 o paint
 public void paint(Graphics g,
                   Point p)
Paints the space at the specified location.

Overrides:
paint in class VObject
See Also:
paint

All Packages  Class Hierarchy  This Package  Previous  Next  Index