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
-
adjCenter
-
-
adjLeft
-
-
curInd
-
-
current
-
-
delay
-
-
maxWidth
-
-
name
-
-
preferredDim
-
-
publicDim
-
-
scrolling
-
-
VjvLabel(int, String)
-
-
VjvLabel(String)
-
-
VjvLabel(String, int)
-
-
contScroll(Graphics)
-
-
getText()
-
-
minimumSize()
-
-
paint(Graphics)
-
-
preferredSize()
-
-
setText(String)
-
-
startScroll(Graphics)
-
-
stopScroll(Graphics)
-
-
updatePreferredDim()
-
-
updatePreferredDim(Graphics)
-
scrolling
protected boolean scrolling
name
protected String name
current
protected String current
preferredDim
protected Dimension preferredDim
publicDim
protected Dimension publicDim
delay
protected final int delay
maxWidth
protected int maxWidth
adjLeft
public static int adjLeft
adjCenter
public static int adjCenter
curInd
protected int curInd
VjvLabel
public VjvLabel(String name)
VjvLabel
public VjvLabel(int adj,
String nm)
VjvLabel
public VjvLabel(String name,
int maxWidth)
getText
public String getText()
updatePreferredDim
protected void updatePreferredDim()
updatePreferredDim
protected void updatePreferredDim(Graphics g)
setText
public synchronized void setText(String name)
preferredSize
public Dimension preferredSize()
- Overrides:
- preferredSize in class Component
minimumSize
public Dimension minimumSize()
- Overrides:
- minimumSize in class Component
paint
public void paint(Graphics g)
- Overrides:
- paint in class Canvas
startScroll
protected void startScroll(Graphics g)
contScroll
protected void contScroll(Graphics g)
stopScroll
protected void stopScroll(Graphics g)
All Packages Class Hierarchy This Package Previous Next Index