- zoomIn(ComplexNumber, ComplexNumber) - Method in class org.sm.fraxion.gui.FractalPanel
-
Zooms in on a specific region.
- ZoomLevelChooser - Class in org.sm.fraxion.gui.dialogs
-
The ZoomLevelChooser
class provides a dialog for selecting a zoom level.
- ZoomLevelChooser(JFrame, ZoomStack) - Constructor for class org.sm.fraxion.gui.dialogs.ZoomLevelChooser
-
Constructs a ZoomLevelChooser
object.
- zoomOut() - Method in class org.sm.fraxion.gui.FractalPanel
-
Zooms to the previous location on the zoom stack if it's not empty.
- ZoomStack - Class in org.sm.fraxion.gui.util
-
The ZoomStack
class provides a container accessing, loading and saving the zoom stack.
- ZoomStack() - Constructor for class org.sm.fraxion.gui.util.ZoomStack
-
Constructs a ZoomStack
object.
- zoomToLevel(int) - Method in class org.sm.fraxion.gui.FractalPanel
-
Zooms to a specified existing zoom level.
- zoomToSelection() - Method in class org.sm.fraxion.gui.FractalPanel
-
Zooms in on the current selection.
- zoomToStack(int...) - Method in class org.sm.fraxion.gui.FractalPanel
-
Sets the current zoom boundaries to those at the top of the zoom stack
and adjusts their aspect ratio if necessary.