|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use RenderPanel | |
---|---|
databionics.esom.gui | The basic GUI components of the ESOM Analyzer. |
databionics.esom.renderer.background | Background visualization methods that all inherit from BackgroundRenderer. |
databionics.esom.renderer.foreground | Foreground visualization methods that all inherit from ForegroundRenderer. |
databionics.esom.tool | |
databionics.esom.tool.slideshow |
Uses of RenderPanel in databionics.esom.gui |
---|
Fields in databionics.esom.gui declared as RenderPanel | |
---|---|
protected RenderPanel |
ToolLoader.renderPanel
link to the RenderPanel |
protected RenderPanel |
MainFrame.renderPanel
the render Panel, holding the ImagePanel |
Methods in databionics.esom.gui that return RenderPanel | |
---|---|
RenderPanel |
ToolLoader.getRenderPanel()
|
RenderPanel |
MainFrame.getRenderPanel()
returns the renderPanel |
Methods in databionics.esom.gui with parameters of type RenderPanel | |
---|---|
void |
ToolLoader.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
|
void |
ToolLoader.setRenderPanel(RenderPanel renderPanel)
|
Uses of RenderPanel in databionics.esom.renderer.background |
---|
Methods in databionics.esom.renderer.background with parameters of type RenderPanel | |
---|---|
void |
BackgroundTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
Let the tool know the references to relevant GUI elements. |
Uses of RenderPanel in databionics.esom.renderer.foreground |
---|
Methods in databionics.esom.renderer.foreground with parameters of type RenderPanel | |
---|---|
void |
ForegroundTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
Init GUI elements |
Uses of RenderPanel in databionics.esom.tool |
---|
Fields in databionics.esom.tool declared as RenderPanel | |
---|---|
protected RenderPanel |
ProtoPanel.renderPanel
|
protected RenderPanel |
AbstractTool.renderPanel
Somana's main RenderPanel. |
Methods in databionics.esom.tool that return RenderPanel | |
---|---|
RenderPanel |
ProtoPanel.getRenderPanel()
|
Methods in databionics.esom.tool with parameters of type RenderPanel | |
---|---|
void |
AbstractTool.initGui(RenderPanel renderPanel,
BottomBar bottomBar)
init the Tool and register its components to the Gui when this method is overriden, inheritors should call super.initGui(). |
void |
ProtoPanel.setRenderPanel(RenderPanel renderPanel)
|
Uses of RenderPanel in databionics.esom.tool.slideshow |
---|
Fields in databionics.esom.tool.slideshow declared as RenderPanel | |
---|---|
protected RenderPanel |
SlideShow.centerPanel
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |