Package | Description |
---|---|
twaver | |
twaver.animate | |
twaver.network | |
twaver.network.inputhandler | |
twaver.network.layout | |
twaver.network.toolbar | |
twaver.network.ui | |
twaver.network.zoom |
Modifier and Type | Method and Description |
---|---|
static java.util.List |
TWaverUtil.getElementsLogicalAt(TNetwork network,
int x,
int y) |
static java.util.List |
TWaverUtil.getElementsLogicalAt(TNetwork network,
int x,
int y,
boolean selectable) |
Modifier and Type | Method and Description |
---|---|
TNetwork |
AnimateSubNetwork.getNetwork() |
Constructor and Description |
---|
AnimateSubNetwork(TNetwork network,
TSubNetwork subNetwork,
java.lang.Runnable runnable,
int stepSize,
int sleep) |
Modifier and Type | Field and Description |
---|---|
protected TNetwork |
CloudLayouter.network |
Modifier and Type | Method and Description |
---|---|
TNetwork |
OverviewPane.getNetwork()
Get displayed network component for this overview.
|
TNetwork |
NetworkPrinter.getNetwork()
get the network component.
|
TNetwork |
NetworkElementRenderer.getNetwork()
Get the network component this renderer belong to.
|
TNetwork |
CloudLayouter.getNetwork() |
Modifier and Type | Method and Description |
---|---|
static void |
DraggingSpeed.adjustCanvas(java.awt.Point draggingPoint,
TNetwork network) |
static InteractionMode |
InteractionModeFactory.getCreateLinkMode(TNetwork network,
java.lang.Class linkclass)
Get the create link mode.
|
static InteractionMode |
InteractionModeFactory.getCreateNodeMode(TNetwork network)
Get the create node mode.
|
static InteractionMode |
InteractionModeFactory.getCreateNodeMode(TNetwork network,
java.lang.Class elementType)
Get the create node mode.
|
static InteractionMode |
InteractionModeFactory.getCreatePolyMode(TNetwork network)
Get the create polySubNetwork mode.
|
static InteractionMode |
InteractionModeFactory.getCreateShapeLinkMode(TNetwork network)
Get the create shape link mode.
|
static InteractionMode |
InteractionModeFactory.getDefaultLazySelectionMode(TNetwork network)
Get the default lazy selection network mode.
|
static InteractionMode |
InteractionModeFactory.getDefaultMode(TNetwork network)
Get the default network mode.
|
static javax.swing.JToolBar |
NetworkToolBarFactory.getDefaultToolBar(TNetwork network)
Get default toolbar
This is used for network components as the default toolbar.
|
static InteractionMode |
InteractionModeFactory.getMagnifierMode(TNetwork network)
Get the magnifier mode.
|
static InteractionMode |
InteractionModeFactory.getPanMode(TNetwork network)
Get the pan mode.
|
static javax.swing.JToolBar |
NetworkToolBarFactory.getSimpleToolBar(TNetwork network)
Get simple toolbar.
|
static javax.swing.JToolBar |
NetworkToolBarFactory.getToolBar(java.lang.String[] buttonIDs,
TNetwork network)
Create a toolbar by given button IDs.
|
static javax.swing.JToolBar |
NetworkToolBarFactory.getToolBar(java.lang.String toolbarName,
TNetwork network)
Get toolbar by toolbar name.
|
static InteractionMode |
InteractionModeFactory.getZoomToRectMode(TNetwork network)
Get the zoom to rectangle mode.
|
boolean |
ElementBoundsInvalidatableFilter.isElementBoundsInvalidatable(TNetwork network,
Element element,
java.beans.PropertyChangeEvent event)
Tells whether the given property of the element change affect
the element bounds invalidate on the given network component.
|
void |
OverviewPane.setNetwork(TNetwork network)
Set displayed network for this overview
|
Constructor and Description |
---|
CloudLayouter(TNetwork network) |
LayerManagerPane(TNetwork network)
Creates a LayerManagerPane instance by given network.
|
Magnifier(TNetwork network)
Construct magnifier instance.
|
NetworkElementRenderer(TNetwork network)
Create a renderer to paint given network's elements.
|
NetworkPrinter(TNetwork network)
construct a network printer.
|
Overview(java.lang.String titleText,
TNetwork network,
java.awt.Dimension size)
The overview constructor initialized by given network object.
|
Overview(TNetwork network)
The overview constructor initialized by given network object.
|
Overview(TNetwork network,
java.awt.Dimension size)
Create overview with given network and overview size.
|
OverviewPane(TNetwork network)
Create overview pane with given network component.
|
OverviewPane(TNetwork network,
int width,
int height)
Create overview pane with given network and size.
|
Modifier and Type | Field and Description |
---|---|
protected TNetwork |
RectangleInputHandler.network |
protected TNetwork |
DefaultInputHandler.network |
protected TNetwork |
CreatePointsInputHandler.network |
protected TNetwork |
CreateLinkInputHandler.network |
protected TNetwork |
AbstractMoveInputHandler.network |
Modifier and Type | Method and Description |
---|---|
TNetwork |
SelectionInputHandler.getNetwork()
Return the network be listened.
|
TNetwork |
RectangleInputHandler.getNetwork() |
TNetwork |
PopupMenuInputHandler.getNetwork()
Return the network be listened.
|
TNetwork |
InteractionInputHandler.getNetwork()
Return the network be listened.
|
TNetwork |
CreatePointsInputHandler.getNetwork() |
TNetwork |
AbstractMoveInputHandler.getNetwork()
Return the network be listened.
|
Modifier and Type | Method and Description |
---|---|
void |
ZoomToRectInputHandler.rectangleProcess(TNetwork network,
java.awt.Rectangle rectangle) |
abstract void |
RectangleInputHandler.rectangleProcess(TNetwork network,
java.awt.Rectangle rectangle) |
void |
ExportImageInputHandler.rectangleProcess(TNetwork network,
java.awt.Rectangle rectangle) |
void |
CreateResizableNodeInputHandler.rectangleProcess(TNetwork network,
java.awt.Rectangle rect) |
Constructor and Description |
---|
AbstractMoveInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
CreateLinkInputHandler(TNetwork network)
Constructs this handler initializes by given network component.
|
CreateLinkInputHandler(TNetwork network,
java.lang.Class elementType) |
CreateNodeInputHandler(TNetwork network)
Constructs the input handler initialized by given network.
|
CreateNodeInputHandler(TNetwork network,
java.lang.Class elementType)
Constructs the input handler initialized by given network
and element type
|
CreatePointsInputHandler(TNetwork network) |
CreatePolyInputHandler(TNetwork network) |
CreateResizableNodeInputHandler(TNetwork network,
java.lang.Class equipmentType) |
CreateShapeLinkInputHandler(TNetwork network) |
CreateShapeLinkInputHandler(TNetwork network,
java.lang.Class equipmentType) |
CreateShapeNodeInputHandler(TNetwork network) |
CreateShapeNodeInputHandler(TNetwork network,
java.lang.Class elementType) |
DefaultInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
EagerMoveInputHandler(TNetwork network) |
ExportImageInputHandler(TNetwork network) |
ExportImageInputHandler(TNetwork network,
javax.swing.JFileChooser chooser,
double zoom,
InteractionMode oldInteractionMode) |
InteractionInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
LazyMoveInputHandler(TNetwork network) |
MagnifierInputHandler(TNetwork network) |
PanInputHandler(TNetwork network)
Constructs handler with given network component.
|
PopupMenuInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
RectangleInputHandler(TNetwork network) |
ResizeInputHandler(TNetwork network) |
SelectionInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
WheelZoomInputHandler(TNetwork network)
Constructs a instance that is initialized with given network.
|
ZoomToRectInputHandler(TNetwork network) |
Constructor and Description |
---|
FlexionLinkLayouter(TNetwork network)
Creates FlexionLinkLayouter for the network component.
|
Modifier and Type | Field and Description |
---|---|
protected TNetwork |
BaseNetworkToggleButton.network |
protected TNetwork |
BaseNetworkButton.network |
Modifier and Type | Method and Description |
---|---|
TNetwork |
BaseNetworkToggleButton.getNetwork() |
TNetwork |
BaseNetworkButton.getNetwork() |
Constructor and Description |
---|
BaseNetworkButton(TNetwork network)
Constructs a base button initialized by specified network.
|
BaseNetworkDnDButton(TNetwork network,
java.lang.Class elementType) |
BaseNetworkToggleButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreateFlexionLinkButton(TNetwork network) |
NetworkCreateLinkButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreateLinkButton(TNetwork network,
java.lang.Class linkType) |
NetworkCreateLinkSubNetworkButton(TNetwork network) |
NetworkCreateNodeButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreateNodeButton(TNetwork network,
java.lang.Class elementType) |
NetworkCreateOrthogonalLinkButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreatePolyButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreateShapeLinkButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkCreateShapeNodeButton(TNetwork network) |
NetworkCreateShapeNodeButton(TNetwork network,
java.lang.Class elementType) |
NetworkCreateShapeSubNetworkButton(TNetwork network) |
NetworkCreateShapeSubNetworkButton(TNetwork network,
java.lang.Class elementType) |
NetworkCreateTextButton(TNetwork network) |
NetworkCreateTextButton(TNetwork network,
java.lang.Class elementType) |
NetworkExportImageButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkExportSVGButton(TNetwork network) |
NetworkFullScreenButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkLazyMoveButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkMagnifierButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkOpenDataFileButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkOverviewButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkPanButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkPrintButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkPrintPreviewButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkRedoButton(TNetwork network) |
NetworkSaveDataFileButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkSelectButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkUndoButton(TNetwork network) |
NetworkUpButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomBackButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomInButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomOutButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomResetButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomToOverviewButton(TNetwork network)
Constructs a base button initialized by specified network.
|
NetworkZoomToRectangleButton(TNetwork network)
Constructs a base button initialized by specified network.
|
Modifier and Type | Field and Description |
---|---|
protected TNetwork |
LinkBorderUI.network |
protected TNetwork |
AbstractElementUI.network |
protected TNetwork |
AbstractBorderUI.network |
protected TNetwork |
AbstractAttachment.network |
Modifier and Type | Method and Description |
---|---|
TNetwork |
ElementUI.getNetwork()
Get which network component this ui painting for.
|
TNetwork |
AbstractElementUI.getNetwork()
Obtains the network component this UI displayed on.
|
Constructor and Description |
---|
AbstractElementUI(TNetwork network,
Element element) |
BaseElementUI(TNetwork network,
BaseElement element)
Constructs a base element ui class by specified network and element.
|
BaseEquipmentUI(TNetwork network,
BaseEquipment equipment)
Constructs an new equipment ui with specified
network and equipment.
|
BTSAntennaUI(TNetwork network,
BTSAntenna antenna) |
CardUI(TNetwork network,
Card card)
Constructs a card ui with specified network component
and card element.
|
DummyUI(TNetwork network,
Dummy dummy)
Constructs ui with this network and dummy.
|
GridUI(TNetwork network,
Grid grid)
Constructs shelf ui by given network and shelf.
|
GroupUI(TNetwork network,
Group group)
Construct group ui by given network and group.
|
LinkUI(TNetwork network,
Link link)
Constructs the link ui by network component
and link element object.
|
NodeUI(TNetwork network,
Node node)
Constructs the node ui instance by given network
component and node element.
|
PolyLineUI(TNetwork network,
PolyLine polyLine) |
PolySubNetworkUI(TNetwork network,
PolySubNetwork subnetwork) |
RackUI(TNetwork network,
Rack rack)
Constructs a rack ui by given network component
and rack element.
|
ResizableNodeUI(TNetwork network,
ResizableNode node) |
RotatableNodeUI(TNetwork network,
RotatableNode rotatableNode) |
RoundRectUI(TNetwork network,
RoundRect element) |
ShapeImageUI(TNetwork network,
ShapeImage shapeImage) |
ShapeLinkUI(TNetwork network,
ShapeLink link) |
ShapeNodeUI(TNetwork network,
ShapeNode node) |
ShelfUI(TNetwork network,
Shelf shelf)
Constructs shelf ui by given network and shelf.
|
SlotUI(TNetwork network,
Slot slot)
Constructs slot ui by given network and slot.
|
SubNetworkUI(TNetwork network,
SubNetwork subNetwork)
Default constructor.
|
TextUI(TNetwork network,
Node node) |
WireUI(TNetwork network,
Link link) |
Modifier and Type | Method and Description |
---|---|
TNetwork |
Zoomer.getNetwork()
Get the zooming network component.
|
TNetwork |
PhysicalZoomer.getNetwork()
Get the network component this zoomer working for.
|
Constructor and Description |
---|
PhysicalZoomer(TNetwork network)
Create zoomer and work with specified network component.
|
Copyright © 2002 - 2010 Serva Software. All Rights Reserved.