|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.touchgraph.graphlayout.interaction.LocalityScroll
public class LocalityScroll
LocalityScroll.
| Field Summary | |
|---|---|
static int |
scrollDef
The default scroll value. |
static int |
scrollMax
The maximum scroll value. |
| Constructor Summary | |
|---|---|
LocalityScroll(TGPanel tgp)
|
|
| Method Summary | |
|---|---|
int |
getLocalityRadius()
|
JScrollBar |
getLocalitySB()
|
int |
getMaximum()
Returns the maximum scroll limit (prior to INFINITE_LOCALITY_RADIUS) as an int. |
protected Node |
getSelect()
Included to permit overriding. |
void |
graphMoved()
|
void |
graphReset()
|
void |
setDefault(int n)
Sets the default scroll limit to n. |
void |
setLocalityRadius(int radius)
|
void |
setMaximum(int n)
Sets the maximum scroll limit (prior to INFINITE_LOCALITY_RADIUS) to n. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static int scrollDef
public static int scrollMax
| Constructor Detail |
|---|
public LocalityScroll(TGPanel tgp)
| Method Detail |
|---|
public void setMaximum(int n)
public int getMaximum()
public void setDefault(int n)
public JScrollBar getLocalitySB()
public int getLocalityRadius()
public void setLocalityRadius(int radius)
public void graphMoved()
graphMoved in interface GraphListenerpublic void graphReset()
graphReset in interface GraphListenerprotected Node getSelect()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||