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
-
VSpace(int)
- Constructs a space with the specified width.
-
VSpace(int, int)
- Constructs a space with the specified width and height.
-
paint(Graphics, Point)
- Paints the space at the specified location.
VSpace
public VSpace(int width)
- Constructs a space with the specified width.
- Parameters:
- width - the width of the space.
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.
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