Serialized Form
-
Package org.timomt
-
Class org.timomt.ActionPanel
class ActionPanel extends JPanel implements Serializable-
Serialized Fields
-
matrixFields
JTextField[][] matrixFields
matrixFields: input fields for the user matrix. -
matrixTargetComboBox
JComboBox<ImageTransformer.MATRIX_TARGETS> matrixTargetComboBox
matrixTargetComboBox: a JComboBox to select the target property. -
operationComboBox
JComboBox<String> operationComboBox
operationComboBox a JComboBox to select a preset operation.
-
-
-
Class org.timomt.ImageLabGUI
class ImageLabGUI extends JFrame implements Serializable-
Serialized Fields
-
image
BufferedImage image
image: the image to be displayed and altered. -
imageLabel
JLabel imageLabel
imageLabel: the container of this.image.
-
-
-
Class org.timomt.ImageLabMenuBar
class ImageLabMenuBar extends JMenuBar implements Serializable
-