Class vjv.base.VjvLabel
All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class vjv.base.VjvLabel

java.lang.Object
   |
   +----java.awt.Component
           |
           +----java.awt.Canvas
                   |
                   +----vjv.base.VjvLabel

public class VjvLabel
extends Canvas

Variable Index

 o adjCenter
 o adjLeft
 o curInd
 o current
 o delay
 o maxWidth
 o name
 o preferredDim
 o publicDim
 o scrolling

Constructor Index

 o VjvLabel(int, String)
 o VjvLabel(String)
 o VjvLabel(String, int)

Method Index

 o contScroll(Graphics)
 o getText()
 o minimumSize()
 o paint(Graphics)
 o preferredSize()
 o setText(String)
 o startScroll(Graphics)
 o stopScroll(Graphics)
 o updatePreferredDim()
 o updatePreferredDim(Graphics)

Variables

 o scrolling
  protected boolean scrolling
 o name
  protected String name
 o current
  protected String current
 o preferredDim
  protected Dimension preferredDim
 o publicDim
  protected Dimension publicDim
 o delay
  protected final int delay
 o maxWidth
  protected int maxWidth
 o adjLeft
  public static int adjLeft
 o adjCenter
  public static int adjCenter
 o curInd
  protected int curInd

Constructors

 o VjvLabel
  public VjvLabel(String name)
 o VjvLabel
  public VjvLabel(int adj,
                  String nm)
 o VjvLabel
  public VjvLabel(String name,
                  int maxWidth)

Methods

 o getText
  public String getText()
 o updatePreferredDim
  protected void updatePreferredDim()
 o updatePreferredDim
  protected void updatePreferredDim(Graphics g)
 o setText
  public synchronized void setText(String name)
 o preferredSize
  public Dimension preferredSize()
Overrides:
preferredSize in class Component
 o minimumSize
  public Dimension minimumSize()
Overrides:
minimumSize in class Component
 o paint
  public void paint(Graphics g)
Overrides:
paint in class Canvas
 o startScroll
  protected void startScroll(Graphics g)
 o contScroll
  protected void contScroll(Graphics g)
 o stopScroll
  protected void stopScroll(Graphics g)

All Packages  Class Hierarchy  This Package  Previous  Next  Index