- abort() - Method in class standard.VideoEffect
-
Aborts the processing of the video effect.
- aborted() - Method in class applications.SaveOptionsDialog
-
- AbstractImageEffectPanel - Class in gui
-
Represents a panel that shows the result of an image effect in the gui application.
- AbstractImageEffectPanel() - Constructor for class gui.AbstractImageEffectPanel
-
- AbstractInteractionImageEffectPanel - Class in gui
-
Represents a panel that shows the result of an image effect in the gui application and which allows interaction with the mouse.
- AbstractInteractionImageEffectPanel() - Constructor for class gui.AbstractInteractionImageEffectPanel
-
- AbstractPropertiesPanel - Class in gui
-
Represents a panel that shows parameters of an image effect.
- AbstractPropertiesPanel() - Constructor for class gui.AbstractPropertiesPanel
-
- actionPerformed(ActionEvent) - Method in class applets.StarsApplet
-
- actionPerformed(ActionEvent) - Method in class applications.GuiApplicationMenu
-
Implementation of the ActionListener
interface to react on menu actions or changes in the settings.
- actionPerformed(ActionEvent) - Method in class applications.SaveOptionsDialog
-
Implementation of the ActionListener
interface to handle button events.
- actionPerformed(ActionEvent) - Method in class applications.SettingsDialog
-
Implementation of the ActionListener
interface to handle button events.
- actionPerformed(ActionEvent) - Method in class gui.AbstractPropertiesPanel
-
Applies a reset of the Mandelbrot set effect to the default setting respectively detects
which parameter should be shown now in the properties panel.
- actionPerformed(ActionEvent) - Method in class gui.color.ColorChooser
-
- actionPerformed(ActionEvent) - Method in class gui.ComboBoxPanel
-
When a change is made to the ComboBox
this is communicated to all listeners.
- actionPerformed(ActionEvent) - Method in class gui.fractals.FractalSetButtonNavigationPanel
-
Applies a reset of the Mandelbrot set effect to the default setting respectively detects
which parameter should be shown now in the properties panel.
- actionPerformed(ActionEvent) - Method in class gui.fractals.FractalSetNavigationPanel
-
Applies a reset of the Mandelbrot set effect to the default setting respectively detects
which parameter should be shown now in the properties panel.
- actionPerformed(ActionEvent) - Method in class gui.image.ImageLoadPanel
-
Opens a file chooser to select a new image that should be loaded into this ImageLoadPanel
object.
- actionPerformed(ActionEvent) - Method in class gui.SizingPanel
-
Applies the changes of the JComboBox
.
- actionPerformed(ActionEvent) - Method in class gui.ZoomPanel
-
Applies the changes of the JComboBox
object.
- actionPerformed(ActionEvent) - Method in class standard.BooleanParameter
-
If the value of the checkbox that represents this parameter in the gui has been changed,
also the value of this BooleanParameter
as adapted.
- actionPerformed(ActionEvent) - Method in class standard.ColorParameter
-
- actionPerformed(ActionEvent) - Method in class standard.DoubleParameter
-
Not used at the moment.
- actionPerformed(ActionEvent) - Method in class standard.IntegerParameter
-
Not used at the moment.
- actionPerformed(ActionEvent) - Method in class standard.OptionParameter
-
Not implemented at the moment.
- actionPerformedForChildren(ActionEvent) - Method in class gui.AbstractPropertiesPanel
-
- actionPerformedForChildren(ActionEvent) - Method in class gui.color.ColorTransitionPropertiesPanel
-
This should only be used to modify the parameter panel that is currently shown.
- actionPerformedForChildren(ActionEvent) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
Detects which parameter should be shown now in the properties panel and if the brick border
should be drawn.
- actionPerformedForChildren(ActionEvent) - Method in class gui.transformation.ImageResizePropertiesPanel
-
Applies the new setting of a ratio resize type respectively detects
which parameter should be shown now in the properties panel.
- add(ComplexNumber) - Method in class util.math.ComplexNumber
-
Returns A complex number that is the sum between this complex number and the specified parameter.
- addColorPoint(Color, double) - Method in class util.color.ColorGradient
-
Adds a color point with a specified color and position.
- addDefaultBufferComponentForPropertyPanels(GridBagConstraints, JPanel) - Static method in class gui.GridBagLayoutUtilities
-
Adds a buffer component to the current line of the GridBagLayout
to create a gap between two elements (No longer used!!!)
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.BrickTextureLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.ColorTransitionLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.FractalSetLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.GrayscaleReductionLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.GuiLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.ImageTransitionLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.NetworkLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.NoiseGeneratorLanguageProperties
-
- addDefaultLanguageProperties(Hashtable<String, String>) - Static method in class applications.StarsLanguageProperties
-
- addPanelListener(PanelListener) - Method in class gui.JPanelWithListener
-
Adds a listener for this panel.
- addPropertiesPanelListener(IPropertiesPanelListener) - Method in class gui.AbstractPropertiesPanel
-
Adds a listener object that listens to changes in this properties panel.
- addSettingsListener(ISettingsListener) - Method in class applications.SettingsDialog
-
Adds a ISettingsListener
object to a list of listeners.
- addThreadListener(IThreadListener) - Method in class standard.ThreadEventManager
-
Adds a thread listener object.
- addThreadListener(IThreadListener, int) - Method in class standard.ThreadEventManager
-
Adds a thread listener object at a specified position.
- addToThis(ComplexNumber) - Method in class util.math.ComplexNumber
-
Adds the values of the specified complex number to this complex number.
- addVideoEffectListener(IVideoEffectListener) - Method in class standard.VideoEffect
-
Adds a video effect listener object and adds it also as thread listener.
- addVideoEffectListener(IVideoEffectListener, int) - Method in class standard.VideoEffect
-
Adds a video effect listener object and adds it also as thread listener at the specified position.
- afterApplyChangesToListener() - Method in class gui.fractals.FractalSetButtonNavigationPanel
-
- afterApplyChangesToListener() - Method in class gui.fractals.FractalSetNavigationPanel
-
- afterApplyChangesToListener() - Method in class gui.JPanelWithListener
-
- applets - package applets
-
Applets: This package is obsolete, because applets are no longer supported by current browsers.
- applications - package applications
-
Command line and GUI application and related classes.
- applyChanges(EffectParameters) - Method in class gui.AbstractImageEffectPanel
-
If a properties panel has adapted the image effect parameters those paremeters are passed on to the
image effect and a repainting is initiated.
- applyChanges(SliderPanel, int, double) - Method in class gui.color.ColorTransitionPropertiesPanel
-
If the color transition length has been changed in the slider panel for this parameter, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in class gui.color.ColorTransitionPropertiesPanel
-
If the image where the color transition should be painted is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
If the number of gray scales has been changed in the slider panel for this parameter, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
If the image to which the effect should be applied is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
If the intensities of the noises have been adapted in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
If the image to which the effect should be applied is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.color.TransparentColorPanel
-
If the transparency slider has been adapted , it is
communicated with this method, the color is adapted accordingly and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
If the brick dimensions or the randomize magnitude have been adapted in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ComboBoxPanel, int) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
If bevel or the randomize mode have been adapted in the corresponding combobox panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.drawing.NetworkPropertiesPanel
-
If the number of points or connections or the maximum point drawing size or the point intend
have been adapted in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.drawing.StarsPropertiesPanel
-
If the number of spikes, the spike length, the line number, the translation or rotation values have been adapted
in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.fractals.FractalSetPropertiesPanel
-
If the iteration depth has been adapted
in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(SliderPanel, int, double) - Method in class gui.fractals.JuliaSetParameterCPanel
-
- applyChanges(SliderPanel, int, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
If the iteration depth has been adapted
in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ComboBoxPanel, int) - Method in interface gui.IComboBoxPanelListener
-
This method is called when the value of the ComboBoxPanel
panel has been changed.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in interface gui.image.IImageLoadPanelListener
-
This method is called when the value of the ImageLoadPanel
panel has been changed.
- applyChanges(MultipleImageLoadPanel, int, BufferedImage) - Method in interface gui.image.IMultipleImageLoadPanelListener
-
This method is called when the value of the ImageLoadPanel
panel has been changed.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in class gui.image.MultipleImageLoadPanel
-
This method is called when the value of the ImageLoadPanel
panel has been changed.
- applyChanges(EffectParameters) - Method in interface gui.IPropertiesPanelListener
-
The changes in the effect properties that were made in the properties panel are communicated to the listener.
- applyChanges(SliderPanel, int, double) - Method in interface gui.ISliderPanelListener
-
The changes that were made in the SliderPanel
are communicated to the listener.
- applyChanges() - Method in class gui.JPanelWithListener
-
When a change is made to the panel this is communicated to all listeners.
- applyChanges(SliderPanel, int, double) - Method in class gui.transformation.ImageResizePropertiesPanel
-
If the resize slider has been modified, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChanges(ImageLoadPanel, BufferedImage) - Method in class gui.transformation.ImageResizePropertiesPanel
-
If the image that should be resized is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyChanges(LinearTransitionPanel, LinearTransitionProperties) - Method in interface gui.transparency.ILinearTransitionPanelListener
-
This method is called when the settings of the LinearTransitionPanel
object have been changed.
- applyChanges(MultipleImageLoadPanel, int, BufferedImage) - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
If the image where the color transition should be painted is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyChanges(LinearTransitionPanel, LinearTransitionProperties) - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
This method is called when the settings of the LinearTransitionPanel
object have been changed.
- applyChanges(SliderPanel, int, double) - Method in class gui.transparency.LinearTransitionPanel
-
If the number of spikes, the spike length, the line number, the translation or rotation values have been adapted
in the corresponding slider panel, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- applyChangesFromSliderPanel(SliderPanel, int, double) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- applyChangesToListener(IImageEffectPanelListener) - Method in class gui.AbstractImageEffectPanel
-
- applyChangesToListener(IColorDisplayListener) - Method in class gui.color.ColorDisplay
-
- applyChangesToListener(IColorGradientPanelListener) - Method in class gui.color.ColorGradientPanel
-
- applyChangesToListener(ITransparentColorPanelListener) - Method in class gui.color.TransparentColorPanel
-
- applyChangesToListener(IComboBoxPanelListener) - Method in class gui.ComboBoxPanel
-
- applyChangesToListener(IFractalSetButtonNavigationPanelListener) - Method in class gui.fractals.FractalSetButtonNavigationPanel
-
- applyChangesToListener(IFractalSetNavigationPanelListener) - Method in class gui.fractals.FractalSetNavigationPanel
-
- applyChangesToListener(IJuliaSetParameterCPanelListener) - Method in class gui.fractals.JuliaSetParameterCPanel
-
- applyChangesToListener(IImageLoadPanelListener) - Method in class gui.image.ImageLoadPanel
-
- applyChangesToListener(IMultipleImageLoadPanelListener) - Method in class gui.image.MultipleImageLoadPanel
-
- applyChangesToListener(IImageDisplayListener) - Method in class gui.io.ImageDisplay
-
- applyChangesToListener(PanelListener) - Method in class gui.JPanelWithListener
-
- applyChangesToListener(ISizingPanelListener) - Method in class gui.SizingPanel
-
- applyChangesToListener(ISliderPanelListener) - Method in class gui.SliderPanel
-
- applyChangesToListener(ILinearTransitionPanelListener) - Method in class gui.transparency.LinearTransitionPanel
-
- applyChangesToListener(IZoomPanelListener) - Method in class gui.ZoomPanel
-
- applyCornerChange(FractalSetNavigationPanel, double, double, double, double) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- applyCornerChange(FractalSetNavigationPanel, double, double, double, double) - Method in interface gui.fractals.IFractalSetNavigationPanelListener
-
- applyCornerChange(FractalSetNavigationPanel, double, double, double, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- applyImageEffectPanelChanges(AbstractImageEffectPanel) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- applyImageEffectPanelChanges(AbstractImageEffectPanel) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- applyImageEffectPanelChanges(AbstractImageEffectPanel) - Method in interface gui.IImageEffectPanelListener
-
This method is called when changes have been applied to the AbstractImageEffectPanel
.
- applyNewColor(ColorDisplay, Color) - Method in class gui.color.ColorTransitionPropertiesPanel
-
If the color of the color transition is changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyNewColor(ColorDisplay, Color) - Method in interface gui.color.IColorDisplayListener
-
If the color of the ColorDisplay
has been changed, this is communicated with this method.
- applyNewColor(TransparentColorPanel, Color) - Method in interface gui.color.ITransparentColorPanelListener
-
If the color of the TransparentColorPanel
has been changed, this is communicated with this method.
- applyNewColor(ColorDisplay, Color) - Method in class gui.color.TransparentColorPanel
-
If the color has been changed in the ColorDisplay
, this is communicated with this method,
the transparent color is adapted accordingly and the listeners are notified.
- applyNewColor(ColorDisplay, Color) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
If the color of the brick or the brick border has been changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyNewColor(ColorDisplay, Color) - Method in class gui.drawing.NetworkPropertiesPanel
-
If the color of the background or the points has been changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyNewColor(TransparentColorPanel, Color) - Method in class gui.drawing.NetworkPropertiesPanel
-
If the transparent color of the connections has been changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyNewColor(ColorDisplay, Color) - Method in class gui.drawing.StarsPropertiesPanel
-
If the color of the lines has been changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applyNewSettings(Settings) - Method in class applications.GuiApplication
-
Apply the changes of the settings to the application.
- applyNewSettings(Settings) - Method in class applications.GuiApplicationMenu
-
Apply the changes of the settings to the application.
- applyNewSettings(Settings) - Method in interface applications.ISettingsListener
-
Apply the changes of the settings to the listener.
- applyNewSettings(Settings) - Method in class gui.AbstractImageEffectPanel
-
If the settings for the gui application have been changed, the changed settings are sent.
- applyNewSettings(Settings) - Method in class gui.AbstractPropertiesPanel
-
If the settings for the gui application have been changed, the changed settings are sent
and the properties panel can adapt accordingly.
- applyNewSettings(Settings) - Method in class gui.fractals.FractalSetButtonNavigationPanel
-
Applies the changes of the settings to the application.
- applyNewSettings(Settings) - Method in class gui.fractals.FractalSetNavigationPanel
-
Applies the changes of the settings to the application.
- applyNewSettings(Settings) - Method in class gui.fractals.JuliaSetParameterCPanel
-
Applies the changes of the settings to the application.
- applyNewSettings(Settings) - Method in class gui.image.ImageLoadPanel
-
Applies new settings (e.g. language settings) to this gui element.
- applyNewSettings(Settings) - Method in class gui.image.MultipleImageLoadPanel
-
Applies new settings (e.g. language settings) to this gui element.
- applyNewSettings(Settings) - Method in class gui.PropertiesInternalFrame
-
If the settings for the gui application have been changed, the changed settings are sent and the properties panel can adapt accordingly.
- applyNewSettings(Settings) - Method in class gui.SimpleImageEffectPanel
-
If the settings for the gui application have been changed, the changed settings are sent and the properties panel can adapt accordingly.
- applyNewSettings(Settings) - Method in class gui.SizingPanel
-
If the settings for the gui application have been changed, the changed settings are sent and the panel can adapt accordingly.
- applyNewSettings(Settings) - Method in class gui.transparency.LinearTransitionPanel
-
Applies the changes of the settings to the application.
- applyNewSettings(Settings) - Method in class gui.ZoomPanel
-
If the settings for the gui application have been changed, the changed settings are sent and the properties panel can adapt accordingly.
- applyNewSettingsForChildren(Settings) - Method in class gui.AbstractPropertiesPanel
-
- applyNewSettingsForChildren(Settings) - Method in class gui.color.ColorTransitionPropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.drawing.NetworkPropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.fractals.FractalSetPropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.transformation.ImageResizePropertiesPanel
-
Applies the changes of the settings to the application.
- applyNewSettingsForChildren(Settings) - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
Applies the changes of the settings to the application.
- applyResetFractalSet(FractalSetNavigationPanel) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- applyResetFractalSet(FractalSetNavigationPanel) - Method in interface gui.fractals.IFractalSetNavigationPanelListener
-
- applyResetFractalSet(FractalSetNavigationPanel) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- applySizingChanges(SizingPanel) - Method in class gui.AbstractInteractionImageEffectPanel
-
Applies the settings of the specified SizingPanel
to the effect.
- applySizingChanges(SizingPanel) - Method in class gui.drawing.NetworkPropertiesPanel
-
If the image size has been changed, this is communicated with this method,
the effect parameters are adapted and the listeners are notified.
- applySizingChanges(SizingPanel) - Method in interface gui.ISizingPanelListener
-
The changes that were made in the SizingPanel
are communicated to the listener.
- AUSTRIAN - Static variable in class applications.LanguageProperties
-
The string constant for the language Austrian.
- calculateAbsDiffImage(BufferedImage, BufferedImage) - Static method in class util.image.ImageDifferenceOperations
-
Calculates the absolute difference between the images.
- calculateAbsLumDiffImage(BufferedImage, BufferedImage) - Static method in class util.image.ImageDifferenceOperations
-
Calculates the absolute difference between the luminance images created from the given source images.
- calculateAbsLumDiffImage(BufferedImage, BufferedImage, double) - Static method in class util.image.ImageDifferenceOperations
-
Calculates the absolute difference between the luminance images created from the given source images and allows
the amplification or alleviation of the difference values by a multiplicator.
- calculateLumDiffImage(BufferedImage, BufferedImage) - Static method in class util.image.ImageDifferenceOperations
-
Calculates the difference between the luminance images created from the given source images.
- changeListenerAction(ChangeEvent) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- color - package color
-
Color effects: Effect and parameter classes.
- ColorChooser - Class in gui.color
-
Shows the ColorChooser as it should be in the JFXLibrary.
- ColorChooser(IColorChooserListener) - Constructor for class gui.color.ColorChooser
-
Creates a default ColorDisplay
object with the color Black and an empty title for the Color chooser dialog.
- ColorDisplay - Class in gui.color
-
A panel that shows a color and allows to modify it by clicking on it.
- ColorDisplay() - Constructor for class gui.color.ColorDisplay
-
Creates a default ColorDisplay
object with the color Black and an empty title for the Color chooser dialog.
- ColorGradient - Class in util.color
-
Represents a transition between n colored positions on the [0,1] interval.
- ColorGradient() - Constructor for class util.color.ColorGradient
-
Creates a default color gradient object having the color black at position 0 and white at position 1.
- colorGradientChanged(ColorGradientPanel) - Method in class applets.MandelbrotApplet
-
- colorGradientChanged(ColorGradientPanel) - Method in interface gui.color.IColorGradientPanelListener
-
If the color gradient of the ColorGradientPanel
has been changed, this is communicated with this method.
- colorGradientChanged(ColorGradientPanel) - Method in class gui.fractals.FractalSetPropertiesPanel
-
If the color gradient has been modified in the specified ColorGradientPanel
, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- colorGradientChanged(ColorGradientPanel) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
If the color gradient has been modified in the specified ColorGradientPanel
, it is
communicated with this method, the effect parameters are adapted and the listeners are notified.
- ColorGradientPanel - Class in gui.color
-
A panel to show and modify a color gradient.
- ColorGradientPanel() - Constructor for class gui.color.ColorGradientPanel
-
Creates a ColorGradientPanel
object with a default color gradient.
- ColorGradientPanel(ColorGradient) - Constructor for class gui.color.ColorGradientPanel
-
Creates a ColorGradientPanel
object showing the specified ColorGradient
object.
- ColorParameter - Class in standard
-
Represents an image or video effect parameter that has a color value.
- ColorParameter(Color) - Constructor for class standard.ColorParameter
-
Creates a ColorParameter
object with the specified color value.
- ColorPoint1D - Class in util.color
-
Represents a positioned color holding a color value and a one dimensional position as double.
- ColorPoint1D(Color, double) - Constructor for class util.color.ColorPoint1D
-
Creates a color point object with the specified color and position.
- ColorTransition - Class in color
-
Implements a color transition effect.
- ColorTransition() - Constructor for class color.ColorTransition
-
Creates a color transition effect object with the default effect settings.
- ColorTransition(ColorTransitionParameters) - Constructor for class color.ColorTransition
-
Creates a ColorTransition object with the specified parameters.
- ColorTransitionLanguageProperties - Class in applications
-
An entity that holds the default language properties, for example
all label names in English.
- ColorTransitionLanguageProperties() - Constructor for class applications.ColorTransitionLanguageProperties
-
- ColorTransitionParameters - Class in color
-
Encapsulates the parameters that can be specified for the ColorTransition
effect object.
- ColorTransitionParameters() - Constructor for class color.ColorTransitionParameters
-
Creates a default parameter set for the ColorTransition
effect.
- ColorTransitionPropertiesPanel - Class in gui.color
-
A properties panel for the color transition effect.
- ColorTransitionPropertiesPanel() - Constructor for class gui.color.ColorTransitionPropertiesPanel
-
Creates a ColorTransitionPropertiesPanel
object with the default parameters
of the ColorTransition
effect.
- combineAndSaveFourImages(BufferedImage, BufferedImage, BufferedImage, BufferedImage, int, String, int) - Static method in class standard.ImageSequence
-
Combines the four given images into one and saves the combined image into a file with the given filebasename and
the given index.
- combineAndSaveFourImagesWithLeadingZeros(BufferedImage, BufferedImage, BufferedImage, BufferedImage, int, String, int, int) - Static method in class standard.ImageSequence
-
Combines the four given images into one and saves the combined image into a file with the given filebasename
and the given index.
- combineAndSaveTwoImages(BufferedImage, BufferedImage, int, String, int) - Static method in class standard.ImageSequence
-
Combines the two given images into one and saves the combined image into a file with the given filebasename and
the given index.
- combineAndSaveTwoImagesWithLeadingZeros(BufferedImage, BufferedImage, int, String, int, int) - Static method in class standard.ImageSequence
-
Combines the two given images into one and saves the combined image into a file with the given filebasename
and the given index.
- ComboBoxPanel - Class in gui
-
A panel with a label for an effect property and ComboBox
managing the value of this effect property.
- ComboBoxPanel(String, Vector<String>, int) - Constructor for class gui.ComboBoxPanel
-
Creates the ComboBox
with a label text, the possible values for the ComboBox
and the selected index to
indicate the current value of the ComboBox
.
- compareTo(ColorPoint1D) - Method in class util.color.ColorPoint1D
-
Implementation of the comparable interface to sort color points according to their position.
- ComplexNumber - Class in util.math
-
Encapsulates a complex number and provides also methods to calculate with them.
- ComplexNumber(double, double) - Constructor for class util.math.ComplexNumber
-
Creates a complex number with the specified real and imaginary part.
- ComplexNumber(ComplexNumber) - Constructor for class util.math.ComplexNumber
-
- componentHidden(ComponentEvent) - Method in class gui.AbstractPropertiesPanel
-
Not used at the moment.
- componentHidden(ComponentEvent) - Method in class gui.SimpleImageEffectPanel
-
Performed when the panel is hidden.
- componentMoved(ComponentEvent) - Method in class gui.AbstractPropertiesPanel
-
Not used at the moment.
- componentMoved(ComponentEvent) - Method in class gui.SimpleImageEffectPanel
-
Performed when the panel is moved.
- componentResized(ComponentEvent) - Method in class gui.AbstractPropertiesPanel
-
Resizes the color gradient panel when the size of this panel has been changed.
- componentResized(ComponentEvent) - Method in class gui.SimpleImageEffectPanel
-
Performed when the panel is resized.
- componentResizedForChildren(ComponentEvent, JPanel) - Method in class gui.AbstractPropertiesPanel
-
- componentResizedForChildren(ComponentEvent, JPanel) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- componentResizedForChildren(ComponentEvent, JPanel) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- componentShown(ComponentEvent) - Method in class gui.AbstractPropertiesPanel
-
Not used at the moment.
- componentShown(ComponentEvent) - Method in class gui.SimpleImageEffectPanel
-
Performed when the panel is shown.
- concatenateImages(Vector<BufferedImage>) - Static method in class util.image.ImageCombineOperations
-
Returns an image that shows all of the specified images.
- Configuration - Class in io
-
Handles a configuration file and loads its values.
- Configuration(String) - Constructor for class io.Configuration
-
Creates a Configuration
object that loads the specified file.
- convertToBinaryImage(BufferedImage, int) - Static method in class util.image.ImageTransformations
-
Converts the specified image to a binary image by using a treshold that decides at which value a pixel will be set to white.
- convertToBinaryImageCopy(BufferedImage, int) - Static method in class util.image.ImageTransformations
-
Returns a binary image copy of the specified image by using a treshold that decides at which value a pixel will be set to white.
- convertToGrayscaleImage(BufferedImage) - Static method in class util.image.ImageTransformations
-
Converts the specified image to a gray scale image.
- convertToGrayscaleImage2(BufferedImage) - Static method in class util.image.ImageTransformations
-
Converts the specified image to a gray scale image by using conversion methods of the java API.
- convertToGrayscaleImage2Copy(BufferedImage) - Static method in class util.image.ImageTransformations
-
Returns a gray scale converted copy of the specified image by using conversion methods of the java API.
- convertToGrayscaleImageCopy(BufferedImage, ImageEffect) - Static method in class util.image.ImageTransformations
-
Returns a gray scale converted copy of the specified image.
- convertToLuminanceImage(BufferedImage) - Static method in class util.image.ImageTransformations
-
Converts the specified image to a gray scale image by using the luminance formula.
- copyImage(BufferedImage) - Static method in class util.image.ImageTransformations
-
Returns a copy of the specified image.
- createDirectories(boolean) - Method in class io.RenderingOutput
-
Sets if a directory should be created, if the specified directory does not exist.
- createParameters() - Method in class fractals.FractalSetParameters
-
- createStatusMessage() - Method in class applets.MandelbrotApplet
-
- createStatusMessage() - Method in class applets.StarsApplet
-
- GERMAN - Static variable in class applications.LanguageProperties
-
The string constant for the language German.
- getAdditionalPropertyKeys() - Method in class gui.fractals.FractalSetPropertiesPanel
-
- getAdditionalPropertyKeys() - Method in class gui.fractals.JuliaSetPropertiesPanel
-
- getAdditionalPropertyPanels() - Method in class gui.fractals.FractalSetPropertiesPanel
-
- getAdditionalPropertyPanels() - Method in class gui.fractals.JuliaSetPropertiesPanel
-
- getBooleanParameter(String) - Method in class io.Configuration
-
Returns the boolean parameter value from a configuration file as BooleanParameter
.
- getBooleanParameterNames() - Method in class standard.EffectParameters
-
Returns the names BooleanParameter
object.
- getBooleanParameterValue(String) - Method in class standard.EffectParameters
-
Returns the boolean value of the specified BooleanParameter
.
- getColor() - Method in class gui.color.ColorDisplay
-
Returns the color that is currently represented by this ColorDisplay
object.
- getColor() - Method in class gui.color.TransparentColorPanel
-
Returns the color that is represented by this TransparentColorPanel
object.
- getColor() - Method in class util.color.ColorPoint1D
-
Returns the color of the color point.
- getColorAtPosition(double) - Method in class util.color.ColorGradient
-
Returns the color at the specified position.
- getColorGradient() - Method in class gui.color.ColorGradientPanel
-
Returns the ColorGradient
object that is currently shown in this ColorGradientPanel
object.
- getColorOfColorPoint(int) - Method in class util.color.ColorGradient
-
Returns the color of the specified color point.
- getColorParameter(String) - Method in class io.Configuration
-
Returns the color parameter value from a configuration file as ColorParameter
.
- getColorParameterNames() - Method in class standard.EffectParameters
-
Returns the names ColorParameter
object.
- getColorParameterValue(String) - Method in class standard.EffectParameters
-
Returns the color value of the specified ColorParameter
.
- getColorPointNum() - Method in class util.color.ColorGradient
-
Returns the current number of color points.
- getColorReducedImageCopy(BufferedImage, int) - Static method in class util.image.ImageTransformations
-
Returns a copy of the specified image with the specified number of colors.
- getColorReducedImageCopy(BufferedImage, int[]) - Static method in class util.image.ImageTransformations
-
Returns a copy of the specified image with the specified number of colors per channel.
- getComplexNumberAt(int, int) - Method in class fractals.FractalSetEffect
-
Returns the complex number that it is represented by the specified position in the image.
- getComplexNumberAt(int, int) - Method in class fractals.Iterator
-
Returns the complex number that it is represented by the specified position in the raster.
- getComplexNumberAt(int, int) - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getComplexNumberParameters() - Method in class fractals.FractalSetParameters
-
- getComplexNumberParameters() - Method in class fractals.JuliaSetParameters
-
- getComplexNumberParameters() - Method in class fractals.MandelbrotSetParameters
-
- getCParameter() - Method in class fractals.JuliaSetParameters
-
- getCurrentEffectImage() - Method in class gui.ImageEffectInternalFrame
-
Returns the image that is created by the image effect that is shown in this frame.
- getCurrentFrame() - Method in class standard.VideoEffect
-
Returns the current frame that is processed.
- getDefaultConstraintsForPropertyPanels(GridBagConstraints) - Static method in class gui.GridBagLayoutUtilities
-
Configures and returns the GridBagConstraints
object so that it can be used in property panels (No longer used!!!)
- getDefaultLowerRightWindowCorner() - Method in class fractals.FractalSetParameters
-
- getDefaultLowerRightWindowCorner() - Method in class fractals.JuliaSetParameters
-
- getDefaultLowerRightWindowCorner() - Method in class fractals.MandelbrotSetParameters
-
- getDefaultUpperLeftWindowCorner() - Method in class fractals.FractalSetParameters
-
- getDefaultUpperLeftWindowCorner() - Method in class fractals.JuliaSetParameters
-
- getDefaultUpperLeftWindowCorner() - Method in class fractals.MandelbrotSetParameters
-
- getDoubleParameter(String) - Method in class io.Configuration
-
Returns the double parameter value from a configuration file as DoubleParameter
.
- getDoubleParameterNames() - Method in class standard.EffectParameters
-
Returns the names DoubleParameter
object.
- getDoubleParameterValue(String) - Method in class standard.EffectParameters
-
Returns the double value of the specified DoubleParameter
.
- getDoubleValue() - Method in class gui.SliderPanel
-
- getEffect(Configuration) - Static method in class io.FrameDifferencingConfiguration
-
Creates a frame differencing effect from a configuration file.
- getEffect(Configuration) - Static method in class io.imageeffects.StarsConfiguration
-
Creates a Stars
object from a configuration file.
- getEffectHeight() - Method in class gui.SizingPanel
-
Returns the height of the effect image in pixels.
- getEffectImage() - Method in class gui.AbstractImageEffectPanel
-
Returns the image that is created by the image effect that is shown in this panel.
- getEffectImage() - Method in class gui.AbstractInteractionImageEffectPanel
-
Returns the image that is created by the image effect that is shown in this panel.
- getEffectImage() - Method in class gui.SimpleImageEffectPanel
-
Returns the result image of the image effect that is shown in this panel.
- getEffectImageForSaving(Vector<ImageEffectSaveOption>) - Method in class gui.AbstractImageEffectPanel
-
- getEffectImageForSaving(Vector<ImageEffectSaveOption>) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- getEffectParameters() - Method in class color.ColorTransition
-
Returns the parameters that are currently used for the grayscale reduction effect.
- getEffectParameters() - Method in class color.GrayscaleReduction
-
- getEffectParameters() - Method in class color.NoiseGenerator
-
Returns the parameters that are currently used for the noise generator effect.
- getEffectParameters() - Method in class drawing.BrickTexture
-
Returns the parameters that are currently used for the brick texture effect.
- getEffectParameters() - Method in class drawing.Network
-
Returns the parameters that are currently used for the network effect.
- getEffectParameters() - Method in class drawing.Stars
-
Returns the parameters that are currently used for the stars effect.
- getEffectParameters() - Method in class fractals.FractalSetEffect
-
Returns the parameters that are currently used for the Mandelbrot set effect.
- getEffectParameters() - Method in class fractals.JuliaSetWithMandelbrotSet
-
Returns the image effect parameters that configure the effect.
- getEffectParameters() - Method in class gui.AbstractImageEffectPanel
-
Returns the parameters that are currently used by the effect that is shown in this panel.
- getEffectParameters() - Method in class gui.AbstractPropertiesPanel
-
Returns the image effect parameters that the settings of the properties panel represent.
- getEffectParameters() - Method in class gui.color.ColorTransitionPropertiesPanel
-
Returns the ColorTransitionParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
Returns the GrayScaleReductionParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
Returns the NoiseGeneratorParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.drawing.BrickTexturePropertiesPanel
-
Returns the BrickTextureParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.drawing.NetworkPropertiesPanel
-
Returns the NetworkParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.drawing.StarsPanel
-
Returns the StarsParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.drawing.StarsPropertiesPanel
-
Returns the StarsParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.fractals.FractalSetPanel
-
Returns the MandelbrotSetParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.fractals.FractalSetPropertiesPanel
-
Returns the MandelbrotSetParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
Returns the parameters that are currently used by the effect that is shown in this panel.
- getEffectParameters() - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
Returns the MandelbrotSetParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.SimpleImageEffectPanel
-
Returns the parameters of the image effect that is shown in this panel.
- getEffectParameters() - Method in class gui.transformation.ImageResizePropertiesPanel
-
Returns the ImageResizeParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
Returns the ImageTransitionParameters
object representing the effect parameters of this panel.
- getEffectParameters() - Method in class standard.ImageEffect
-
Returns the image effect parameters that configure the effect.
- getEffectParameters() - Method in class transformation.ImageResize
-
Returns the parameters that are currently used for the resizing effect.
- getEffectParameters() - Method in class transparency.ImageTransition
-
Returns the parameters that are currently used for the grayscale reduction effect.
- getEffectWidth() - Method in class gui.SizingPanel
-
Returns the width of the effect image in pixels.
- getEndX() - Method in class standard.LinearTransitionProperties
-
- getEndY() - Method in class standard.LinearTransitionProperties
-
- getFiftyPercentTranparencyPos() - Method in class standard.LinearTransitionProperties
-
- getFileName() - Method in class gui.AbstractPropertiesPanel
-
Returns the file name of the source image file, if possible.
- getFileName() - Method in class gui.image.ImageLoadPanel
-
Returns the file name of the image that is currently loaded into this ImageLoadPanel
object.
- getFileName() - Method in class gui.transformation.ImageResizePropertiesPanel
-
Returns the name of the image file that should be resized.
- getFileName() - Method in class io.Configuration
-
Returns the file name that is used by this @code{Configuration} object.
- getFractalSetParameters() - Method in class gui.fractals.FractalSetPanel
-
Returns the MandelbrotSetParameters
object representing the effect parameters of this panel.
- getFrame(int) - Method in class standard.ImageSequence
-
Returns the frame of the image sequence with the given frameID.
- getFrame(int) - Method in interface standard.IVideo
-
Returns the frame of the image sequence with the given frameID.
- getFrameNumber() - Method in class standard.ImageSequence
-
Returns the number of frames in the image sequence.
- getFrameNumber() - Method in interface standard.IVideo
-
Returns the number of frames in the image sequence.
- getHeight() - Method in class fractals.FractalSetParameters
-
- getHeight() - Method in class fractals.Raster
-
Returns the height of the raster.
- getIdOfColorPointWithColor(Color) - Method in class util.color.ColorGradient
-
Returns the id of the first color point having the specified color.
- getImage(ImageEffect, ColorGradient, Color) - Method in class fractals.Raster
-
Returns an image calculated from the raster values by using a color gradiant to map colors to the raster values.
- getImage() - Method in class gui.image.ImageLoadPanel
-
Returns the image that is currently loaded into this ImageLoadPanel
object.
- getImage() - Method in class gui.io.ImageDisplay
-
Returns the image that is represented by this object.
- getImage() - Method in class util.image.ExampleImageGenerator
-
Generates the example image according to the given settings.
- getImageEffectGUIElement(String) - Method in class standard.BooleanParameter
-
Returns gui element of a BooleanParameter
as it is needed for an image effect.
- getImageXOffset() - Method in class gui.AbstractInteractionImageEffectPanel
-
Returns the horizontal offset of the image.
- getImageYOffset() - Method in class gui.AbstractInteractionImageEffectPanel
-
Returns the vertical offset of the image.
- getIntegerParameter(String) - Method in class io.Configuration
-
Returns the integer parameter value from a configuration file as IntegerParameter
.
- getIntegerParameterNames() - Method in class standard.EffectParameters
-
Returns the names IntegerParameter
object.
- getIntegerParameterValue(String) - Method in class standard.EffectParameters
-
Returns the integer value of the specified IntegerParameter
.
- getIntValue() - Method in class gui.SliderPanel
-
Returns the integer value of the effect parameter that is represented by this SliderPanel
.
- getJuliaImage() - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getJuliaSetParameters() - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getJuliaSetParameters() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- getLabel(LanguageProperties) - Method in class gui.ImageEffectSaveOption
-
TODO: Returns the image that is created by the image effect that is shown in this panel.
- getLabelKey() - Method in class gui.ImageEffectSaveOption
-
- getLanguageProperties() - Method in class applications.Settings
-
Convenience method to obtain the language properties.
- getLength() - Method in class util.math.ComplexNumber
-
Returns the length of the complex number (i.e. the length of the vector in the complex plane).
- getLinearTransitionProperties() - Method in class gui.transparency.LinearTransitionPanel
-
Returns the selected index of the ComboBox
.
- getLinearTransitionProperties() - Method in class transparency.ImageTransitionParameters
-
- getLowerRightWindowCorner() - Method in class fractals.FractalSetParameters
-
- getMandelbrotImage() - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getMandelbrotSetParameters() - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getMandelbrotSetParameters() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- getMaximum() - Method in class fractals.Raster
-
Returns the maximum raster value as integer.
- getMaximum() - Method in class standard.DoubleParameter
-
Returns the maximum double value that can be represented by this DoubleParameter
object.
- getMaximum() - Method in class standard.IntegerParameter
-
Returns the maximum integer value that can be represented by this IntegerParameter
object.
- getMenuBar() - Method in class applications.GuiApplicationMenu
-
- getMinimum() - Method in class fractals.Raster
-
Returns the minimum raster value as integer.
- getMinimum() - Method in class standard.DoubleParameter
-
Returns the minimum double value that can be represented by this DoubleParameter
object.
- getMinimum() - Method in class standard.IntegerParameter
-
Returns the minimum integer value that can be represented by this IntegerParameter
object.
- getMinMaxLabel(double) - Method in class gui.DoubleSliderPanel
-
- getMinMaxLabel(double) - Method in class gui.IntegerSliderPanel
-
- getMinMaxLabel(double) - Method in class gui.SliderPanel
-
- getNearesPixelOfParameterC() - Method in class fractals.JuliaSetWithMandelbrotSet
-
- getNearestPixelOfComplexNumber(ComplexNumber) - Method in class fractals.FractalSetEffect
-
- getNearestPixelOfComplexNumber(ComplexNumber) - Method in class fractals.Iterator
-
- getNextColorHSB(boolean, boolean, boolean) - Method in class util.color.RandomColor
-
Calculates a new random color by modifying the specified HSB parameters of the base color of this object.
- getNextColorRGB(boolean, boolean, boolean) - Method in class util.color.RandomColor
-
Calculates a new random color by modifying the specified RGB channels of the base color of this object.
- getObjectParameterNames() - Method in class standard.EffectParameters
-
Returns the names ObjectParameter
object.
- getObjectParameterValue(String) - Method in class standard.EffectParameters
-
Returns the value of the specified ObjectParameter
.
- getParameterValue(String) - Method in class io.Configuration
-
Returns the parameter value as string.
- getParameterValueWithoutException(String) - Method in class io.Configuration
-
Returns the parameter value as string, without throwing any Exception.
- getPointSize() - Method in class drawing.NetworkNode
-
Returns the point size as integer.
- getPosition() - Method in class standard.VideoEffect
-
Returns the current frame id that is processed.
- getPosition() - Method in class util.color.ColorPoint1D
-
Returns the position of the color point.
- getPositionOfColorPoint(int) - Method in class util.color.ColorGradient
-
Returns the position of the specified color point.
- getPropertiesPanel() - Method in class gui.AbstractImageEffectPanel
-
Returns the properties panel that is appropriate for the image effect that is shown in this panel.
- getPropertiesPanel() - Method in class gui.drawing.StarsPanel
-
Returns the StarsPropertiesPanel
object representing the effect parameters and providing a GUI to modify them.
- getPropertiesPanel() - Method in class gui.fractals.FractalSetPanel
-
Returns the MandelbrotSetPropertiesPanel
object representing the effect parameters and providing a GUI to modify them.
- getPropertiesPanel() - Method in class gui.fractals.JuliaSetPanel
-
Returns the MandelbrotSetPropertiesPanel
object representing the effect parameters and providing a GUI to modify them.
- getPropertiesPanel() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
Returns the MandelbrotSetPropertiesPanel
object representing the effect parameters and providing a GUI to modify them.
- getPropertiesPanel() - Method in class gui.fractals.MandelbrotSetPanel
-
Returns the MandelbrotSetPropertiesPanel
object representing the effect parameters and providing a GUI to modify them.
- getPropertiesPanel() - Method in class gui.SimpleImageEffectPanel
-
Returns the properties panel of the image effect that is shown in this panel.
- getPropertiesSelectionWidth() - Method in class gui.AbstractPropertiesPanel
-
Returns the width of the properties combo box.
- getProperty(String) - Method in class applications.DefaultLanguageProperties
-
Returns the value of the specified property.
- getProperty(String) - Method in class applications.LanguageProperties
-
Returns the value of the specified property.
- getProperty(String) - Method in class applications.Settings
-
Returns the value of the specified property.
- getPropertyKeys() - Method in class gui.AbstractPropertiesPanel
-
- getPropertyKeys() - Method in class gui.color.ColorTransitionPropertiesPanel
-
- getPropertyKeys() - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
- getPropertyKeys() - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
- getPropertyKeys() - Method in class gui.drawing.BrickTexturePropertiesPanel
-
- getPropertyKeys() - Method in class gui.drawing.NetworkPropertiesPanel
-
- getPropertyKeys() - Method in class gui.drawing.StarsPropertiesPanel
-
- getPropertyKeys() - Method in class gui.fractals.FractalSetPropertiesPanel
-
- getPropertyKeys() - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- getPropertyKeys() - Method in class gui.transformation.ImageResizePropertiesPanel
-
- getPropertyKeys() - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
- getPropertyNames() - Method in class applications.DefaultLanguageProperties
-
- getPropertyNames() - Method in class applications.LanguageProperties
-
- getPropertyPanels() - Method in class gui.AbstractPropertiesPanel
-
- getPropertyPanels() - Method in class gui.color.ColorTransitionPropertiesPanel
-
- getPropertyPanels() - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
- getPropertyPanels() - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
- getPropertyPanels() - Method in class gui.drawing.BrickTexturePropertiesPanel
-
- getPropertyPanels() - Method in class gui.drawing.NetworkPropertiesPanel
-
- getPropertyPanels() - Method in class gui.drawing.StarsPropertiesPanel
-
- getPropertyPanels() - Method in class gui.fractals.FractalSetPropertiesPanel
-
- getPropertyPanels() - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- getPropertyPanels() - Method in class gui.transformation.ImageResizePropertiesPanel
-
- getPropertyPanels() - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
- getProtectedIntegerParameterValue(String) - Method in class standard.EffectParameters
-
Returns the integer value of the specified protected IntegerParameter
.
- getProtectedObjectParameterValue(String) - Method in class standard.EffectParameters
-
Returns the value of the specified protected ObjectParameter
.
- getRaster(ImageEffect) - Method in class fractals.Iterator
-
Calculates and returns the raster according to the properties that were set.
- getRasterValues() - Method in class fractals.Raster
-
Returns the raster values as two dimensional Integer array.
- getRenderingOutput(Configuration) - Static method in class io.RenderingOutputConfiguration
-
Creates a RenderingOutput
object from a configuration file.
- getRGBAtPosition(double) - Method in class util.color.ColorGradient
-
Returns the color at the specified position.
- getRGBLookupTable(int) - Method in class util.color.ColorGradient
-
Returns a color lookup table with the specified number of entries,
where the entry 0 represents the color at position 0 and the n-th entry
represents the color at position 1.
- getSaveOptions() - Method in class applications.SaveOptionsDialog
-
- getSaveOptions() - Method in class gui.AbstractImageEffectPanel
-
- getSaveOptions() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- getSelectedIndex() - Method in class gui.ComboBoxPanel
-
Returns the selected index of the ComboBox
.
- getSelectedItem() - Method in class gui.ComboBoxPanel
-
Returns the selected value of the ComboBox
as String.
- getSettings() - Static method in class applications.SettingsDialog
-
Returns the Settings
object that is used by the application.
- getSizeMode() - Method in class gui.SizingPanel
-
- getStarsParameters() - Method in class gui.drawing.StarsPanel
-
Returns the StarsParameters
object representing the effect parameters of this panel.
- getStartX() - Method in class standard.LinearTransitionProperties
-
- getStartY() - Method in class standard.LinearTransitionProperties
-
- getTimestamps() - Method in class standard.IntegerParameter
-
Returns the timestamps for which integer values have been defined.
- getTimestamps() - Method in class standard.InterpolationContainer
-
Returns the list of points in time where value objects reside.
- getUpperLeftWindowCorner() - Method in class fractals.FractalSetParameters
-
- getValue() - Method in class standard.BooleanParameter
-
Returns the boolean value that is represented by this BooleanParameter
object.
- getValue() - Method in class standard.ColorParameter
-
Returns the color value that is represented by this ColorParameter
object.
- getValue() - Method in class standard.DoubleParameter
-
Returns the double value that is represented by this DoubleParameter
object.
- getValue(double) - Method in class standard.DoubleParameter
-
Returns the double value that is represented by this DoubleParameter
object for the specified point of time.
- getValue() - Method in class standard.IntegerParameter
-
Returns the integer value that is represented by this IntegerParameter
object.
- getValue(double) - Method in class standard.IntegerParameter
-
Returns the integer value that is represented by this IntegerParameter
object for the specified point of time.
- getValue(double) - Method in class standard.InterpolationContainer
-
Returns the value object that is at the specified point in time.
- getValue() - Method in class standard.ObjectParameter
-
Returns the value that is represented by this ObjectParameter
object.
- getVideo(Configuration) - Static method in class io.VideoConfiguration
-
Creates a IVideo
object from a configuration file.
- getVideo() - Method in class standard.VideoEffect
-
Returns the video object that should be processed.
- getWidth() - Method in class fractals.FractalSetParameters
-
- getWidth() - Method in class fractals.Raster
-
Returns the width of the raster.
- goToFirstFrame() - Method in class standard.VideoEffect
-
Sets the video back to the start.
- goToLastFrame() - Method in class standard.VideoEffect
-
Sets the video to the last frame.
- goToNextFrame() - Method in class standard.VideoEffect
-
Sets the video to the next available frame.
- goToPreviousFrame() - Method in class standard.VideoEffect
-
Sets the video to the previous frame.
- GrayscaleReduction - Class in color
-
Implements the grayscale reduction effect.
- GrayscaleReduction() - Constructor for class color.GrayscaleReduction
-
Creates a GrayscaleReduction
object with the default parameters.
- GrayscaleReduction(GrayscaleReductionParameters) - Constructor for class color.GrayscaleReduction
-
Creates a GrayscaleReduction
object with the specified parameters..
- GrayscaleReductionLanguageProperties - Class in applications
-
An entity that holds the default language properties, for example
all label names in English.
- GrayscaleReductionLanguageProperties() - Constructor for class applications.GrayscaleReductionLanguageProperties
-
- GrayscaleReductionParameters - Class in color
-
Encapsulates the parameters that can be specified for the GrayscaleReduction
object.
- GrayscaleReductionParameters() - Constructor for class color.GrayscaleReductionParameters
-
Creates a default parameter set for the GrayscaleReduction effect.
- GrayscaleReductionPropertiesPanel - Class in gui.color
-
A properties panel for the gray scale reduction effect.
- GrayscaleReductionPropertiesPanel() - Constructor for class gui.color.GrayscaleReductionPropertiesPanel
-
Creates a GrayscaleReductionPropertiesPanel
object with the default parameters
of the GrayscaleReduction
effect.
- GridBagLayoutUtilities - Class in gui
-
A collection of methods that helps to organize components in a grid bag layout, which is no longer used!!!
- GridBagLayoutUtilities() - Constructor for class gui.GridBagLayoutUtilities
-
- gui - package gui
-
Generic gui elements (e.g. panels) and their listeners.
- gui.color - package gui.color
-
Panels of the color effects and gui elements to steer colors, color transitions and other color related settings.
- gui.drawing - package gui.drawing
-
Panels of the drawing effects.
- gui.fractals - package gui.fractals
-
Panels of the fractal effects.
- gui.image - package gui.image
-
- gui.io - package gui.io
-
Panels for data (e.g. images) that is loaded from outside the program.
- gui.transformation - package gui.transformation
-
Panels for the transformation effects.
- gui.transparency - package gui.transparency
-
- GuiApplication - Class in applications
-
The starting point and main frame of the gui application of the JFXLibrary.
- GuiApplication() - Constructor for class applications.GuiApplication
-
Creates the main frame of the GUI application.
- GuiApplicationMenu - Class in applications
-
- GuiApplicationMenu(GuiApplication) - Constructor for class applications.GuiApplicationMenu
-
- GuiLanguageProperties - Class in applications
-
An entity that holds the default language properties, for example
all label names in English.
- GuiLanguageProperties() - Constructor for class applications.GuiLanguageProperties
-
- IColorChooserListener - Interface in gui.color
-
The interface for classes that listen to a ColorChooser
object.
- IColorDisplayListener - Interface in gui.color
-
The interface for classes that listen to changes of a ColorDisplay
object.
- IColorGradientPanelListener - Interface in gui.color
-
The interface for classes that listen to changes of a ColorGradientPanel
object.
- IComboBoxPanelListener - Interface in gui
-
Interface for objects that listen to changes in a ComboBoxPanel
.
- IFractalSetButtonNavigationPanelListener - Interface in gui.fractals
-
The listener interface that should be implemented, when
a fractal set navigation is considered.
- IFractalSetNavigationPanelListener - Interface in gui.fractals
-
The listener interface that should be implemented, when
a fractal set navigation is considered.
- IImageDisplayListener - Interface in gui.io
-
Interface for all classes that should listen to ImageDisplay
objects.
- IImageEffectListener - Interface in standard
-
This interface should be implemented by all classes that listen to the completion of
an Image Effect rendering process.
- IImageEffectPanelListener - Interface in gui
-
Interface for objects that listen to changes in a ComboBoxPanel
.
- IImageLoadPanelListener - Interface in gui.image
-
Interface for objects that listen to changes in an ImageLoadPanel
.
- IInterpolated<T> - Interface in standard
-
Interface to define the methods for interpolation classes.
- IJuliaSetParameterCPanelListener - Interface in gui.fractals
-
The listener interface that should be implemented, when
a fractal set navigation is considered.
- ILinearTransitionPanelListener - Interface in gui.transparency
-
Interface for objects that listen to changes in a ComboBoxPanel
.
- ImageCombineOperations - Class in util.image
-
Provides methods to combine several images side by side.
- ImageCombineOperations() - Constructor for class util.image.ImageCombineOperations
-
- ImageDifferenceOperations - Class in util.image
-
This class provides static methods for different kinds of image difference operations.
- ImageDifferenceOperations() - Constructor for class util.image.ImageDifferenceOperations
-
- ImageDisplay - Class in gui.io
-
A gui element that handles an image parameter for effects.
- ImageDisplay() - Constructor for class gui.io.ImageDisplay
-
Creates an ImageDisplay
object holding no image and showing the default tooltip message.
- ImageEffect - Class in standard
-
Abstract class defining the interface for image effects and
implementing helping methods that are valid for all image effects.
- ImageEffect() - Constructor for class standard.ImageEffect
-
- ImageEffectInternalFrame - Class in gui
-
Represents an internal frame of an image effect that contains the image effect panel and its properties panel.
- ImageEffectInternalFrame(String, AbstractImageEffectPanel, PropertiesInternalFrame, GuiApplication) - Constructor for class gui.ImageEffectInternalFrame
-
Creates an ImageEffectInternalFrame
object with a specified title, image effect panel, properties panel and a link to the
GuiApplication
object.
- ImageEffectSaveOption - Class in gui
-
Represents a panel that shows the result of an image effect in the gui application.
- ImageEffectSaveOption(String, boolean) - Constructor for class gui.ImageEffectSaveOption
-
- ImageLoadPanel - Class in gui.image
-
A panel that is used to modify an image property by loading an image from an external source.
- ImageLoadPanel() - Constructor for class gui.image.ImageLoadPanel
-
Creates an ImageLoadPanel
object with its gui components: a load button, an image display and a label for the file name.
- imageLoadRequested(ImageDisplay) - Method in class gui.image.ImageLoadPanel
-
Triggers the image load action.
- imageLoadRequested(ImageDisplay) - Method in interface gui.io.IImageDisplayListener
-
Informs the listener that a new image has to be loaded.
- ImageResize - Class in transformation
-
Implements resizing of images.
- ImageResize() - Constructor for class transformation.ImageResize
-
Creates a ImageResize
object with the default parameters.
- ImageResize(ImageResizeParameters) - Constructor for class transformation.ImageResize
-
Creates a ImageResize
object with the specified parameters..
- ImageResizeParameters - Class in transformation
-
Encapsulates the parameters that can be specified for the ImageResize object.
- ImageResizeParameters() - Constructor for class transformation.ImageResizeParameters
-
Creates a default parameter set for the image resize effect.
- ImageResizePropertiesPanel - Class in gui.transformation
-
A properties panel for the image resizing effect.
- ImageResizePropertiesPanel() - Constructor for class gui.transformation.ImageResizePropertiesPanel
-
Creates a ImageResizePropertiesPanel
object with the default parameter settings for the image resize effect.
- ImageSequence - Class in standard
-
The class implements the access to the single frames of an image sequence.
- ImageSequence(String, int, int, int) - Constructor for class standard.ImageSequence
-
The constructor initializes the member variables specifying the filename, start and end frame,
filetype, framenumber and number of positions of the running index in the image sequence.
- ImageSequence(Vector<String>) - Constructor for class standard.ImageSequence
-
The constructor allows the creation of an image sequence based on images with arbitrary filenames.
- ImageSequence(File[]) - Constructor for class standard.ImageSequence
-
The constructor allows the creation of an image sequence based on images with arbitrary filenames.
- ImageSequence(File) - Constructor for class standard.ImageSequence
-
The constructor allows the creation of an image sequence based on the scheme of the first filename.
- ImageTransformations - Class in util.image
-
Provides basic image color transformation methods.
- ImageTransformations() - Constructor for class util.image.ImageTransformations
-
- ImageTransition - Class in transparency
-
Implements a color transition effect.
- ImageTransition() - Constructor for class transparency.ImageTransition
-
Creates a color transition effect object with the default effect settings.
- ImageTransition(ImageTransitionParameters) - Constructor for class transparency.ImageTransition
-
Creates a ColorTransition object with the specified parameters.
- ImageTransitionLanguageProperties - Class in applications
-
An entity that holds the default language properties, for example
all label names in English.
- ImageTransitionLanguageProperties() - Constructor for class applications.ImageTransitionLanguageProperties
-
- ImageTransitionParameters - Class in transparency
-
Encapsulates the parameters that can be specified for the ImageTransition
effect object.
- ImageTransitionParameters() - Constructor for class transparency.ImageTransitionParameters
-
Creates a default parameter set for the ColorTransition
effect.
- ImageTransitionPropertiesPanel - Class in gui.transparency
-
A properties panel for the image transition effect.
- ImageTransitionPropertiesPanel() - Constructor for class gui.transparency.ImageTransitionPropertiesPanel
-
Creates a ImageTransitionPropertiesPanel
object with the default parameters
of the ImageTransition
effect.
- IMultipleImageLoadPanelListener - Interface in gui.image
-
Interface for objects that listen to changes in an MultipleImageLoadPanel
.
- increasePointSize() - Method in class drawing.NetworkNode
-
Increases the point size by 1
- init() - Method in class applets.MandelbrotApplet
-
- init() - Method in class applets.StarsApplet
-
- initLayout() - Method in class gui.AbstractPropertiesPanel
-
- initPanel(FractalSetParameters, FractalSetEffect) - Method in class gui.fractals.FractalSetPanel
-
- initPanel(FractalSetPanel) - Method in class gui.fractals.FractalSetPropertiesPanel
-
Creates a MandelbrotSetPropertiesPanel
object with the parameters that are set to a given MandelbrotSetPanel
.
- initPanel(double, double, double, double) - Method in class gui.SliderPanel
-
- IntegerParameter - Class in standard
-
Represents an image or video effect parameter that has an integer value.
- IntegerParameter(int, int, int) - Constructor for class standard.IntegerParameter
-
Creates an IntegerParameter
object with the specified integer value and the allowed minimum and maximum value.
- IntegerSliderPanel - Class in gui
-
A panel for steering a numeric effect parameter with a slider and a spinner as main gui components.
- IntegerSliderPanel(int, int, int) - Constructor for class gui.IntegerSliderPanel
-
Creates the SliderPanel
object with the specified minimum and maximum value and the given current value.
- internalFrameActivated(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
When this internal frame gets activated, the properties panel of the image effect is set again to the properties frame and
the gui application is notified, that this is the current effect frame.
- internalFrameClosed(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The close event is not used at the moment.
- internalFrameClosing(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The close event is not used at the moment.
- internalFrameDeactivated(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The deactivated event is not used at the moment.
- internalFrameDeiconified(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The Deiconified event is not used at the moment.
- internalFrameIconified(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The Iconified event is not used at the moment.
- internalFrameOpened(InternalFrameEvent) - Method in class gui.ImageEffectInternalFrame
-
The open event is not used at the moment.
- InterpolatedColor - Class in standard
-
An extension of the Color
class that allows to calculate interpolated color values.
- InterpolatedColor(int) - Constructor for class standard.InterpolatedColor
-
Creates an opaque sRGB color with the specified combined RGB value consisting of the
red component in bits 16-23, the green component in bits 8-15, and the blue component
in bits 0-7.
- InterpolatedColor(int, int, int, int) - Constructor for class standard.InterpolatedColor
-
Creates an sRGB color with the specified red, green, blue, and alpha values in the range (0 - 255).
- InterpolatedColor(int, int, int) - Constructor for class standard.InterpolatedColor
-
Creates an opaque sRGB color with the specified red, green, and blue values in the range (0 - 255).
- InterpolatedColor(Color) - Constructor for class standard.InterpolatedColor
-
Creates an interpolated color object from a given color.
- InterpolatedDouble - Class in standard
-
Provides interpolation methods for double values.
- InterpolatedDouble(double) - Constructor for class standard.InterpolatedDouble
-
Creates an InterpolatedDouble
object with the specified double value.
- InterpolatedInteger - Class in standard
-
Provides interpolation methods for integer values.
- InterpolatedInteger(int) - Constructor for class standard.InterpolatedInteger
-
Creates an InterpolatedInteger
object with the specified integer value.
- interpolateLinearly(T, double) - Method in interface standard.IInterpolated
-
Returns a linearly interpolated version of this object.
- interpolateLinearly(InterpolatedColor, double) - Method in class standard.InterpolatedColor
-
Returns an InterpolatedColor
object representing the color which is an interpolation between the color of this object,
and the color that has been passed on as parameter.
- interpolateLinearly(InterpolatedDouble, double) - Method in class standard.InterpolatedDouble
-
Returns an InterpolatedDouble
object representing the double value which is an interpolation between the double value of this object,
and the double value that has been passed on as parameter.
- interpolateLinearly(InterpolatedInteger, double) - Method in class standard.InterpolatedInteger
-
Returns an InterpolatedInteger
object representing the integer value which is an interpolation between the integer value of this object,
and the integer value that has been passed on as parameter.
- InterpolationContainer<E extends IInterpolated<E>> - Class in standard
-
Manages a list of objects that can be interpolated.
- InterpolationContainer() - Constructor for class standard.InterpolationContainer
-
Creates an empty InterpolationContainer
object.
- interrupted(String) - Method in class io.ProgressOutput
-
Prints a notification that the processing has been interrupted.
- interrupted(String) - Method in class io.RenderingOutput
-
Not used.
- interrupted(String) - Method in interface standard.IThreadListener
-
This method is called by the thread, if it was interrupted and could not be finished properly.
- intValue() - Method in class standard.InterpolatedDouble
-
Returns the integer value that is nearest to the double value represented by this object.
- intValue() - Method in class standard.InterpolatedInteger
-
Returns the integer value that is represented by this object.
- invertImage(BufferedImage) - Static method in class util.image.ImageTransformations
-
Inverts the specified image.
- invertImageCopy(BufferedImage) - Static method in class util.image.ImageTransformations
-
Returns the inverted version of the speicified image.
- io - package io
-
Classes to load configurations for effects from files and classes to print output to the command line.
- io.imageeffects - package io.imageeffects
-
Classes to load image effect configurations from files.
- IParameter - Interface in standard
-
Interface that an image or video effect parameter should implement.
- IPropertiesPanelListener - Interface in gui
-
Specifies the interface for listeneners of a PropertiesPanel
object.
- isEmpty(String) - Static method in class util.StringUtils
-
Returns true, if a given string is null or blank.
- ISettingsListener - Interface in applications
-
Interface for listeners to changes in the Settings
of the GUI application.
- isFixedSizeMode() - Method in class gui.SizingPanel
-
- ISizingPanelListener - Interface in gui
-
Specifies the interface for listeneners of a SizingPanel
object.
- isJuliaSet(int) - Method in class fractals.JuliaSetWithMandelbrotSet
-
- ISliderPanelListener - Interface in gui
-
Specifies the interface for listeneners of a SliderPanel
object.
- isPanelSizeMode() - Method in class gui.SizingPanel
-
- isRunning() - Method in class standard.ImageEffect
-
Returns a boolean indicating if this image effect is still processing.
- isSelected() - Method in class gui.ImageEffectSaveOption
-
TODO: Returns the parameters that are currently used by the effect that is shown in this panel.
- isVideoEffectAborted() - Method in class standard.VideoEffect
-
Returns true if the processing of the video effect got aborted.
- Iterator - Class in fractals
-
An iterator for juliasets and the mandelbrot set and their modified kinds to calculate a
two dimensional Raster which can be used to create images.
- Iterator(FractalSetParameters) - Constructor for class fractals.Iterator
-
This standard constructor initializes the iterator with the defined parameters.
- IThreadListener - Interface in standard
-
This interface should be implemented by all classes that listen to the current progress or the
end of the execution of a thread.
- ITransparentColorPanelListener - Interface in gui.color
-
The interface for classes that listen to changes of a TransparentColorPanel
object.
- IVideo - Interface in standard
-
Interface that video object have to implement.
- IVideoEffectListener - Interface in standard
-
This interface should be implemented by all classes that listen to a processing video effect or are waiting
for the end of the execution of a video effect.
- IZoomPanelListener - Interface in gui
-
The listener interface that should be implemented, when
the settings of a zoom panel should be considered.
- paintComponent(Graphics) - Method in class gui.AbstractInteractionImageEffectPanel
-
Paints the content of the panel.
- paintComponent(Graphics) - Method in class gui.color.ColorDisplay
-
Paints the panel: The whole panel is filled with the color that is currently set to it.
- paintComponent(Graphics) - Method in class gui.color.ColorGradientPanel
-
Paints the content of this panel: Each color point of the of the color gradient is drawn at its position with a
marker that is used for the interactions.
- paintComponent(Graphics) - Method in class gui.io.ImageDisplay
-
Painting method that draws the represented image on it, or a black rectangle, if no image is set.
- PARAM_BOOL_CONVERT_DIFF_IM - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: convert difference image.
- PARAM_BOOL_HISTORY_FADE - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: difference history fade.
- PARAM_BOOL_HISTORY_KEEP - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: keep history.
- PARAM_BOOL_HISTORY_ON - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: history on.
- PARAM_BOOL_SHOW_DIFF_IM - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: show difference image.
- PARAM_BOOL_SHOW_HISTORY - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: show history.
- PARAM_BOOL_SHOW_MOTION_MASK - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: show motion mask.
- PARAM_BOOL_SHOW_ORIG_FRAME - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: show original frame.
- PARAM_BOOL_SHOW_RESULT - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the boolean parameter: show result.
- PARAM_BOOL_TRANSITION_BOTTOM - Static variable in class color.ColorTransitionParameters
-
KEY for the boolean parameter: transition bottom
- PARAM_BOOL_TRANSITION_TOP - Static variable in class color.ColorTransitionParameters
-
KEY for the boolean parameter: transition top
- PARAM_BOOLEAN_CREATE_GAUSSIAN_NOISE - Static variable in class color.NoiseGeneratorParameters
-
KEY for the boolean parameter: create gaussian noise
- PARAM_BOOLEAN_CREATE_RANDOM_COLOR_NOISE - Static variable in class color.NoiseGeneratorParameters
-
KEY for the boolean parameter: create random color noise
- PARAM_BOOLEAN_CREATE_SALT_AND_PEPPER_NOISE - Static variable in class color.NoiseGeneratorParameters
-
KEY for the boolean parameter: create salt and pepper noise
- PARAM_BOOLEAN_DRAW_BORDER - Static variable in class drawing.BrickTextureParameters
-
KEY for the boolean parameter: draw border
- PARAM_COLOR_BACKGROUND - Static variable in class drawing.StarsParameters
-
KEY for the color parameter: background color
- PARAM_COLOR_BACKGROUND_COLOR - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: background color
- PARAM_COLOR_BORDER - Static variable in class drawing.BrickTextureParameters
-
KEY for the color parameter: border color
- PARAM_COLOR_BRICK - Static variable in class drawing.BrickTextureParameters
-
KEY for the color parameter: brick color
- PARAM_COLOR_HISTORY_COLOR - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the color parameter: history color.
- PARAM_COLOR_LINE_COLOR - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: line color
- PARAM_COLOR_LINE_COLOR - Static variable in class drawing.StarsParameters
-
KEY for the color parameter: line color
- PARAM_COLOR_POINT_COLOR1 - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: point color 1
- PARAM_COLOR_POINT_COLOR2 - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: point color 2
- PARAM_COLOR_POINT_COLOR3 - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: point color 3
- PARAM_COLOR_POINT_COLOR4 - Static variable in class drawing.NetworkParameters
-
KEY for the color parameter: point color 4
- PARAM_COLOR_TRANSITION_COLOR - Static variable in class color.ColorTransitionParameters
-
KEY for the color parameter: transition color
- PARAM_DOUBLE_DECISION_LIMIT - Static variable in class fractals.FractalSetParameters
-
KEY for the double parameter: decision limit
- PARAM_DOUBLE_GAUSSIAN_INTENSITY - Static variable in class color.NoiseGeneratorParameters
-
KEY for the double parameter: intensity for gaussian noise
- PARAM_DOUBLE_GAUSSIAN_STANDARD_DEVIATION - Static variable in class color.NoiseGeneratorParameters
-
KEY for the double parameter: standard deviation for gaussian noise
- PARAM_DOUBLE_POINT_CHECK_PERCENTAGE - Static variable in class drawing.NetworkParameters
-
KEY for the double parameter: Point check percentage
- PARAM_DOUBLE_RANDOM_COLOR_INTENSITY - Static variable in class color.NoiseGeneratorParameters
-
KEY for the double parameter: intensity for gaussian noise
- PARAM_DOUBLE_RANDOMIZE_MAGNITUDE - Static variable in class drawing.BrickTextureParameters
-
KEY for the double parameter: randomize magnitude
- PARAM_DOUBLE_SALT_AND_PEPPER_INTENSITY - Static variable in class color.NoiseGeneratorParameters
-
KEY for the double parameter: intensity for salt and pepper
- PARAM_DOUBLE_TRANSITION_FIFTY_PERCENT_TRANSPARENCY_POS - Static variable in class transparency.ImageTransitionParameters
-
KEY for the integer parameter: transition end y position in pixels
- PARAM_INT_BEVEL_MODE - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: bevel mode: 0 = NONE, 1 = RAISED, 2 = SUNK
- PARAM_INT_BRICK_HEIGHT - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: brick height
- PARAM_INT_BRICK_WIDTH - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: brick width
- PARAM_INT_GRAYSCALENUM - Static variable in class color.GrayscaleReductionParameters
-
KEY for the integer parameter: number of grayscales
- PARAM_INT_HEIGHT - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: height
- PARAM_INT_HEIGHT - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: height
- PARAM_INT_HEIGHT - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: height
- PARAM_INT_HISTORY_FADE_FRAME_NUM - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the integer parameter: fade out frame number.
- PARAM_INT_HISTORY_FRAME_NUM - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the integer parameter: history frame number.
- PARAM_INT_HORIZONTAL_TRANSLATION - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: horizontal translation
- PARAM_INT_ITERATION_DEPTH - Static variable in class fractals.FractalSetParameters
-
KEY for the integer parameter: iteration depth
- PARAM_INT_LINE_NUM - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: number of lines
- PARAM_INT_MAX_CONNECTION_NUM - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: maximum number of starting connections per point
- PARAM_INT_MAX_POINT_DRAWING_SIZE - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: maximum size of the points
- PARAM_INT_NEW_HEIGHT - Static variable in class transformation.ImageResizeParameters
-
KEY for the color parameter: The height of the resized image in pixels.
- PARAM_INT_NEW_WIDTH - Static variable in class transformation.ImageResizeParameters
-
KEY for the integer parameter: The width of the resized image in pixels.
- PARAM_INT_POINT_INTEND - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: point intend
- PARAM_INT_POINT_NUM - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: number of points
- PARAM_INT_RANDOM_MODE - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: random mode:
0 = RGB, 1 = R, 2 = G, 3 = B, 4 = RG, 5 = RB, 6 = GB,
7 = HSB, 8 = H, 9 = S, 10 = B, 11 = HS, 12 = HB, 13 = SB
- PARAM_INT_ROTATION - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: rotation
- PARAM_INT_SPIKE_LENGTH - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: length of spikes
- PARAM_INT_SPIKE_NUM - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: number of spikes
- PARAM_INT_THRESHOLD - Static variable in class motionanalysis.FrameDifferencingParameters
-
KEY for the integer parameter: threshold.
- PARAM_INT_TRANSITION_END_X - Static variable in class transparency.ImageTransitionParameters
-
KEY for the integer parameter: transition end x position in pixels
- PARAM_INT_TRANSITION_END_Y - Static variable in class transparency.ImageTransitionParameters
-
KEY for the integer parameter: transition end y position in pixels
- PARAM_INT_TRANSITION_LENGTH - Static variable in class color.ColorTransitionParameters
-
KEY for the integer parameter: transition length in number of pixels
- PARAM_INT_TRANSITION_START_X - Static variable in class transparency.ImageTransitionParameters
-
KEY for the integer parameter: transition start x position in pixels
- PARAM_INT_TRANSITION_START_Y - Static variable in class transparency.ImageTransitionParameters
-
KEY for the integer parameter: transition start y position in pixels
- PARAM_INT_VERTICAL_TRANSLATION - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: horizontal translation
- PARAM_INT_WIDTH - Static variable in class drawing.BrickTextureParameters
-
KEY for the integer parameter: width
- PARAM_INT_WIDTH - Static variable in class drawing.NetworkParameters
-
KEY for the integer parameter: width
- PARAM_INT_WIDTH - Static variable in class drawing.StarsParameters
-
KEY for the integer parameter: width
- PARAM_OBJECT_COLOR_GRADIENT - Static variable in class fractals.FractalSetParameters
-
KEY for the object parameter: right lower window corner (ColorGradient)
- PARAM_OBJECT_COMPLEX_NUMBER_C - Static variable in class fractals.FractalSetParameters
-
KEY for the object parameter: complex number c
- PARAM_OBJECT_COMPLEX_NUMBER_Z - Static variable in class fractals.FractalSetParameters
-
KEY for the object parameter: complex number z
- PARAM_OBJECT_IMAGE - Static variable in class color.ColorTransitionParameters
-
KEY for the object parameter: image
- PARAM_OBJECT_IMAGE - Static variable in class color.GrayscaleReductionParameters
-
KEY for the object parameter: image
- PARAM_OBJECT_IMAGE - Static variable in class color.NoiseGeneratorParameters
-
KEY for the object parameter: image
- PARAM_OBJECT_IMAGE - Static variable in class transformation.ImageResizeParameters
-
KEY for the object parameter: The image that should be resized.
- PARAM_OBJECT_IMAGE1 - Static variable in class transparency.ImageTransitionParameters
-
KEY for the object parameter: the first image
- PARAM_OBJECT_IMAGE2 - Static variable in class transparency.ImageTransitionParameters
-
KEY for the object parameter: the second image
- parametersChanged() - Method in class gui.fractals.FractalSetPanel
-
- process() - Method in class color.ColorTransition
-
Returns an image processed with the current color transition.
- process() - Method in class color.GrayscaleReduction
-
Returns an image of the Mandelbrot set according to the parameters that were set.
- process() - Method in class color.NoiseGenerator
-
Returns an image processed with the current noise generator settings.
- process() - Method in class drawing.BrickTexture
-
Returns a brick texture image according to the parameters that were set.
- process() - Method in class drawing.Network
-
Returns an network image according to the parameters that were set.
- process() - Method in class drawing.Stars
-
Returns an stars image according to the parameters that were set.
- process() - Method in class fractals.FractalSetEffect
-
Returns an image of the Julia set according to the parameters that were set.
- process() - Method in class fractals.JuliaSetWithMandelbrotSet
-
Processes the image effect and returns the result image.
- process() - Method in class motionanalysis.FrameDifferencing
-
Processes the image differencing effect according to the specified parameters and applies it on the specified video.
- process() - Method in class standard.ImageEffect
-
Processes the image effect and returns the result image.
- process() - Method in class standard.VideoEffect
-
The actual processing method of the video effect that has to be implemented by each
video effect class.
- process() - Method in class transformation.ImageResize
-
Returns the resized image.
- process() - Method in class transparency.ImageTransition
-
Returns an image processed with the current color transition.
- processAsThread(IImageEffectListener) - Method in class standard.ImageEffect
-
Processes the image effect in a thread.
- processingStarted() - Method in class io.ProgressOutput
-
Inits the timing variables when the video processing starts.
- processingStarted() - Method in class io.RenderingOutput
-
Not used at the moment.
- processingStarted() - Method in interface standard.IVideoEffectListener
-
Notifies the listener that the processing of the video effect started.
- ProgressOutput - Class in io
-
Manages command line output for processing of a video.
- ProgressOutput() - Constructor for class io.ProgressOutput
-
- PROP_KEY_LANGUAGE - Static variable in class applications.Settings
-
constants
- PROP_KEY_STORE_IMAGE_DIR - Static variable in class applications.Settings
-
- PropertiesInternalFrame - Class in gui
-
Implementation of an internal frame that shows a properties panel which steers the properties of an image or video effect.
- PropertiesInternalFrame(int, int) - Constructor for class gui.PropertiesInternalFrame
-
Creates a PropertiesInternalFrame
with the specified width and height.
- propertyPanelChanged(JPanel) - Method in class gui.AbstractPropertiesPanel
-
- propertyPanelChanged(JPanel) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- saveCurrentEffectImage() - Method in class applications.GuiApplication
-
- saveImage(BufferedImage, int, String, int) - Static method in class standard.ImageSequence
-
Saves a given image into a file with the given filebasename and the given index.
- saveImage(BufferedImage, File) - Static method in class standard.ImageSequence
-
Saves a given image into a file defined by a parameter of the type File
.
- saveImageWithLeadingZeros(BufferedImage, int, String, int, int) - Static method in class standard.ImageSequence
-
Saves a given image into a file with the given filebasename and the given index.
- SaveOptionsDialog - Class in applications
-
Dialog that represents the options of the gui application.
- SaveOptionsDialog(JFrame, Vector<ImageEffectSaveOption>) - Constructor for class applications.SaveOptionsDialog
-
TODO: Creates the settings dialog.
- setAdditionalLabels(LanguageProperties) - Method in class gui.fractals.FractalSetPropertiesPanel
-
- setAdditionalLabels(LanguageProperties) - Method in class gui.fractals.JuliaSetPropertiesPanel
-
- setBooleanParameters(Hashtable<String, BooleanParameter>) - Method in class standard.EffectParameters
-
Sets the BooleanParameter
objects used by this effect parameters object.
- setBooleanParameterValue(String, boolean) - Method in class standard.EffectParameters
-
Sets the boolean value of the specified BooleanParameter
.
- setColor(Color) - Method in class gui.color.ColorDisplay
-
Sets the color that should be shown by this ColorDisplay
object.
- setColor(Color) - Method in class gui.color.ColorGradientPanel
-
Sets the color of a color point.
- setColor(Color) - Method in interface gui.color.IColorChooserListener
-
If the color of the ColorChooser
has been changed, this is communicated with this method.
- setColor(Color) - Method in class gui.color.TransparentColorPanel
-
Sets the color that should be represented by this TransparentColorPanel
object.
- setColor(Color) - Method in class util.color.ColorPoint1D
-
Sets the color of the color point.
- setColor(Color) - Method in class util.color.RandomColor
-
Sets the color that should be the starting point for the randomizer process.
- setColorChooserTitle(String) - Method in class gui.color.ColorDisplay
-
Sets the title of the color chooser dialog that is opened when the color should be changed.
- setColorGradient(ColorGradient) - Method in class gui.color.ColorGradientPanel
-
Sets the ColorGradient
object that should be shown and modified by this panel.
- setColorGradient(ColorGradient) - Method in class gui.fractals.FractalSetPanel
-
- setColorGradient(boolean, ColorGradient) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setColorOfColorPoint(int, Color) - Method in class util.color.ColorGradient
-
Sets the color of the specified color point.
- setColorParameters(Hashtable<String, ColorParameter>) - Method in class standard.EffectParameters
-
Sets the ColorParameter
objects used by this effect parameters object.
- setColorParameterValue(String, Color) - Method in class standard.EffectParameters
-
Sets the color value of the specified ColorParameter
.
- setColorTransitionParameters(ColorTransitionParameters) - Method in class color.ColorTransition
-
Sets the parameters for the color transition effect.
- setCParameter(double, double) - Method in class fractals.JuliaSetParameters
-
- setCParameter(double, double) - Method in class gui.fractals.JuliaSetPanel
-
- setCParameter(double, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setCurrentEffectPanel(ImageEffectInternalFrame) - Method in class applications.GuiApplication
-
Sets the panel of the effect that should be shown now.
- setCurrentVideoFrame(BufferedImage, int, int) - Method in class io.ProgressOutput
-
Prints a status notification with a progress percentag, rendering time and a remaining time.
- setCurrentVideoFrame(BufferedImage, int, int) - Method in class io.RenderingOutput
-
Saves the specified image according to the settings made in this object.
- setCurrentVideoFrame(BufferedImage, int, int) - Method in interface standard.IVideoEffectListener
-
Sets the information of the current frame that is processed.
- setDefaultFractalSet() - Method in class fractals.FractalSetParameters
-
- setDefaultFractalSet() - Method in class gui.fractals.FractalSetPanel
-
Sets the effect back to the default settings.
- setDefaultJuliaSet() - Method in class fractals.JuliaSetParameters
-
Sets the effect back to the default settings.
- setDefaultJuliaSet() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setDefaultMandelbrotSet() - Method in class fractals.MandelbrotSetParameters
-
Sets the effect back to the default settings.
- setDefaultMandelbrotSet() - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setDirectory(String) - Method in class io.RenderingOutput
-
Sets the directory where the output images should be saved.
- setDoubleParameters(Hashtable<String, DoubleParameter>) - Method in class standard.EffectParameters
-
Sets the DoubleParameter
objects used by this effect parameters object.
- setDoubleParameterValue(String, double) - Method in class standard.EffectParameters
-
Sets the double value of the specified DoubleParameter
.
- setDoubleValue(double) - Method in class gui.SliderPanel
-
Sets the integer value of the effect parameter that is represented by this SliderPanel
.
- setEffectImage(BufferedImage) - Method in class gui.AbstractInteractionImageEffectPanel
-
The only method how the image that should be shown can be set.
- setEffectImage(BufferedImage) - Method in class gui.SimpleImageEffectPanel
-
The only method how the image that should be shown can be set.
- setEffectImage(BufferedImage) - Method in interface standard.IImageEffectListener
-
This method is called when the rendering of the image effect was successfully finished.
- setEffectParameters(EffectParameters) - Method in class color.ColorTransition
-
Sets the parameters for the color transition effect.
- setEffectParameters(EffectParameters) - Method in class color.GrayscaleReduction
-
Sets the parameters for the grayscale reduction effect.
- setEffectParameters(EffectParameters) - Method in class color.NoiseGenerator
-
Sets the parameters for the noise generator effect.
- setEffectParameters(EffectParameters) - Method in class drawing.BrickTexture
-
Sets the parameters for the brick texture effect.
- setEffectParameters(EffectParameters) - Method in class drawing.Network
-
Sets the parameters for the network effect.
- setEffectParameters(EffectParameters) - Method in class drawing.Stars
-
Sets the parameters for the stars effect.
- setEffectParameters(EffectParameters) - Method in class fractals.FractalSetEffect
-
Sets the parameters for the Mandelbrot set effect.
- setEffectParameters(EffectParameters) - Method in class fractals.JuliaSetWithMandelbrotSet
-
Sets the image effect parameters that configure the effect.
- setEffectParameters(EffectParameters) - Method in class gui.AbstractImageEffectPanel
-
Sets the parameters for the image effect that is shown in the panel.
- setEffectParameters(EffectParameters) - Method in class gui.AbstractPropertiesPanel
-
Sets the parameters for the image effect that should be modified in this panel.
- setEffectParameters(EffectParameters) - Method in class gui.color.ColorTransitionPropertiesPanel
-
Sets the effect parameters that should be represented by this ColorTransitionPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.color.GrayscaleReductionPropertiesPanel
-
Sets the effect parameters that should be represented by this GrayscaleReductionPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
Sets the effect parameters that should be represented by this NoiseGeneratorPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.drawing.BrickTexturePropertiesPanel
-
Sets the effect parameters that should be represented by this BrickTexturePropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.drawing.NetworkPropertiesPanel
-
Sets the effect parameters that should be represented by this NetworkPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.drawing.StarsPanel
-
Sets the effect parameters for the Stars
effect that is shown by this StarsPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.drawing.StarsPropertiesPanel
-
Sets the effect parameters that should be represented by this StarsPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.fractals.FractalSetPanel
-
Sets the effect parameters for the MandelbrotSet
effect that is shown by this MandelbrotSetPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.fractals.FractalSetPropertiesPanel
-
Sets the effect parameters that should be represented by this MandelbrotSetPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
Sets the parameters for the image effect that is shown in the panel.
- setEffectParameters(EffectParameters) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
Sets the effect parameters that should be represented by this MandelbrotSetPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.SimpleImageEffectPanel
-
Sets the parameters of the image effect that is shown by this panel.
- setEffectParameters(EffectParameters) - Method in class gui.transformation.ImageResizePropertiesPanel
-
Sets the effect parameters that should be represented by this ImageResizePropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class gui.transparency.ImageTransitionPropertiesPanel
-
Sets the effect parameters that should be represented by this ImageTransitionPropertiesPanel
object.
- setEffectParameters(EffectParameters) - Method in class standard.ImageEffect
-
Sets the image effect parameters that configure the effect.
- setEffectParameters(EffectParameters) - Method in class transformation.ImageResize
-
Sets the parameters for the resize effect.
- setEffectParameters(EffectParameters) - Method in class transparency.ImageTransition
-
Sets the parameters for the color transition effect.
- setEffectSize(int, int) - Method in class fractals.FractalSetParameters
-
- setEffectSize(int, int) - Method in class gui.AbstractInteractionImageEffectPanel
-
- setEffectSize(int, int) - Method in class gui.drawing.StarsPanel
-
Sets the size of the effect.
- setEffectSize(int, int) - Method in class gui.fractals.FractalSetPanel
-
- setEffectSize(int, int) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setEndX(int) - Method in class standard.LinearTransitionProperties
-
- setEndY(int) - Method in class standard.LinearTransitionProperties
-
- setFiftyPercentTranparencyPos(double) - Method in class standard.LinearTransitionProperties
-
- setFileBaseName(String) - Method in class io.RenderingOutput
-
Sets the file base name of the output images that should be saved.
- setFileName(String) - Method in class io.Configuration
-
Sets the name of the configuration file.
- setFileType(int) - Method in class io.RenderingOutput
-
Sets the file type.
- setFirstFrame(int) - Method in class io.RenderingOutput
-
Sets the id of the first frame.
- setFitHeight() - Method in interface gui.IZoomPanelListener
-
Sets the zoom factor so that it fits the height of the current display.
- setFitHeight() - Method in class gui.SimpleImageEffectPanel
-
Sets the zoom factor so that it fits the height of the current display.
- setFitWidth() - Method in interface gui.IZoomPanelListener
-
Sets the zoom factor so that it fits the width of the current display.
- setFitWidth() - Method in class gui.SimpleImageEffectPanel
-
Sets the zoom factor so that it fits the width of the current display.
- setFractalSetParameters(FractalSetParameters) - Method in class fractals.FractalSetEffect
-
Sets the parameters for the Mandelbrot set effect.
- setFractalSetParameters(FractalSetParameters) - Method in class gui.fractals.FractalSetPanel
-
Sets the effect parameters for the MandelbrotSet
effect that is shown by this MandelbrotSetPanel
object.
- setGrayscaleReductionParameters(GrayscaleReductionParameters) - Method in class color.GrayscaleReduction
-
Sets the parameters for the grayscale reduction effect.
- setHeight(int) - Method in class util.image.ExampleImageGenerator
-
Sets the height of the image that should be generated.
- setImage(BufferedImage) - Method in class gui.io.ImageDisplay
-
Sets the image that should be represented by this gui element.
- setImageEffectPanel(String, AbstractImageEffectPanel) - Method in class applications.GuiApplication
-
Sets the image effect panel that should be shown now.
- setImageResizeParameters(ImageResizeParameters) - Method in class transformation.ImageResize
-
Sets the parameters for the resize effect.
- setImageTransitionParameters(ImageTransitionParameters) - Method in class transparency.ImageTransition
-
Sets the parameters for the color transition effect.
- setIntegerParameters(Hashtable<String, IntegerParameter>) - Method in class standard.EffectParameters
-
Sets the IntegerParameter
objects used by this effect parameters object.
- setIntegerParameterValue(String, int) - Method in class standard.EffectParameters
-
Sets the integer value of the specified IntegerParameter
.
- setIntValue(int) - Method in class gui.SliderPanel
-
Sets the integer value of the effect parameter that is represented by this SliderPanel
.
- setIterationDepth(int) - Method in class gui.fractals.FractalSetPanel
-
- setIterationDepth(boolean, int) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setJuliaSetParameters(JuliaSetParameters) - Method in class fractals.JuliaSetWithMandelbrotSet
-
- setJuliaWindowCorners(double, double, double, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setLabels(LanguageProperties) - Method in class gui.fractals.JuliaSetParameterCPanel
-
- setLabelText(String) - Method in class gui.SliderPanel
-
- setLabelValue(String) - Method in class standard.OptionParameter
-
Sets the option value of this object by specifying the label of the option.
- setLeftUpperColor(Color) - Method in class util.image.ExampleImageGenerator
-
Sets the color in the left upper corner that should be used for the color transition.
- setLinearTransitionProperties(LinearTransitionProperties) - Method in class gui.transparency.LinearTransitionPanel
-
Sets the text of the label.
- setLinearTransitionProperties(LinearTransitionProperties) - Method in class transparency.ImageTransitionParameters
-
- setMandelbrotSetParameters(MandelbrotSetParameters) - Method in class fractals.JuliaSetWithMandelbrotSet
-
- setMandelbrotWindowCorners(double, double, double, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPanel
-
- setMaximum(double) - Method in class gui.SliderPanel
-
Sets the maximum value of the effect parameter that is represented by this SliderPanel
.
- setMaximum(double) - Method in class standard.DoubleParameter
-
Sets the maximum double value that can be represented by this DoubleParameter
object.
- setMaximum(int) - Method in class standard.IntegerParameter
-
Sets the maximum integer value that can be represented by this IntegerParameter
object.
- setMinimum(double) - Method in class standard.DoubleParameter
-
Sets the minimum double value that can be represented by this DoubleParameter
object.
- setMinimum(int) - Method in class standard.IntegerParameter
-
Sets the minimum integer value that can be represented by this IntegerParameter
object.
- setNoiseGeneratorParameters(NoiseGeneratorParameters) - Method in class color.NoiseGenerator
-
Sets the parameters for the noise generator effect.
- setObjectParameters(Hashtable<String, ObjectParameter>) - Method in class standard.EffectParameters
-
Sets the ObjectParameter
objects used by this effect parameters object.
- setObjectParameterValue(String, Object) - Method in class standard.EffectParameters
-
Sets the value of the specified ObjectParameter
.
- setParameterC(JuliaSetParameterCPanel, double, double) - Method in interface gui.fractals.IJuliaSetParameterCPanelListener
-
- setParameterC(double, double) - Method in class gui.fractals.JuliaSetParameterCPanel
-
- setParameterC(JuliaSetParameterCPanel, double, double) - Method in class gui.fractals.JuliaSetPropertiesPanel
-
- setParameterC(JuliaSetParameterCPanel, double, double) - Method in class gui.fractals.JuliaSetWithMandelbrotPropertiesPanel
-
- setParameters(FractalSetParameters) - Method in class fractals.Iterator
-
Sets the parameters for the iterator to calculate the raster.
- setParameters(FrameDifferencingParameters) - Method in class motionanalysis.FrameDifferencing
-
Sets the effect parameters.
- setParameterValue(String, String) - Method in class standard.EffectParameters
-
Sets the value of the specified parameter.
- setPosition(double) - Method in class util.color.ColorPoint1D
-
Sets the position of the color point.
- setPositionOfColorPoint(int, double) - Method in class util.color.ColorGradient
-
Sets the position of the specified color point.
- setProgressStatus(double, String) - Method in class io.ProgressOutput
-
Not used.
- setProgressStatus(double, String) - Method in class io.RenderingOutput
-
Not used.
- setProgressStatus(double, String) - Method in interface standard.IThreadListener
-
This method is called by the thread to tell all its listeners what it is currently processing and
and which percentage of the work has already been finished.
- setPropertiesPanel(AbstractPropertiesPanel) - Method in class applications.GuiApplication
-
Sets the properties panel that should be shown now to steer the parameters of the current effect.
- setPropertiesPanel(AbstractPropertiesPanel) - Method in class gui.PropertiesInternalFrame
-
Sets the properties panel that should be shown by this internal frame.
- setProperty(String, String) - Method in class applications.Settings
-
Sets the value of the specified property.
- setProtectedIntegerParameters(Hashtable<String, IntegerParameter>) - Method in class standard.EffectParameters
-
Sets the protected IntegerParameter
objects used by this effect parameters object.
- setProtectedIntegerParameterValue(String, int) - Method in class standard.EffectParameters
-
Sets the integer value of the specified protected IntegerParameter
.
- setProtectedObjectParameters(Hashtable<String, ObjectParameter>) - Method in class standard.EffectParameters
-
Sets the protected ObjectParameter
objects used by this effect parameters object.
- setProtectedObjectParameterValue(String, Object) - Method in class standard.EffectParameters
-
Sets the value of the specified protected ObjectParameter
.
- setRandom(Random) - Method in class util.color.RandomColor
-
Sets the Random
object that should be used to generate the random numbers for the color calculation.
- setRandomMagnitude(double) - Method in class util.color.RandomColor
-
Sets the randomizer magnitude.
- setRightLowerColor(Color) - Method in class util.image.ExampleImageGenerator
-
Sets the color in the left upper corner that should be used for the color transition.
- setSelected(boolean) - Method in class gui.ImageEffectSaveOption
-
- setSelectedIndex(int) - Method in class gui.ComboBoxPanel
-
Sets the selected index of the ComboBox
.
- setStarsParameters(StarsParameters) - Method in class gui.drawing.StarsPanel
-
Sets the effect parameters for the Stars
effect that is shown by this StarsPanel
object.
- setStartX(int) - Method in class standard.LinearTransitionProperties
-
- setStartY(int) - Method in class standard.LinearTransitionProperties
-
- setText(String) - Method in class gui.color.TransparentColorPanel
-
Sets the title of the color chooser window of the ColorDisplay
object.
- setText(String) - Method in class gui.ComboBoxPanel
-
Sets the text of the label.
- Settings - Class in applications
-
An entity that holds the settings of the gui application.
- Settings() - Constructor for class applications.Settings
-
Creates the default settings.
- Settings(Properties) - Constructor for class applications.Settings
-
Loads the settings saved in the specified properties object.
- SETTINGS_PROPERTY_FILE - Static variable in class applications.SettingsDialog
-
The file name of the java properties file where the options of the gui application are stored.
- SettingsDialog - Class in applications
-
Dialog that represents the options of the gui application.
- SettingsDialog(JFrame) - Constructor for class applications.SettingsDialog
-
Creates the settings dialog.
- setValue(boolean) - Method in class standard.BooleanParameter
-
Sets the boolean value that should be represented by this BooleanParameter
object.
- setValue(String) - Method in class standard.BooleanParameter
-
Sets the boolean value that should be represented by this BooleanParameter
object.
- setValue(Color) - Method in class standard.ColorParameter
-
Sets the color value that should be represented by this ColorParameter
object.
- setValue(String) - Method in class standard.ColorParameter
-
Sets the color value that should be represented by this ColorParameter
object.
- setValue(String) - Method in class standard.DoubleParameter
-
Sets the double value that should be represented by this DoubleParameter
object.
- setValue(double) - Method in class standard.DoubleParameter
-
Sets the double value that should be represented by this DoubleParameter
object.
- setValue(double, double) - Method in class standard.DoubleParameter
-
Sets the double value that should be represented by this DoubleParameter
object for a specified point in time of a video.
- setValue(String) - Method in class standard.IntegerParameter
-
Sets the integer value that should be represented by this IntegerParameter
object.
- setValue(int) - Method in class standard.IntegerParameter
-
Sets the integer value that should be represented by this IntegerParameter
object.
- setValue(int, double) - Method in class standard.IntegerParameter
-
Sets the integer value that should be represented by this IntegerParameter
object for a specified point in time of a video.
- setValue(E, double) - Method in class standard.InterpolationContainer
-
Sets a value at the specified point in time.
- setValue(String) - Method in interface standard.IParameter
-
Sets the value of this parameter.
- setValue(Object) - Method in class standard.ObjectParameter
-
Sets the value that should be represented by this ObjectParameter
object.
- setValue(String) - Method in class standard.ObjectParameter
-
Not implemented.
- setValueLabels(Vector<String>) - Method in class gui.ComboBoxPanel
-
Sets a new list of values for the ComboBox
.
- setVideo(IVideo) - Method in class standard.VideoEffect
-
Sets the IVideo
object which should be processed by the VideoEffect
object.
- setWidth(int) - Method in class util.image.ExampleImageGenerator
-
Sets the width of the image that should be generated.
- setWindowCorners(double, double, double, double) - Method in class fractals.FractalSetParameters
-
- setWindowCorners(ComplexNumber, ComplexNumber) - Method in class fractals.FractalSetParameters
-
- setWindowCorners(double, double, double, double) - Method in class gui.fractals.FractalSetNavigationPanel
-
Sets the effect parameters that should be represented by this MandelbrotSetPropertiesPanel
object.
- setWindowCorners(double, double, double, double) - Method in class gui.fractals.FractalSetPanel
-
- setZoomFactor(double) - Method in interface gui.IZoomPanelListener
-
Sets the zoom factor of the image or video.
- setZoomFactor(double) - Method in class gui.SimpleImageEffectPanel
-
Sets the zoom factor of the image or video.
- shouldBeShown() - Method in class applications.SaveOptionsDialog
-
- SHOW_PREFIX - Static variable in class io.FrameDifferencingConfiguration
-
the prefix for the frame differencing show configuration parameters
- showDialog(JPanel, String, Color) - Method in class gui.color.ColorChooser
-
- showProperties() - Method in class applications.GuiApplicationMenu
-
- showPropertiesPanel(boolean) - Method in class applications.GuiApplication
-
- showSettingsDialog() - Method in class applications.GuiApplication
-
- SimpleImageEffectPanel - Class in gui
-
Implements an image effect panel that shows only the image of the effect.
- SimpleImageEffectPanel(ImageEffect) - Constructor for class gui.SimpleImageEffectPanel
-
Creates a panel that shows the result of the specified image effect.
- SizingPanel - Class in gui
-
A panel that steers the size of an image effect.
- SizingPanel() - Constructor for class gui.SizingPanel
-
Creates the SizingPanel
.
- SliderPanel - Class in gui
-
A panel for steering a numeric effect parameter with a slider and a spinner as main gui components.
- SliderPanel() - Constructor for class gui.SliderPanel
-
- standard - package standard
-
Basic classes that are used by effects and their parameter classes: E.g. parameter types, interfaces, listeners, thread management, ...
- Stars - Class in drawing
-
Implements the stars effect, by taking the parameters and making some line drawings.
- Stars() - Constructor for class drawing.Stars
-
Creates a Stars
object with the default parameters.
- Stars(StarsParameters) - Constructor for class drawing.Stars
-
Creates a stars effect object that draws a stars image according to the specified parameters.
- StarsApplet - Class in applets
-
Applet for showing the Stars image effect.
- StarsApplet() - Constructor for class applets.StarsApplet
-
- StarsConfiguration - Class in io.imageeffects
-
Provides methods to read in configuration files to define a Stars image effect.
- StarsConfiguration() - Constructor for class io.imageeffects.StarsConfiguration
-
- StarsLanguageProperties - Class in applications
-
An entity that holds the default language properties, for example
all label names in English.
- StarsLanguageProperties() - Constructor for class applications.StarsLanguageProperties
-
- StarsPanel - Class in gui.drawing
-
Handles the interaction with a Star drawing.
- StarsPanel() - Constructor for class gui.drawing.StarsPanel
-
Creates a StarsPanel
object with the default settings for the Stars effect.
- StarsParameters - Class in drawing
-
Encapsulates the parameters that can be specified for the Stars effect.
- StarsParameters() - Constructor for class drawing.StarsParameters
-
Creates a default parameter set for the stars effect.
- StarsPropertiesPanel - Class in gui.drawing
-
A properties panel for the stars effect.
- StarsPropertiesPanel(StarsPanel) - Constructor for class gui.drawing.StarsPropertiesPanel
-
Creates a StarsPropertiesPanel
object with the default parameters
of the Stars
effect.
- stateChanged(ChangeEvent) - Method in class applets.MandelbrotApplet
-
for sliders. at the moment not used !
- stateChanged(ChangeEvent) - Method in class applets.StarsApplet
-
- stateChanged(ChangeEvent) - Method in class gui.color.NoiseGeneratorPropertiesPanel
-
If the checkboxes have been modified that steer which noise type is used, this is communicated with this method.
- stateChanged(ChangeEvent) - Method in class gui.fractals.FractalSetNavigationPanel
-
Applies the changes of the JSpinner
and the JSlider
object.
- stateChanged(ChangeEvent) - Method in class gui.fractals.FractalSetPropertiesPanel
-
Applies the changes of the JSpinner
and the JSlider
object.
- stateChanged(ChangeEvent) - Method in class gui.SizingPanel
-
Applies the changes of the JSpinner
.
- stateChanged(ChangeEvent) - Method in class gui.SliderPanel
-
Applies the changes of the JSpinner
and the JSlider
object.
- stateChanged(ChangeEvent) - Method in class gui.transparency.LinearTransitionPanel
-
Applies the changes of the JSpinner
and the JSlider
object.
- store(String) - Method in class applications.Settings
-
Stores the current settings to a Java properties file with the specified file name.
- StringUtils - Class in util
-
- StringUtils() - Constructor for class util.StringUtils
-
- subtract(ComplexNumber) - Method in class util.math.ComplexNumber
-
Returns A complex number that is the result of this complex number subtracted by the specified complex number.
- subtractFromThis(ComplexNumber) - Method in class util.math.ComplexNumber
-
Subtracts the values of the specified complex number from this complex number.
- switchComboBoxItemLabels(JComboBox<String>, LanguageProperties, Vector<String>) - Static method in class gui.AbstractPropertiesPanel
-