All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class ncsa.awt.LinedLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Label
                   |
                   +----ncsa.awt.LinedLabel

public class LinedLabel
extends Label

Variable Index

 o BOTH
 o BOTTOM
 o TOP

Constructor Index

 o LinedLabel(String, int, Color)

Method Index

 o paint(Graphics)

Variables

 o TOP
 public static final int TOP
 o BOTTOM
 public static final int BOTTOM
 o BOTH
 public static final int BOTH

Constructors

 o LinedLabel
 public LinedLabel(String st,
                   int w,
                   Color c)

Methods

 o paint
 public void paint(Graphics g)
Overrides:
paint in class Component

All Packages  Class Hierarchy  This Package  Previous  Next  Index