Package | Description |
---|---|
marvin.gui |
Provides classes to manipulate interface components.
|
marvin.plugin |
Provides classes and interfaces to create plug-ins.
|
Modifier and Type | Class and Description |
---|---|
class |
MarvinEditableImagePanel
Panel to display and edit MarvinImages.
|
Modifier and Type | Method and Description |
---|---|
void |
MarvinToolPanel.setImagePanel(MarvinImagePanel ip) |
Constructor and Description |
---|
MarvinFilterWindow(java.lang.String name,
int width,
int height,
int thumbWidth,
int thumbHeight,
MarvinImagePanel ip,
MarvinImagePlugin plg)
Constructs a
MarvinFilterWindow |
MarvinFilterWindow(java.lang.String name,
int width,
int height,
MarvinImagePanel ip,
MarvinImagePlugin filter)
Constructs a
MarvinFilterWindow |
Modifier and Type | Method and Description |
---|---|
MarvinImagePanel |
MarvinImagePlugin.getImagePanel() |
MarvinImagePanel |
MarvinAbstractImagePlugin.getImagePanel() |
Modifier and Type | Method and Description |
---|---|
void |
MarvinImagePlugin.setImagePanel(MarvinImagePanel imgPanel)
Associates the plug-in with an MarvinImagePanel
|
void |
MarvinAbstractImagePlugin.setImagePanel(MarvinImagePanel imgPanel)
Associates the plug-in with an MarvinImagePanel
|