Class spt.gui.Rectangle3D
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class spt.gui.Rectangle3D

java.lang.Object
   |
   +----spt.gui.Rectangle3D

public class Rectangle3D
extends Object
Draw a 3D rectangle on a Graphics area. The 3D effect can be either in, out, border only in or border only out.

Variable Index

 o BORDER_IN
 o BORDER_OUT
 o IN
 o OUT

Constructor Index

 o Rectangle3D(Component, int, int, int, int)

Method Index

 o borderWidthOfMode(int)
 o paint(Graphics)
 o setDrawingMode(int)

Variables

 o IN
  public final static int IN
 o OUT
  public final static int OUT
 o BORDER_IN
  public final static int BORDER_IN
 o BORDER_OUT
  public final static int BORDER_OUT

Constructors

 o Rectangle3D
  public Rectangle3D(Component c,
                     int X,
                     int Y,
                     int width,
                     int height)

Methods

 o setDrawingMode
  public void setDrawingMode(int m)
 o borderWidthOfMode
  public static int borderWidthOfMode(int m)
 o paint
  public synchronized void paint(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index