Package | Description |
---|---|
twaver | |
twaver.network.inputhandler | |
twaver.network.ui | |
twaver.web.svg.network | |
twaver.web.svg.network.ui |
Modifier and Type | Class and Description |
---|---|
class |
FlexionLink
This class defines a Link that has two flexional points
close to the two terminal points of the link.
|
class |
LinkSubNetwork |
class |
OrthogonalLink
This class defines a link with an orthogonal path.
|
class |
PolyLine
This class defines a special link element which
is combined by a set of straight lines.
|
class |
ShapeLink |
class |
Wire
Created by macpro3 on 07/02/2017.
|
Modifier and Type | Method and Description |
---|---|
Link |
Link.copy(Node from,
Node to)
Copy a new link with given from/to node.
|
Link |
Link.copy(Node from,
Node to,
TDataBox box)
Copy a new element with given data box and from/to node.
|
Link |
Link.copy(java.lang.Object id,
Node from,
Node to)
Copy a new link with given id and from/to node.
|
Link |
Link.copy(java.lang.Object id,
Node from,
Node to,
TDataBox box)
Copy a new element with given id, data box and from/to node.
|
Modifier and Type | Method and Description |
---|---|
protected void |
DefaultExportValuesInterceptor.exportFrom(Link source,
Link target,
TDataBox box) |
protected void |
DefaultExportValuesInterceptor.exportTo(Link source,
Link target,
TDataBox box) |
java.util.List |
TDataBox.getBundledLinks(Link link) |
static void |
TWaverUtil.reverseBundledLinksExpand(Link link)
Reverse the expand status of the bundled links between
the specified link's from agent node and to agent node.
|
void |
TDataBox.reverseBundleExpand(Link link) |
void |
TDataBox.tagLinkIndex(Link link)
Tags all links's bundle index between the given link's
fromAgentNode and toAgentNode.
|
Constructor and Description |
---|
UndoRedoEvent(Link link) |
Modifier and Type | Method and Description |
---|---|
protected Link |
CreateLinkInputHandler.createLink() |
Modifier and Type | Method and Description |
---|---|
protected void |
CreateLinkInputHandler.preProcess(Link link) |
Modifier and Type | Method and Description |
---|---|
Link |
LinkUI.getLink()
Get the link object.
|
Constructor and Description |
---|
LinkUI(TNetwork network,
Link link)
Constructs the link ui by network component
and link element object.
|
WireUI(TNetwork network,
Link link) |
Modifier and Type | Method and Description |
---|---|
java.awt.Point |
SVGContext.getFromPoint(Link link)
Gets the point of the from point from the cache map
|
java.awt.geom.GeneralPath |
SVGContext.getLinkPath(Link link)
Gets the generalpath of the link from the cache map
|
java.awt.Point |
SVGContext.getToPoint(Link link)
Gets the point of the to point from the cache map
|
void |
SVGContext.registerFromPoint(Link link,
java.awt.Point point)
Register the point of the form link to cache map
|
void |
SVGContext.registerLinkPath(Link link,
java.awt.geom.GeneralPath path)
Register the generalpath of the link to cache map
|
void |
SVGContext.registerToPoint(Link link,
java.awt.Point point)
Register the point of the to link to cache map
|
Modifier and Type | Field and Description |
---|---|
protected Link |
LinkSVGUI.link |
Constructor and Description |
---|
InterceptedLinkSVGUI(MapNetwork network,
Link link)
Deprecated.
|
LinkSVGUI(TSVGNetwork network,
Link link)
Create a link svg ui with the given network and the link
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.