|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.kemet.lf.components.CPapyrusJPanel
public class CPapyrusJPanel
CPapyrusJPanel : extension of panel component.
| Constructor Summary | |
|---|---|
CPapyrusJPanel(int width,
int height)
create custom panel. |
|
| Method Summary | |
|---|---|
void |
backgroundImageJPanel(java.awt.Graphics g)
draw background of panel. |
int |
getHeight()
return the height of panel. |
javax.swing.JPanel |
getPanel()
return the current panel. |
int |
getWidth()
return the width of panel. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public CPapyrusJPanel(int width,
int height)
create custom panel.
| Method Detail |
|---|
public void backgroundImageJPanel(java.awt.Graphics g)
throws ExceptionManager
draw background of panel.
g - graphics area of the component
ExceptionManagerpublic javax.swing.JPanel getPanel()
return the current panel.
public int getWidth()
return the width of panel.
public int getHeight()
return the height of panel.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||