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 protected
AdjustOriginLens()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected void
applyLens(com.touchgraph.graphlayout.TGPoint2D p)
protected void
undoLens(com.touchgraph.graphlayout.TGPoint2D p)
-
-
-
Method Detail
-
applyLens
protected void applyLens(com.touchgraph.graphlayout.TGPoint2D p)
- Overrides:
applyLens
in classcom.touchgraph.graphlayout.TGAbstractLens
-
undoLens
protected void undoLens(com.touchgraph.graphlayout.TGPoint2D p)
- Overrides:
undoLens
in classcom.touchgraph.graphlayout.TGAbstractLens
-
-