Interface LensSupport
-
- All Known Implementing Classes:
AbstractLensSupport
,LayoutLensSupport
,MagnifyImageLensSupport
,ViewLensSupport
public interface LensSupport
basic API for implementing lens projection support- Author:
- Tom Nelson
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
activate()
void
activate(boolean state)
void
deactivate()
ModalGraphMouse
getGraphMouse()
LensTransformer
getLensTransformer()
-
-
-
Method Detail
-
activate
void activate()
-
deactivate
void deactivate()
-
activate
void activate(boolean state)
-
getLensTransformer
LensTransformer getLensTransformer()
-
getGraphMouse
ModalGraphMouse getGraphMouse()
-
-