-
image
org.imajine.image.EditableImage image
The original image to be displayed.
-
optimizedImage
org.imajine.image.EditableImage optimizedImage
A display-optimized copy of the image. If optimizedImageEnabled is false,
it just references the original image.
-
scaledImage
org.imajine.image.EditableImage scaledImage
A scaled-down version of the image to fit the actual rendering settings.
-
optimizedImageEnabled
boolean optimizedImageEnabled
True if a local optimized copy of the image should be used.
-
scaledImageCachingEnabled
boolean scaledImageCachingEnabled
True if use a scaled local copy of the image for faster rendering.
-
scale
double scale
The current scale.
-
minScale
double minScale
-
maxScale
double maxScale
-
angle
double angle
The current rotation.
-
origin
Point origin
The image coordinates of the pixel shown in the top left corner of the component.
-
previewSettings
org.imajine.image.render.PreviewSettings previewSettings
The current preview settings.
-
shownImageX
int shownImageX
The coordinates of the photo origin relative to the component location.
-
shownImageY
int shownImageY
The coordinates of the photo origin relative to the component location.
-
shownImageWidth
int shownImageWidth
The scaled photo dimension in pixels.
-
shownImageHeight
int shownImageHeight
The scaled photo dimension in pixels.
-
margin
Insets margin
The maximum margin that can be shown around the image.
-
clippingShape
Shape clippingShape
If not null, the image rendering will be clipped against this shape.
-
scaleQuality
org.imajine.image.Quality scaleQuality
The quality used for scale.
-
rotateQuality
org.imajine.image.Quality rotateQuality
The quality used for rotate.
-
overlayList
List<E> overlayList
Overlays will be drawn over the image.
-
fitToDisplaySize
boolean fitToDisplaySize
If true, the image always fits the component size.
-
listenerList
List<E> listenerList
The list of listeners.
-
repaintEnabled
boolean repaintEnabled
True if repaint is currently enabled.
-
editingTool
EditingTool editingTool
The current EditingTool.
-
horizontalScrollBar
JScrollBar horizontalScrollBar
The vertical scrollbar.
-
verticalScrollBar
JScrollBar verticalScrollBar
The horizontal scrollbar.
-
filler
JPanel filler
-
scrollBarsVisible
boolean scrollBarsVisible
True if scrollbars should be visible.
-
imageBorder
Border imageBorder
A border to be rendered around the image.
-
previousWidth
int previousWidth
Width of the renderer before the latest resize, used to layout scrollbars.
-
previohsHeight
int previohsHeight
Height of the renderer before the latest resize, used to layout scrollbars.
-
scrollbarThickness
int scrollbarThickness
The thickness of scrollbars.
-
scrollbarListener
AdjustmentListener scrollbarListener
The scrollbar listener.