|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--java.awt.Component
|
+--java.awt.Container
|
+--java.awt.Panel
|
+--PanelConfiguration.PanelConfiguration
|
+--PanelConfiguration.RCImagePanel
This class create a panel on which we can draw an image for the title of the applet.
FormsMakerPanel, Serialized Form| Field Summary | |
protected boolean |
nullpointer
To know if we had a nullpointerexception. |
protected ImageCanvas |
rcImageCanvas
The canvas on which we draw the image. |
protected ToolPanel |
toolPanel
The panel that display help messages. |
| Fields inherited from class java.awt.Component |
BOTTOM_ALIGNMENT,
CENTER_ALIGNMENT,
LEFT_ALIGNMENT,
RIGHT_ALIGNMENT,
TOP_ALIGNMENT |
| Constructor Summary | |
RCImagePanel()
Second constructor. |
|
RCImagePanel(Color backgroundColor)
The constructor. |
|
| Method Summary | |
void |
init(ToolPanel toolPanel)
Initialization method used when we catch a nullpointer exception. |
void |
init(ToolPanel toolPanel,
Image rcFilterImages)
Initialization method. |
void |
mouseClicked(MouseEvent e)
When the mouse is clicked. |
void |
mouseEntered(MouseEvent e)
When the mouse enters. |
void |
mouseExited(MouseEvent e)
When the mouse exits. |
void |
mousePressed(MouseEvent e)
When the mouse is pressed. |
void |
mouseReleased(MouseEvent e)
When the mouse is released. |
void |
paint(Graphics g)
This method paint a message when the user try to run the applet in netscape. |
void |
update(Image image)
This method update the image that is shown in the panel. |
| Methods inherited from class PanelConfiguration.PanelConfiguration |
Disable,
Enable |
| Methods inherited from class java.awt.Panel |
addNotify |
| Methods inherited from class java.awt.Container |
add,
add,
add,
add,
add,
addContainerListener,
addImpl,
countComponents,
deliverEvent,
doLayout,
findComponentAt,
findComponentAt,
getAlignmentX,
getAlignmentY,
getComponent,
getComponentAt,
getComponentAt,
getComponentCount,
getComponents,
getInsets,
getLayout,
getMaximumSize,
getMinimumSize,
getPreferredSize,
insets,
invalidate,
isAncestorOf,
layout,
list,
list,
locate,
minimumSize,
paintComponents,
paramString,
preferredSize,
print,
printComponents,
processContainerEvent,
processEvent,
remove,
remove,
removeAll,
removeContainerListener,
removeNotify,
setFont,
setLayout,
update,
validate,
validateTree |
| Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
wait,
wait,
wait |
| Field Detail |
protected ToolPanel toolPanel
protected ImageCanvas rcImageCanvas
protected boolean nullpointer
| Constructor Detail |
public RCImagePanel(Color backgroundColor)
backgroundColor - The background color of the panel.public RCImagePanel()
| Method Detail |
public void init(ToolPanel toolPanel,
Image rcFilterImages)
toolPanel - The panel in which we display the help.rcFilterImages - The image that show what the algorithm is based on.ToolPanelpublic void init(ToolPanel toolPanel)
toolPanel - The panel in which we display the help.ToolPanelpublic void paint(Graphics g)
g - The graphic context.public void update(Image image)
image - The image that we must show in the panel.public void mouseClicked(MouseEvent e)
e - The MouseEvent.public void mouseEntered(MouseEvent e)
e - The MouseEvent.public void mouseExited(MouseEvent e)
e - The MouseEvent.public void mousePressed(MouseEvent e)
e - The MouseEvent.public void mouseReleased(MouseEvent e)
e - The MouseEvent.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||