Serialized Form
animatedImage
AnimatedImage animatedImage
- This is the animated image of the surface.
height
int height
- The height of the animatedimage
painted
boolean painted
- This is the boolean preventing from the nullpointer exception
width
int width
- The width of the animatedImage
algorithme
Algorithme algorithme
- The retina algorithme.
- See Also:
Algorithme
coneJonctionResistanceFloat
float coneJonctionResistanceFloat
- The value of the cone jonction resistance.
coneMembranarCapacityFloat
float coneMembranarCapacityFloat
- The value of the cone membran capacity.
coneMembranarResistanceFloat
float coneMembranarResistanceFloat
- The value of the cone membran resistance.
coneSynapticResistanceFloat
float coneSynapticResistanceFloat
- The value of the cone synaptic resistance.
deltaT
float deltaT
- The value of the deltatT.
horizontalJonctionResistanceFloat
float horizontalJonctionResistanceFloat
- The value of the horizontal jonction resistance.
horizontalMembranarCapacityFloat
float horizontalMembranarCapacityFloat
- The value of the horizontal membran capacity.
horizontalMembranarResistanceFloat
float horizontalMembranarResistanceFloat
- The value of the horizontal membran resistance.
horizontalSynapticResistanceFloat
float horizontalSynapticResistanceFloat
- The value of the horizontal synaptic resistance.
numberOfMillisToSleep
long numberOfMillisToSleep
- The number of millis second we want to sleep in the algorithme.
This is very useful for someone who want to see the algorithme step by step.
paintSurface
PaintSurface paintSurface
- The surface that we are going to take the pixels in order to put them in the algorithme.
simulationStopped
boolean simulationStopped
- This boolean allow the user to stop/restart the algorithme.
toolPanel
ToolPanel toolPanel
- The toolpanel.
- See Also:
ToolPanel
circleCenter
Point circleCenter
- We keep in memory the first click of the user. This is center of a circle.
formsAdministrator
FormsAdministrator formsAdministrator
- Administrator for the texture.
- See Also:
FormsAdministrator
formsMakerPanel
FormsMakerPanel formsMakerPanel
- We must take the different parameters the user specified (texture, color, type of forms).
indexCircleChoosen
int indexCircleChoosen
- We keep in mind if the user has clicked on a circle.
indexPolygonChoosen
int indexPolygonChoosen
- We keep in mind if the user has clicked on a polygon.
indexRectangleChoosen
int indexRectangleChoosen
- We keep in mind if the user has clicked on a rectangle.
numberOfClicks
int numberOfClicks
- This variable is very useful for drawing a polygon. We can also change the help message
with this variable. When the user has clicked once to specify the center of a circle
(by exemple) the help message change.
rectangleFirstPoint
Point rectangleFirstPoint
- We keep in memory the first click of the user. This is the corner of a rectange.
textureAdministrator
TextureAdministrator textureAdministrator
- Administrator for the texture.
- See Also:
TextureAdministrator
toolPanel
ToolPanel toolPanel
- This is the panel on which we can give some explanation about what the user must do.
image
Image image
- Our image which is going to be drawn in the canvas.
painted
boolean painted
- We are sure that the image is created before we make a call to the repaint method.
choosen_color
Label choosen_color
- The label for the choosen color.
clicked
boolean clicked
- Tells if the user has clicked or not on a color.
colorClicked
int colorClicked
- The value of the color that the user has clicked on.
colorFrameOpen
boolean colorFrameOpen
- Tells if the frame is open or not.
current_color
Label current_color
- The label for the current color.
gray
Label gray
- The Label for the current gray value.
gray_canvas
GrayCanvas gray_canvas
- The canvas containing the gray palette.
gray_choosen
Label gray_choosen
- The Label for the choosen gray value.
informations
Label informations
- The information Label.
helpFileProblem
boolean helpFileProblem
- This is a boolean to know if the help file has been correctly read or not.
helpFrameOpen
boolean helpFrameOpen
- We can know if the frame is open or not.
helpImageCanvas
HelpImageCanvas helpImageCanvas
- The canvas in which we draw the image.
indexNorthPanel
Panel indexNorthPanel
- The panel that contains the main menu index and its label.
indexPanel
Panel indexPanel
- The panel that contains the indexes.
indexSouthPanel
Panel indexSouthPanel
- The panel that contains the sub menu index and its label.
mainIndex
List mainIndex
- The menu list.
mainIndexActionListener
ActionListener mainIndexActionListener
- Actionlistener for the menu list.
mainPanel
Panel mainPanel
- The panel that contains the image and the index.
menu
MyMenu[] menu
- The structure in which there is the help.
menuIndex
Label menuIndex
- The label for the menu list.
menuIndexPanel
Panel menuIndexPanel
- The panel that contains the main menu index.
problemString
String problemString
- This is a string to tell the user what's wrong with the help file.
subIndex
List subIndex
- The sub menu list
subIndexActionListener
ActionListener subIndexActionListener
- Actionlistener for the sub menu list.
subMenuIndex
Label subMenuIndex
- The label for the sub menu list.
subMenuIndexPanel
Panel subMenuIndexPanel
- The panel that contains the sub menu index.
textArea
TextArea textArea
- The area in which we draw the help.
name
String name
- The name of the menu.
subMenu
MyMenu[] subMenu
- The array of sub menu.
text
String text
- The text of the menu
|
Package PanelConfiguration |
colorButton
Button colorButton
- The color button.
colorMouseListener
MouseListener colorMouseListener
- The mouse listener for the color button.
eastPanel
Panel eastPanel
- The panel that contains the negative checkbox and the color button.
formsChoice
Choice formsChoice
- The shape choice.
formsLabel
Label formsLabel
- The forms label.
formsMakerEnable
boolean formsMakerEnable
- If the user is simulating.
formsMakerPaintingDisable
boolean formsMakerPaintingDisable
- If the user is drawing a form.
formsMouseListener
MouseListener formsMouseListener
- The mouse listener for the shape choice.
grayColorChooser
GrayColorChooser grayColorChooser
- The gray color chooser.
- See Also:
GrayColorChooser
lastColorClicked
int lastColorClicked
- The color the user has choosen.
negativeCheckbox
Checkbox negativeCheckbox
- The checkbox for the negative image.
negativeMouseListener
MouseListener negativeMouseListener
- The mouse listener for the negative checkbox.
northEastPanel
Panel northEastPanel
- The panel that contains the negative checkbox.
northWestPanel
Panel northWestPanel
- The panel that contains the shapes choice.
southEastPanel
Panel southEastPanel
- The panel that contains the color button.
southWestPanel
Panel southWestPanel
- The panel that contains the texture choice.
textureChoice
Choice textureChoice
- The texture choice.
textureChoosen
boolean textureChoosen
- If the user has choosen a texture or a color.
textureLabel
Label textureLabel
- The texture label.
textureMouseListener
MouseListener textureMouseListener
- The mouse listener for the texture choice.
toolPanel
ToolPanel toolPanel
- This is the panel on which we display the help message.
- See Also:
ToolPanel
westPanel
Panel westPanel
- The panel that contains the shapes choice and the texture choice.
currentImage
Image currentImage
- The current image (it changes when the image is resized).
image
Image image
- The initial image.
painted
boolean painted
- A boolean to prevent java form drawing an unitialized image.
modifiedPaintSurface
ModifiedPaintSurface modifiedPaintSurface
- The surface that we are going to add to the panel.
- See Also:
PaintSurface
toolPanel
ToolPanel toolPanel
- The panel on which we display a help message.
- See Also:
ToolPanel
paintSurface
PaintSurface paintSurface
- The surface that we are going to add to the panel.
- See Also:
PaintSurface
toolPanel
ToolPanel toolPanel
- The panel on which we display a help message.
- See Also:
ToolPanel
nullpointer
boolean nullpointer
- To know if we had a nullpointerexception.
rcImageCanvas
ImageCanvas rcImageCanvas
- The canvas on which we draw the image.
toolPanel
ToolPanel toolPanel
- The panel that display help messages.
centerCenterPanel
Panel centerCenterPanel
- The center center panel (see the code for more informations).
centerEastPanel
Panel centerEastPanel
- The center east panel (see the code for more informations).
centerGridPanel
Panel centerGridPanel
- The panel that contains the cone layer parameters
centerNorthPanel
Panel centerNorthPanel
- The center north panel (see the code for more informations).
centerPanel
Panel centerPanel
- The center panel (see the code for more informations).
coneJonctionResistanceFloat
float coneJonctionResistanceFloat
- The value for the cone jonction resistance.
coneJonctionResistanceLabel
Label coneJonctionResistanceLabel
- The label for the cone jonction resistance.
coneJonctionResistanceMouseListener
MouseListener coneJonctionResistanceMouseListener
- The mouse listener for the cone jonction resistance.
coneJonctionResistanceTextField
TextField coneJonctionResistanceTextField
- The textfield for the cone jonction resistance.
coneLayerLabel
Label coneLayerLabel
- The label for the cone layer.
coneMembranarCapacityFloat
float coneMembranarCapacityFloat
- The value for the cone membran capacity.
coneMembranarCapacityLabel
Label coneMembranarCapacityLabel
- The label for the cone membran capacity.
coneMembranarCapacityMouseListener
MouseListener coneMembranarCapacityMouseListener
- The mouse listener for the cone membran capacity.
coneMembranarCapacityTextField
TextField coneMembranarCapacityTextField
- The textfield for the cone membran capacity.
coneMembranarResistanceFloat
float coneMembranarResistanceFloat
- The value for the cone membran resistance.
coneMembranarResistanceLabel
Label coneMembranarResistanceLabel
- The label for the cone membran resistance.
coneMembranarResistanceMouseListener
MouseListener coneMembranarResistanceMouseListener
- The mouse listener for the cone membran resistance.
coneMembranarResistanceTextField
TextField coneMembranarResistanceTextField
- The textfield for the cone membran resistance.
coneSynapticResistanceFloat
float coneSynapticResistanceFloat
- The value for the cone synaptic resistance.
coneSynapticResistanceLabel
Label coneSynapticResistanceLabel
- The label for the cone synaptic resistance.
coneSynapticResistanceMouseListener
MouseListener coneSynapticResistanceMouseListener
- The mouse listener for the cone synaptic resistance.
coneSynapticResistanceTextField
TextField coneSynapticResistanceTextField
- The textfield for the cone synaptic resistance.
formsMakerPanel
FormsMakerPanel formsMakerPanel
- The panel for drawing forms.
- See Also:
FormsMakerPanel
horizontalJonctionResistanceFloat
float horizontalJonctionResistanceFloat
- The value for the horizontal jonction resistance.
horizontalJonctionResistanceLabel
Label horizontalJonctionResistanceLabel
- The label for the horizontal jonction resistance.
horizontalJonctionResistanceMouseListener
MouseListener horizontalJonctionResistanceMouseListener
- The mouse listener for the horizontal jonction resistance.
horizontalJonctionResistanceTextField
TextField horizontalJonctionResistanceTextField
- The textfield for the horizontal jonction resistance.
horizontalLayerLabel
Label horizontalLayerLabel
- The label for the horizontal layer.
horizontalMembranarCapacityFloat
float horizontalMembranarCapacityFloat
- The value for the horizontal membran capacity.
horizontalMembranarCapacityLabel
Label horizontalMembranarCapacityLabel
- The label for the horizontal membran capacity.
horizontalMembranarCapacityMouseListener
MouseListener horizontalMembranarCapacityMouseListener
- The mouse listener for the horizontal membran capacity.
horizontalMembranarCapacityTextField
TextField horizontalMembranarCapacityTextField
- The textfield for the horizontal membran capacity.
horizontalMembranarResistanceFloat
float horizontalMembranarResistanceFloat
- The value for the horizontal membran resistance.
horizontalMembranarResistanceLabel
Label horizontalMembranarResistanceLabel
- The label for the horizontal membran resistance.
horizontalMembranarResistanceMouseListener
MouseListener horizontalMembranarResistanceMouseListener
- The mouse listener for the horizontal membran resistance.
horizontalMembranarResistanceTextField
TextField horizontalMembranarResistanceTextField
- The textfield for the horizontal membran resistance.
horizontalSynapticResistanceFloat
float horizontalSynapticResistanceFloat
- The value for the horizontal synaptic resistance.
horizontalSynapticResistanceLabel
Label horizontalSynapticResistanceLabel
- The label for the horizontal synaptic resistance.
horizontalSynapticResistanceMouseListener
MouseListener horizontalSynapticResistanceMouseListener
- The mouse listener for the horizontal synaptic resistance.
horizontalSynapticResistanceTextField
TextField horizontalSynapticResistanceTextField
- The textfield for the horizontal synaptic resistance.
initSucceed
boolean initSucceed
- Boolean very useful to know if the user has entered valid parameters.
modifiedPaintSurfacePanel
ModifiedPaintSurfacePanel modifiedPaintSurfacePanel
- The panel that contains the result of the algorithm.
- See Also:
ModifiedPaintSurfacePanel
northCenterPanel
Panel northCenterPanel
- The north center panel (see the code for more informations).
northEastPanel
Panel northEastPanel
- The north east panel (see the code for more informations).
northNorthPanel
Panel northNorthPanel
- The north north panel (see the code for more informations).
northPanel
Panel northPanel
- The north panel (see the code for more informations).
numberOfMillisToSleepLabel
Label numberOfMillisToSleepLabel
- The label for the sleep textfield.
numberOfMillisToSleepLong
long numberOfMillisToSleepLong
- The value for the sleeping (in ms).
numberOfMillisToSleepMouseListener
MouseListener numberOfMillisToSleepMouseListener
- The mouse listener for the sleeping (in ms).
numberOfMillisToSleepTextField
TextField numberOfMillisToSleepTextField
- The textfield for sleeping in the algorithm.
panel
Panel[] panel
- The panels for the parameters fields.
resetButton
Button resetButton
- The reset button.
resetMouseListener
MouseListener resetMouseListener
- The mouse listener for the reset button.
southGridPanel
Panel southGridPanel
- The panel that contains the horizontal layer parameters
southNorthPanel
Panel southNorthPanel
- The south north panel (see the code for more informations).
southPanel
Panel southPanel
- The south panel (see the code for more informations).
southSouthPanel
Panel southSouthPanel
- The south south panel (see the code for more informations).
startButton
Button startButton
- The start button.
startMouseListener
MouseListener startMouseListener
- The mouse listener for the start button.
stopButton
Button stopButton
- The stop button.
stopMouseListener
MouseListener stopMouseListener
- The mouse listener for the stop button.
toolPanel
ToolPanel toolPanel
- The panel in which we are going to display help messages.
- See Also:
ToolPanel
unitLabel
Label[] unitLabel
- The labels for the unit.
titleCanvas
ImageCanvas titleCanvas
- The canvas on which we draw the image.
toolPanel
ToolPanel toolPanel
- The panel that display help messages.
help
Help help
- The help frame.
- See Also:
Help
helpButton
Button helpButton
- A help button.
helpMouseListener
MouseListener helpMouseListener
- The mouse listener for the help button.
helpPanel
Panel helpPanel
- The panel for the help.
textArea
TextArea textArea
- The area on which we draw help messages.
centerEastPanel
Panel centerEastPanel
- The center east panel (see code for more informations).
centerPanel
Panel centerPanel
- The center panel (see code for more informations).
centerWestPanel
Panel centerWestPanel
- The center west panel (see code for more informations).
formsMakerPanel
FormsMakerPanel formsMakerPanel
- The forms maker panel.
- See Also:
FormsMakerPanel
height
int height
- The height of the PaintSurface and the ModifiedPaintSurface.
- See Also:
PaintSurface,
ModifiedPaintSurface
modifiedPaintSurfacePanel
ModifiedPaintSurfacePanel modifiedPaintSurfacePanel
- The modified paintsurface panel.
- See Also:
ModifiedPaintSurfacePanel
northEastPanel
Panel northEastPanel
- The north east panel (see code for more informations).
northPanel
Panel northPanel
- The north panel (see code for more informations).
northWestPanel
Panel northWestPanel
- The north west panel (see code for more informations).
paintSurfacePanel
PaintSurfacePanel paintSurfacePanel
- The paintsurface panel.
- See Also:
PaintSurfacePanel
rcImagePanel
RCImagePanel rcImagePanel
- The RC image panel.
- See Also:
RCImagePanel
retineConfigurationPanel
RetineConfigurationPanel retineConfigurationPanel
- The retine configuration panel.
- See Also:
PaintSurfacePanel
titlePanel
TitlePanel titlePanel
- The title panel.
- See Also:
TitlePanel
toolPanel
ToolPanel toolPanel
- The tool panel.
- See Also:
ToolPanel
width
int width
- The width of the PaintSurface and the ModifiedPaintSurface.
- See Also:
PaintSurface,
ModifiedPaintSurface