Class vjv.base.VjvImageButton
All Packages Class Hierarchy This Package Previous Next Index
Class vjv.base.VjvImageButton
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Canvas
|
+----vjv.base.VjvLabel
|
+----vjv.base.VjvImageButton
- public class VjvImageButton
- extends VjvLabel
-
VjvImageButton(Image)
-
-
VjvImageButton(Image, String)
-
-
VjvImageButton(String, Image)
-
-
draw3DRect(Graphics, int, int, int, int, boolean)
-
-
getImg()
-
-
mouseDown(Event, int, int)
-
-
mouseEnter(Event, int, int)
-
-
mouseExit(Event, int, int)
-
-
mouseUp(Event, int, int)
-
-
paint(Graphics)
-
-
setImg(Image)
-
-
updatePreferredDim()
-
VjvImageButton
public VjvImageButton(String bnm,
Image img)
VjvImageButton
public VjvImageButton(Image img,
String tipStr)
VjvImageButton
public VjvImageButton(Image img)
getImg
public Image getImg()
setImg
public synchronized void setImg(Image img)
updatePreferredDim
protected void updatePreferredDim()
- Overrides:
- updatePreferredDim in class VjvLabel
draw3DRect
protected void draw3DRect(Graphics g,
int x,
int y,
int width,
int height,
boolean raised)
paint
public void paint(Graphics g)
- Overrides:
- paint in class VjvLabel
mouseDown
public boolean mouseDown(Event evt,
int x,
int y)
- Overrides:
- mouseDown in class Component
mouseUp
public boolean mouseUp(Event evt,
int x,
int y)
- Overrides:
- mouseUp in class Component
mouseEnter
public boolean mouseEnter(Event evt,
int x,
int y)
- Overrides:
- mouseEnter in class Component
mouseExit
public boolean mouseExit(Event evt,
int x,
int y)
- Overrides:
- mouseExit in class Component
All Packages Class Hierarchy This Package Previous Next Index