Package net.ontopia.topicmaps.viz
Class ExtendedTGPanel.AdjustOriginLens
- java.lang.Object
-
- com.touchgraph.graphlayout.TGAbstractLens
-
- net.ontopia.topicmaps.viz.ExtendedTGPanel.AdjustOriginLens
-
- Enclosing class:
- ExtendedTGPanel
protected class ExtendedTGPanel.AdjustOriginLens extends com.touchgraph.graphlayout.TGAbstractLens
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedAdjustOriginLens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected voidapplyLens(com.touchgraph.graphlayout.TGPoint2D p)protected voidundoLens(com.touchgraph.graphlayout.TGPoint2D p)
-
-
-
Method Detail
-
applyLens
protected void applyLens(com.touchgraph.graphlayout.TGPoint2D p)
- Overrides:
applyLensin classcom.touchgraph.graphlayout.TGAbstractLens
-
undoLens
protected void undoLens(com.touchgraph.graphlayout.TGPoint2D p)
- Overrides:
undoLensin classcom.touchgraph.graphlayout.TGAbstractLens
-
-