Index

C G I M N P R S T Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form

C

centerImage(Point2D.Double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Centers the image on the given image point
centerImage(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Centers the image on the given point on the panel, if it is within the image boundaries.

G

getImage() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
getImageHeight() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
getImageOrigin() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Gets the image origin.
getImageWidth() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
getScale() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
getZoom() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Gets the current zoom level.
getZoomDevice() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Gets the current zoom device.
getZoomIncrement() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Gets the current zoom increment.

I

IMAGE_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
Identifies that the image in the panel has changed.
imageToPanelPoint(Point2D.Double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Converts the original image point into this panel's point
is.codion.plugin.imagepanel - module is.codion.plugin.imagepanel
Image panel.

NavigableImagePanel
is.codion.plugin.imagepanel - package is.codion.plugin.imagepanel
 
isHighQualityRenderingEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Indicates whether the high quality rendering feature is enabled.
isMoveImageEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
isNavigationImageEnabled() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Indicates whether navigation image is enabled.
isWithinImage(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Tests whether a given point in the panel falls within the image boundaries.

M

MOUSE_BUTTON - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies the left and right mouse buttons as the zooming device.
MOUSE_WHEEL - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies the mouse scroll wheel as the zooming device.

N

NavigableImagePanel - Class in is.codion.plugin.imagepanel
NavigableImagePanel is a lightweight container displaying an image that can be zoomed in and out and panned with ease and simplicity, using an adaptive rendering for high quality display and satisfactory performance.
NavigableImagePanel() - Constructor for class is.codion.plugin.imagepanel.NavigableImagePanel
Creates a new navigable image panel with no default image and the mouse scroll wheel as the zooming device.
NavigableImagePanel(BufferedImage) - Constructor for class is.codion.plugin.imagepanel.NavigableImagePanel
Creates a new navigable image panel with the specified image and the mouse scroll wheel as the zooming device.
NavigableImagePanel.ZoomDevice - Class in is.codion.plugin.imagepanel
Defines zoom devices.
NONE - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
Identifies that the panel does not implement zooming, but the component using the panel does (programmatic zooming method).

P

paintComponent(Graphics) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Paints the panel and its image at the current zoom level, location, and interpolation method dependent on the image scale.
panelToImagePoint(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Converts this panel's point into the original image point

R

readImage(String) - Static method in class is.codion.plugin.imagepanel.NavigableImagePanel
Reads an image from the given path
resetView() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Resets the view so the image fits the panel

S

setHighQualityRenderingEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Enables/disables high quality rendering.
setImage(BufferedImage) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets an image for display in the panel.
setImageOrigin(int, int) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets the image origin.
setImageOrigin(Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets the image origin.
setMoveImageEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
 
setNavigationImageEnabled(boolean) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Enables/disables navigation with the navigation image.
setZoom(double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets the zoom level used to display the image.
setZoom(double, Point) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets the zoom level used to display the image, and the zooming center, around which zooming is done.
setZoomDevice(NavigableImagePanel.ZoomDevice) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets a new zoom device.
setZoomIncrement(double) - Method in class is.codion.plugin.imagepanel.NavigableImagePanel
Sets a new zoom increment value.

T

toString() - Method in class is.codion.plugin.imagepanel.NavigableImagePanel.ZoomDevice
 

Z

ZOOM_INCREMENT_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
Identifies a change to the zoom increment.
ZOOM_LEVEL_CHANGED_PROPERTY - Static variable in class is.codion.plugin.imagepanel.NavigableImagePanel
Identifies a change to the zoom level.
C G I M N P R S T Z 
All Classes and Interfaces|All Packages|Constant Field Values|Serialized Form