All Packages Class Hierarchy This Package Previous Next Index
Class vlc.ui.component.BorderPanel
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Panel
|
+----vlc.ui.component.BorderPanel
- public class BorderPanel
- extends Panel
-
CENTER
-
-
LEFT
-
-
RIGHT
-
-
BorderPanel(Component)
-
-
BorderPanel(Component, String, boolean)
-
-
BorderPanel(Component, String, boolean, boolean)
-
-
addNotify()
-
-
paint(Graphics)
-
-
reshape(int, int, int, int)
-
-
setBorderWidth(int)
-
-
setInset(int)
-
-
setPadWidth(int)
-
-
setTextOffset(int, int)
-
-
update(Graphics)
-
LEFT
public static final int LEFT
RIGHT
public static final int RIGHT
CENTER
public static final int CENTER
BorderPanel
public BorderPanel(Component c)
BorderPanel
public BorderPanel(Component c,
String t,
boolean d)
BorderPanel
public BorderPanel(Component c,
String t,
boolean d,
boolean noEdgeLine)
reshape
public synchronized void reshape(int x,
int y,
int width,
int height)
- Overrides:
- reshape in class Component
setPadWidth
public void setPadWidth(int w)
setBorderWidth
public void setBorderWidth(int w)
setInset
public void setInset(int w)
setTextOffset
public void setTextOffset(int offset,
int align)
update
public void update(Graphics g)
- Overrides:
- update in class Component
addNotify
public void addNotify()
- Overrides:
- addNotify in class Panel
paint
public void paint(Graphics g)
- Overrides:
- paint in class Container
All Packages Class Hierarchy This Package Previous Next Index