Package | Description |
---|---|
twaver | |
twaver.network | |
twaver.web.svg.network |
Modifier and Type | Method and Description |
---|---|
MovableFilter |
SpringLayouter.getMovableFilter()
Gets the movable filter for this spring layouter, the
movable filter makes some elements fix in original location
when doing layout.
|
Modifier and Type | Method and Description |
---|---|
static void |
TWaverUtil.animateMove(java.util.Iterator iterator,
MovableFilter filter,
double xOffset,
double yOffset,
java.lang.Runnable runnable,
int step,
int sleep)
Moves elements location with offset animately.
|
static void |
TWaverUtil.moveElements(java.util.Iterator iterator,
MovableFilter filter,
double xOffset,
double yOffset)
Calls this method to move specified elements by given x offset and y offset.
|
static void |
TDataBox.moveElements(java.util.Iterator elements,
MovableFilter movableFilter,
double xOffset,
double yOffset)
Calls this method to move specified elements by given x offset and y offset.
|
void |
SpringLayouter.setMovableFilter(MovableFilter movableFilter)
Sets the movable filter for this spring layouter, the
movable filter makes some elements fix in original location
when doing layout.
|
Modifier and Type | Method and Description |
---|---|
void |
TNetwork.addMovableFilter(MovableFilter filter)
Adds a new movable filter into this network.
|
void |
TNetwork.removeMovableFilter(MovableFilter filter)
Removes a movable filter from this network.
|
void |
TNetwork.setMovableFilter(MovableFilter filter)
Remove all all movable filters and
add the specified movable filter.
|
Modifier and Type | Method and Description |
---|---|
void |
TSVGNetwork.addMovableFilter(MovableFilter filter)
Adds a new movable filter into this network.
|
void |
TSVGNetwork.removeMovableFilter(MovableFilter filter)
Removes a movable filter from this network.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.