com.touchgraph.graphlayout.interaction
public class RotateScroll extends Object implements GraphListener
Constructor and Description |
---|
RotateScroll(TGPanel tgp)
Constructor with TGPanel tgp.
|
Modifier and Type | Method and Description |
---|---|
com.touchgraph.graphlayout.interaction.RotateScroll.RotateLens |
getLens() |
com.touchgraph.graphlayout.interaction.RotateScroll.RotateDragUI |
getRotateDragUI() |
Scrollbar |
getRotateSB() |
int |
getRotationAngle() |
void |
graphMoved() |
void |
graphReset() |
void |
incrementRotateAngle(double inc) |
void |
setRotationAngle(int angle) |
public RotateScroll(TGPanel tgp)
public com.touchgraph.graphlayout.interaction.RotateScroll.RotateLens getLens()
public Scrollbar getRotateSB()
public com.touchgraph.graphlayout.interaction.RotateScroll.RotateDragUI getRotateDragUI()
public int getRotationAngle()
public void setRotationAngle(int angle)
public void graphMoved()
graphMoved
in interface GraphListener
public void graphReset()
graphReset
in interface GraphListener
public void incrementRotateAngle(double inc)