-
display
javax.swing.JLabel display
The display pane to show the image on
-
imageFile
java.lang.String imageFile
Stores the current image
-
data
java.lang.String data
Stores the current dataset represented by the canvas
-
img
java.awt.image.BufferedImage img
Stores the image data to display in the image canvas.
-
zoom
float zoom
The zoom level of the canvas (as a percent of normal zoom).
By default, this value is 100 -- i.e. neither zoomed in or out.
-
MIN_ZOOM
float MIN_ZOOM
Stores the minimum zoom level allowed within the image canvas (based on
BioLegato's properties.
-
MAX_ZOOM
float MAX_ZOOM
Stores the maximum zoom level allowed within the image canvas (based on
BioLegato's properties.
-
ZOOM_STEP
float ZOOM_STEP
Stores the minimum zoom level allowed within the image canvas (based on
BioLegato's properties.