Uses of Interface
jpicedt.graphic.event.ZoomListener
-
Packages that use ZoomListener Package Description jpicedt.graphic jPicEdt library core classes and packages.jpicedt.ui Some classes and interfaces that help building concrete implementation of MDIManager's. -
-
Uses of ZoomListener in jpicedt.graphic
Methods in jpicedt.graphic with parameters of type ZoomListener Modifier and Type Method Description voidPECanvas. addZoomListener(ZoomListener l)adds a ZoomListener to the CanvasvoidPECanvas. removeZoomListener(ZoomListener l)removes a ZoomListener from the Canvas -
Uses of ZoomListener in jpicedt.ui
Classes in jpicedt.ui that implement ZoomListener Modifier and Type Class Description classPEDrawingBoard.GridZoomToolBarA toolbar that allows the user to change the grid and zoom properties
-