-
pane
Pane pane
Pane that is contained in this panel
-
alignMode
boolean alignMode
Indicates whether the pane is aligned in the panel. If aligned, any
change of panel size invokes resize of the bound pane and the pane is
always aligned in such a way that the top-left corner of the pane
corresponds to the top-left corner of this panel.
-
resizeFromPaneEnabled
boolean resizeFromPaneEnabled
Indicates whether resize from pane is enabled.
-
paneChangeListener
sk.upjs.jpaz2.PaneChangeListener paneChangeListener
Listener that listen to changes of the bound pane.
-
backbuffer
BufferedImage backbuffer
Backbuffer for the case of rotated bound pane, when drawing performance
is significantly slow.
-
repackFrame
JFrame repackFrame
JFrame that should be repacked in case of resize event from the bound
pane.
-
transition
sk.upjs.jpaz2.TransitionEffect.Transition transition
Implementation of active transition effect.
-
lastMousePosition
Point lastMousePosition
Last known position of mouse cursor.
-
updateCursorRunnable
Runnable updateCursorRunnable
Runnable that updates mouse cursor.