All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class symantec.itools.awt.shape.VerticalLine

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----symantec.itools.awt.shape.Shape
                           |
                           +----symantec.itools.awt.shape.Rect
                                   |
                                   +----symantec.itools.awt.shape.VerticalLine

public class VerticalLine
extends Rect
This is a vertical line component.


Constructor Index

 o VerticalLine()
Constructs a default VerticalLine.

Method Index

 o reshape(int, int, int, int)
Moves and/or resizes this component.

Constructors

 o VerticalLine
  public VerticalLine()
Constructs a default VerticalLine. The line width is 2.

Methods

 o reshape
  public void reshape(int x,
                      int y,
                      int width,
                      int height)
Moves and/or resizes this component. This is a standard Java AWT method which gets called to move and/or resize this component. Components that are in containers with layout managers should not call this method, but rely on the layout manager instead.

Parameters:
x - horizontal position in the parent's coordinate space
y - vertical position in the parent's coordinate space
width - the new width
height - the new height
Overrides:
reshape in class Shape

All Packages  Class Hierarchy  This Package  Previous  Next  Index