All Packages  Class Hierarchy

A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

Index of all Fields and Methods

A

ABOUT. Static variable in class VisiFrame
ABOUT_MENU. Static variable in class VisiFrame
actionPerformed(ActionEvent). Method in class AnswerDialog
Action for ActionListener interface; called when the user presses the OK button or the Enter key
actionPerformed(ActionEvent). Method in class CancelDialog
Action for ActionListener interface; called when the Cancel button is pressed.
actionPerformed(ActionEvent). Method in class HostDialog
Action for ActionListener interface; invoked when the user presses button or double-clicks on a file or directory name.
actionPerformed(ActionEvent). Method in class MessageDialog
Handles events associated with the "OK" button.
actionPerformed(ActionEvent). Method in class NetworkInfoViewer
actionPerformed(ActionEvent). Method in class NodeInfoDialog
actionPerformed(ActionEvent). Method in class PortInfoViewer
actionPerformed(ActionEvent). Method in class URLDialog
Action for ActionListener interface; invoked when the user presses button or double-clicks on a file or directory name.
actionPerformed(ActionEvent). Method in class VCCInfoViewer
actionPerformed(ActionEvent). Method in class ViewDialog
actionPerformed(ActionEvent). Method in class VisiFrame
Handle menu choices (for ActionListener interface).
actionPerformed(ActionEvent). Method in class YesOrNoDialog
Handles events associated with the buttons.
actualSize. Variable in class DisplayCanvas
The actual size of the display canvas.
add(Node). Method in class Area
Add a node to the area.
add(Statistics). Method in class StatisticsQueue
Add an object to the queue.
addAllowedNode(Node, PointDouble). Method in class Area
Add a node to the list of nodes that are allowed to be members of the area.
addAllowedNode(String, PointDouble). Method in class Area
Add a node to the list of nodes that are allowed to be members of the area.
addArea(Area). Method in class VisiConfig
Add an area to the configuration.
addEvent(ActionEvent). Method in class VisiMain
Add an action event to the queue.
addException(Exception). Method in class VisiMain
Add an exception to the queue.
addInterface(Interface). Method in class EndSystem
Add an interface to the end system.
addInterface(String, int, String, String, String). Method in class EndSystem
Add an interface to the end system.
addMenus(MenuBar, boolean). Method in class VisiFrame
Set up menus in the menu bar.
addNode(Node). Method in class Network
Add a node to the network; overrides addNode() in ATMNetwork.
addNode(Node). Method in class VisiConfig
Add a node to the configuation.
addPhyAdj(Node). Method in class Node
Add a physical adjacency to the list.
addUpdate(ModelUpdate). Method in class VisiMain
Add a model update to the queue.
addVCCAdj(VCC). Method in class Node
Add a VCC to the list of adjacencies.
AGE_LIMIT. Variable in class StatisticsQueue
The time span the queue is allowed to cover, in milliseconds.
ALLOWED. Static variable in class Area
A node is explicitly allowed in an area.
ALLOWED_DEFAULT. Static variable in class Area
A node is allowed in an area by default (the area is a user- provided default area).
ALLOWED_WEAK_DEFAULT. Static variable in class Area
A node is allowed in an area by weak default (the area is the program-provided default area).
allowedNodes. Variable in class Area
A list of names of the nodes that are allowed in the area.
AnswerDialog(Frame, String, String[], String). Constructor for class AnswerDialog
Constructs a dialog window.
APPLY. Static variable in class ViewDialog
Arc(int, int, int, int, int, boolean). Constructor for class Arc
Constructs an arc, figuring out the appropriate radius and center given the endpoints and offset.
arcAngle. Variable in class Arc
The number of degress the arc encompasses.
area. Variable in class Node
The area the node is a member of.
Area(). Constructor for class Area
Constructs an area with default settings.
Area(Area). Constructor for class Area
Constructs an area by copying another area.
Area(VisiConfig, String, double, double, double, double). Constructor for class Area
Constructs an area given its name, location, and size.
AREA_TABLE_SIZE. Static variable in class VisiConfig
areaBounds. Variable in class ViewSettings
A flag indicating whether area boundaries are to be displayed.
areaLabels. Variable in class ViewSettings
A flag indicating whether area labels are to be displayed.
AreaMember(String, PointDouble). Constructor for class AreaMember
Constructs an AreaMember given the name of a node and its location.
areaTable. Variable in class VisiConfig
List of the areas.
areCountsUpdated(). Method in class NetworkInfoViewer
Test the current network element counts against values from the network to see if anything has changed.

B

bottomLabel. Variable in class VisiFrame
The label at the bottom of the frame, below the network display.
boundingRect. Variable in class Arc
A rectangle which encloses the circle the arc lies upon.
buildName(String, Vector, String). Method in class URLDialog
Assemble a URL from the base name and a vector containing the path name components.
bulge. Variable in class Arc
The amount of "bulge" in the arc.
buttonPanel. Variable in class CancelDialog
A panel for the 'Cancel' button.
bwAllocIn. Variable in class PortStatistics
The allocated input bandwidth.
bwAllocOut. Variable in class PortStatistics
The allocated output bandwidth.
bwIn. Variable in class SwitchPort
The input bandwidth.
bwOut. Variable in class SwitchPort
The output bandwidth.
bytesRead. Variable in class Parser
An approximate count of bytes read from the input stream.

C

C_CLEAR_MENU. Static variable in class VisiFrame
C_DEL_AREA_MENU. Static variable in class VisiFrame
C_NEW_AREA_MENU. Static variable in class VisiFrame
C_OPEN_MENU. Static variable in class VisiFrame
C_REN_AREA_MENU. Static variable in class VisiFrame
C_SAVE_AS_MENU. Static variable in class VisiFrame
C_SAVE_MENU. Static variable in class VisiFrame
CANCEL. Static variable in class CancelDialog
CANCEL. Static variable in class HostDialog
CANCEL. Static variable in class URLDialog
CANCEL. Static variable in class ViewDialog
cancel(). Method in class ConfigWriter
Cancel the operation.
cancel(). Method in class ImageWriter
Cancel the operation.
cancel(). Method in class Parser
Cancel the parse operation.
CancelDialog(Frame, String, String[]). Constructor for class CancelDialog
Constructs a dialog window.
cancelled. Variable in class CancelDialog
An indication of whether the Cancel button has been pressed.
cancelled. Variable in class ConfigWriter
A flag which indicates whether the write has been cancelled.
cancelled. Variable in class ImageWriter
A flag indicating whether the write has been cancelled.
cancelled. Variable in class Parser
A flag indicating whether the operation has been cancelled.
canvas. Variable in class VisiFrame
The canvas for displaying the network.
canvas. Variable in class VisiMouseListener
The display canvas.
cellsIn. Variable in class PortInfoViewer
A display label for the port's receive cell count.
cellsOut. Variable in class PortInfoViewer
A display label for the port's xmit cell count.
centerDialog(). Method in class CancelDialog
Center the dialog in the parent frame.
charMatch(char[], char[]). Method in class URLDialog
Look for a character array as a substring in another character array.
charScan(char[], int, char). Method in class URLDialog
Assemble a string from a character array, starting at the indicated position and stopping when we come to the indicated character.
clear(). Method in class Network
Clear the network.
clear(). Method in class VisiConfig
Clear the configuration.
clearAllowedNodes(). Method in class Area
Clears the list of allowed nodes.
clearCanvas(Graphics). Method in class DisplayCanvas
Prepares the drawing area by clearing it to the background color.
clearIcon(). Method in class Node
Clear the node's display icon.
clearIcon(). Method in class VCC
Clears the VCC's screen icon.
clearMouseVar(). Method in class SelectListener
Clear variables used by mouse movement routines.
clearNodeLocations(). Method in class Network
Clears display locations from all nodes.
clearRank(). Method in class VCC
Clears the VCC's rank.
clearScreenLocation(). Method in class Node
Clear the node's display location.
clearSelectedArea(). Method in class VisiConfig
Make sure no area is selected.
clearToDefault(). Method in class VisiConfig
Set the configuration to a default.
clearUpdateQueue(). Method in class VisiMain
Clear the update queue.
closeReader(InputStreamReader). Method in class VisiMain
Close an input stream reader.
collectionHost. Variable in class VisiDisplay
The host where the collection process runs.
collectionPort. Variable in class VisiDisplay
The port number for the collection process.
COLOR_VCC_BY_AGE. Static variable in class ViewSettings
COLOR_VCC_BY_MAX. Static variable in class ViewSettings
COLOR_VCC_BY_MIN. Static variable in class ViewSettings
COLOR_VCC_BY_OWNER. Static variable in class ViewSettings
COLOR_VCC_BY_RATE. Static variable in class ViewSettings
COLOR_VCC_BY_SIG. Static variable in class ViewSettings
colorByAgeCheckbox. Variable in class ViewDialog
colorByOwnerCheckbox. Variable in class ViewDialog
colorByRateCheckbox. Variable in class ViewDialog
colorBySigCheckbox. Variable in class ViewDialog
colorGroup. Variable in class ViewDialog
colorVCCBy. Variable in class ViewSettings
A selector indicating how VCC colors are to be chosen.
COLS. Static variable in class NetworkInfoViewer
The maximum number of columns in the display window.
config. Variable in class Area
The configuration the area is part of.
config. Variable in class ConfigParser
The configuration object being read into.
config. Variable in class ConfigWriter
The configuration that is being saved.
config. Variable in class Network
The network's configuration.
config. Variable in class NewAreaListener
The configuration being altered.
config. Variable in class SelectListener
The configuration being used.
CONFIG_CLEAR. Static variable in class VisiFrame
CONFIG_DELETE_AREA. Static variable in class VisiFrame
CONFIG_NEW_AREA. Static variable in class VisiFrame
CONFIG_OPEN. Static variable in class VisiFrame
CONFIG_POS_AUTO. Static variable in class VisiFrame
CONFIG_POS_CFG. Static variable in class VisiFrame
CONFIG_RENAME_AREA. Static variable in class VisiFrame
CONFIG_SAVE. Static variable in class VisiFrame
CONFIG_SAVE_AS. Static variable in class VisiFrame
ConfigParser(InputStreamReader, VisiConfig). Constructor for class ConfigParser
Constructs a configuration parser
configPos. Variable in class VisiConfig
Indicator showing whether nodes are to be positioned by their locations from the config file
ConfigWriter(FileWriter, VisiConfig). Constructor for class ConfigWriter
Constructs a configuration writer.
CONNECT. Static variable in class VisiFrame
CONNECT_MENU. Static variable in class VisiFrame
connectHostName. Variable in class VisiMain
connectHostPort. Variable in class VisiMain
connectPhy(Node, Node). Method in class Network
Establish a physical connection between two nodes.
connectVCC(String, int, int, String, int, int, int, int). Method in class Network
Establish a VCC between two nodes.
contains(Object). Method in class Area
Check whether a node is a member of the area.
contains(Point). Method in class Node
Check whether the given point is within the node's display icon.
control. Variable in class Switch
The control processor for the switch.
count(). Method in class Network
Count the nodes in the network.
countAreas(). Method in class VisiConfig
Count the areas in the configuration.
countEndSystems(). Method in class Network
Count the end systems in the network.
countOrphans(). Method in class Network
Count the orphan hosts in the network.
countSwitches(). Method in class Area
Count the switches in the area.
countSwitches(). Method in class Network
Count the switches in the network.
countUnknownNodes(). Method in class Network
Count the nodes of unknown type in the network.
countVccs(). Method in class Network
Count the VCCs in the network.
createIcon(ViewSettings). Method in class Area
Create and save the display icon for the area.
currDir. Variable in class URLDialog
Text field for displaying the current directory name.
current. Variable in class ProgressMonitor
The current value.
currentStatistics. Variable in class SwitchPort
The current port counter values
currentStatistics. Variable in class VCCEndpoint
The current statistics for the VCC endpoint.

D

dataAddr. Variable in class VisiMain
The name of the data directory for the application.
dataDir. Variable in class VisiDisplay
A data directory for the applet
dataDir. Variable in class VisiFrame
Directory containing files for VisiDisplay.
DEBUG_01. Static variable in class VisiFrame
DEBUG_01_MENU. Static variable in class VisiFrame
DEBUG_02. Static variable in class VisiFrame
DEBUG_02_MENU. Static variable in class VisiFrame
DEBUG_03. Static variable in class VisiFrame
DEBUG_03_MENU. Static variable in class VisiFrame
DEBUG_04. Static variable in class VisiFrame
DEBUG_04_MENU. Static variable in class VisiFrame
DEBUG_05. Static variable in class VisiFrame
DEBUG_05_MENU. Static variable in class VisiFrame
DEFAULT. Static variable in class Area
DEFAULT_FRAME_TITLE. Static variable in class VisiFrame
Application name to display on the frame.
DEFAULT_PORT. Static variable in class VisiDisplay
defaultCursor. Variable in class DisplayCanvas
The default cursor.
definedSize. Variable in class DisplayCanvas
The size of the display canvas desired by the applet.
delete(). Method in class Node
Delete the node from its network.
delete(). Method in class SwitchPort
Deletes the port from its switch.
delete(). Method in class VCC
Deletes the VCC from its network.
deleteInterface(Interface). Method in class EndSystem
Delete an interface from the end system.
deleteInterface(String). Method in class EndSystem
Delete the interface with the specified name from the end system.
destroy(). Method in class VisiDisplay
Shutdown method; called when VisiDisplay is run as an applet.
DIR_SEPARATOR. Static variable in class URLDialog
DIR_SEPARATOR_STR. Static variable in class URLDialog
dirList. Variable in class URLDialog
List of directories the user can select from.
disableMenu(int). Method in class VisiFrame
Disable a menu item.
displayArea. Variable in class NetworkInfoViewer
A text area displaying the network information.
DisplayCanvas(Dimension, VisiFrame, Network, ViewSettings). Constructor for class DisplayCanvas
Constructs a display canvas.
displayErrors(Vector, Vector). Method in class VisiMain
Display error messages returned by a parser.
displaySize. Variable in class ViewSettings
The size of the display window.
displayString. Variable in class NetworkInfoViewer
The string containing the network information.
distanceSq(Point). Method in class Line
Find the square of the distance from the line to a point.
done. Variable in class NetworkInfoViewer
A flag indicating when the thread is finished.
done. Variable in class PortInfoViewer
A flag indicating when the thread is finished.
done. Variable in class UpdateHandler
A flag to signal that the thread should terminate.
done. Variable in class VCCInfoViewer
A flag indicating when the thread is finished.
done. Variable in class VisiMain
A flag that will be set true when we handle an EXIT request.
dragged. Variable in class SelectListener
A flag indicating whether the cursor has been dragged (moved while a button is held down).
draw(Graphics). Method in class Arc
Draws the arc.
draw(Graphics). Method in class Line
Draws the line.
draw(Graphics). Method in class Network
Draw the network.
draw(Graphics, ViewSettings). Method in class Area
Draw the area in the display window.
draw(Graphics, ViewSettings). Method in class EtherSwitch
Draws the Ethernet switch in the display window.
draw(Graphics, ViewSettings). Method in class Node
Draw the node in a display window.
draw(Graphics, ViewSettings). Method in class Router
Draws the router in the display window.
draw(Graphics, ViewSettings). Method in class Switch
Draws the switch in the display window.
draw(Graphics, ViewSettings). Method in class VCC
Draws the VCC in the display window.
draw(Graphics, ViewSettings). Method in class VisiConfig
Draw the areas of the configuration.
DRAW_VCC_AS_ARC. Static variable in class ViewSettings
DRAW_VCC_AS_LINE. Static variable in class ViewSettings
DRAW_VCC_AS_MAX. Static variable in class ViewSettings
DRAW_VCC_AS_MIN. Static variable in class ViewSettings
drawArrow(Graphics, int, int). Method in class Router
Draws an arrow on the router.
drawLabel(Graphics, ViewSettings). Method in class Area
Draw a label in an area's rectangle in the display window.
drawLabel(Graphics, ViewSettings). Method in class Node
Draw the node's label.
drawLabel(Graphics, ViewSettings). Method in class Switch
Draws the switch's label.
drawVCCAs. Variable in class ViewSettings
A selector indicating how VCCs are to be drawn.
DUMP_ALL_NODES. Static variable in class VisiMain
DUMP_NON_ORPHAN_NODES. Static variable in class VisiMain
DUMP_ORPHAN_NODES. Static variable in class VisiMain
dumpNodes(Network, int). Method in class VisiMain
Dump network nodes to the console for debugging.

E

E. Static variable in class VisiMouseListener
e1Uptime. Variable in class VCCInfoViewer
A display label for endpoint 1's uptime.
e1Xmit. Variable in class VCCInfoViewer
A display label for endpoint 1's xmit cell count.
e2Uptime. Variable in class VCCInfoViewer
A display label for endpoint 2's uptime.
e2Xmit. Variable in class VCCInfoViewer
A display label for endpoint 2's xmit cell count.
enableMenu(int). Method in class VisiFrame
Enable a menu item.
endpoint. Variable in class VCC
A list of the VCC's endpoints (there are usually 2).
EndSystem(String, Network, String, long). Constructor for class EndSystem
Constructs a displayable end system.
EndSystemMU(EndSystemUpdate). Constructor for class EndSystemMU
Constructs an EndSystemMU
eof. Variable in class ConfigWriter
A flag which indicates whether the write operation is done.
eof. Variable in class ImageWriter
A flag indicating whether the write process has reached end of file.
eof. Variable in class Parser
A flag that is set to true when the tokenizer reaches the end of the input file.
equals(String, int, int). Method in class VCCEndpoint
Checks whether the VCC endpoint matches a given node, VPI, and VCI.
ETHER_SWITCH_ICON_SIZE. Static variable in class EtherSwitch
The display size of the icon representing the Ethernet switch.
EtherSwitch(String, Network, String, long). Constructor for class EtherSwitch
Constructs an Ethernet switch.
eventQueue. Variable in class VisiMain
A vector of ActionEvents from menu invocations
EXIT. Static variable in class VisiFrame
EXIT_MENU. Static variable in class VisiFrame
exitApp(). Method in class VisiFrame
Terminate the application.

F

FATAL_ERROR. Static variable in class Parser
fatalErrList. Variable in class ConfigWriter
A list of fatal errors that were encountered.
fatalErrList. Variable in class ImageWriter
A list of fatal errors that have been encountered.
fatalErrList. Variable in class Parser
A list of the fatal errors that were encountered.
FILE_INPUT. Static variable in class VisiMain
fileDirectory. Variable in class VisiMain
fileList. Variable in class URLDialog
List of files the user can select from.
fileSize. Variable in class VisiMain
findDirection(Point, Point). Method in class Arc
Figure out the direction from one point to another.
findDirection(Point, Point). Method in class SelectListener
Figure out the direction from one point to another.
findLastBandwidth(VCCEndpoint). Method in class VCC
Finds the bandwidth used in the last reporting interval
findMaxBandwidth(). Method in class Network
Find the maximum bandwidth of any port in the network.
findMaxBandwidth(). Method in class Switch
Finds the maximum bandwidth, in cells per second, of any port on the switch.
findVCCRateColor(). Method in class VCC
Determines a color for the VCC, based on the bandwidth it used during its last update cycle.
flagError(int, String). Method in class Parser
Add an error message to the list
FONT_NAME. Static variable in class Node
The name of the font to be used for node labels.
FONT_SIZE. Static variable in class Node
The size of the font to be used for node labels.
FONT_STYLE. Static variable in class Node
The style of the font to be used for node labels.
frame. Variable in class AnswerDialog
The parent frame.
frame. Variable in class DisplayCanvas
The parent frame.
frame. Variable in class HostDialog
The frame the dialog is associated with.
frame. Variable in class MessageDialog
The parent frame.
frame. Variable in class Network
The frame the network is being displayed in.
frame. Variable in class NetworkInfoViewer
The application's main frame.
frame. Variable in class NodeInfoDialog
The parent frame.
frame. Variable in class PortInfoViewer
The application's main frame.
frame. Variable in class VCCInfoViewer
The application's main frame.
frame. Variable in class ViewDialog
frame. Variable in class VisiMain
The main window of the application or applet.
frame. Variable in class VisiMouseListener
The applet's main window.
FRAME_MARGIN. Static variable in class DisplayCanvas
frameCanvas(Graphics). Method in class DisplayCanvas
Draws a frame around the display canvas.
FramedPanel(). Constructor for class FramedPanel
Constructs a framed panel with no layout manager.
FramedPanel(LayoutManager). Constructor for class FramedPanel
Constructs a framed panel.

G

getAllowedArea(Node). Method in class VisiConfig
Finds the best area for a node.
getAllowedEnumeration(). Method in class Area
Get an enumeration over the list of the nodes allowed in the area
getAllowedLocation(Node). Method in class Area
Get the location of a node that is allowed in the area.
getAllowedLocation(String). Method in class Area
Get the location of a node that is allowed in the area.
getAnswer(). Method in class AnswerDialog
Gets the user's answer.
getAnswer(). Method in class YesOrNoDialog
Returns the user's answer.
getArea(). Method in class Node
Get the area in which the node is displayed.
getArea(Area). Method in class VisiConfig
Get an area in the configuration.
getArea(String). Method in class VisiConfig
Get an area in the configuration by name.
getAreaEnumeration(). Method in class VisiConfig
Get an enumeration over the list of areas in the network.
getBandwidthString(long). Static method in class DisplayCanvas
Converts a bandwidth in cells per second to a string giving the bandwidth in Kbps or Mbps.
getBwAllocIn(). Method in class PortStatistics
Gets the port's allocated input bandwidth.
getBwAllocIn(). Method in class SwitchPort
Gets the port's current allocated input bandwidth.
getBwAllocOut(). Method in class PortStatistics
Gets the port's allocated output bandwidth.
getBwAllocOut(). Method in class SwitchPort
Gets the port's current allocated output bandwidth.
getBwIn(). Method in class SwitchPort
Gets the port's input bandwidth.
getBwOut(). Method in class SwitchPort
Gets the port's output bandwidth.
getBytesRead(). Method in class Parser
Get the current location in the input stream.
getCanvas(). Method in class VisiFrame
Get the display canvas.
getColorVCCBy(). Method in class ViewSettings
Gets the method for choosing VCC colors.
getConfig(). Method in class Area
Get the area's configuration.
getConfig(). Method in class Network
Get the network's configuration.
getControl(). Method in class Switch
Gets the control processor for the switch.
getCounts(). Method in class NetworkInfoViewer
Gets the current network element counts.
getDirectory(). Method in class URLDialog
Get the directory chosen by the user.
getDisplaySize(). Method in class DisplayCanvas
Gets the size to use when drawing on the canvas.
getDisplaySize(). Method in class ViewSettings
Gets the display window size.
getDrawVCCAs(). Method in class ViewSettings
Gets the method for drawing VCCs.
getEndpoint(String, int, int). Method in class VCC
Gets the VCC endpoint which matches the given end system name, VPI, and VCI.
getEndpoint1(). Method in class VCC
Gets the VCC's first endpoint.
getEndpoint1(VCCEndpoint). Method in class VCC
Sets the VCC's first endpoint.
getEndpoint2(). Method in class VCC
Gets the VCC's second endpoint.
getEndpoint2(VCCEndpoint). Method in class VCC
Sets the VCC's second endpoint.
getEndpoints(). Method in class VCC
Gets the VCC's endpoints.
getEndpoints(VCCEndpoint[]). Method in class VCC
Sets the VCC's endpoints.
getEOF(). Method in class ConfigWriter
Checks whether the write is done.
getEOF(). Method in class ImageWriter
Get the completion status.
getEOF(). Method in class Parser
Get an EOF indication.
getFatalErrors(). Method in class ConfigWriter
Get a list of the fatal errors that were encountered.
getFatalErrors(). Method in class ImageWriter
Return a list of fatal errors encountered.
getFatalErrors(). Method in class Parser
Get the list of fatal errors.
getFile(). Method in class URLDialog
Get the file chosen by the user.
getFileLists(List, List). Method in class URLDialog
Read a directory and put the directory and file names into the given lists.
getFrame(). Method in class Network
Get the network's display frame.
getHeight(). Method in class Area
Get the relative height of the area.
getHome(). Method in class Node
Get the switch considered to be the primary connection for the node.
getHostName(). Method in class HostDialog
Get the host name chosen by the user.
getIcon(). Method in class Area
Get the area's screen icon.
getIcon(). Method in class Node
Get the node's display icon.
getIcon(). Method in class VCC
Gets the line that represents the VCC on the screen.
getImage(). Method in class DisplayCanvas
Gets an image of the display.
getInsets(). Method in class FramedPanel
Get the panel's insets.
getInterface(String). Method in class EndSystem
Get an interface on the end system.
getInterfaceEnumeration(). Method in class EndSystem
Get an enumeration over the interface table.
getIteration(). Method in class StatisticsQueue
Get an iteration over the queue.
getLabel(). Method in class VCC
Gets a label for the VCC.
getLoc(). Method in class Area
Get the area's relative location.
getLoc(). Method in class AreaMember
Get the location of the member node.
getMode(). Method in class DisplayCanvas
Gets the display mode
getName(). Method in class Area
Get the area's name.
getName(). Method in class AreaMember
Get the name of the member node.
getNet(). Method in class VCC
Gets the VCC's network.
getNetSummary(Network). Method in class NetworkInfoViewer
Gets a string with information about the network.
getNetwork(). Method in class DisplayCanvas
Gets the network being displayed.
getNextRecord(). Method in class Parser
Get the next line from the input stream.
getNode(). Method in class VCCEndpoint
Gets the node where the VCC terminates.
getNodeArea(Node). Method in class VisiConfig
Find which area, if any, a node is in.
getNodeEnumeration(). Method in class Area
Get an enumeration over the members of the area.
getNodeLoc(Rectangle, Rectangle). Static method in class Area
Find the relative location of a node within an area.
getOwner(). Method in class VCC
Gets the VCC's owner
getOwnerString(). Method in class VCC
Gets a string with the VCC's owner
getPanelHeight(). Method in class ViewDialog
Get the number of lines in a panel.
getPhyAdjEnumeration(). Method in class Node
Get an enumeration over the physical adjacency list.
getPort(). Method in class HostDialog
Get the port chosen by the user.
getRank(). Method in class VCC
Gets the VCC's rank.
getRcvCells(). Method in class PortStatistics
Gets the number of cells received by the port.
getRcvCells(). Method in class SwitchPort
Gets the number of cells received by the port.
getRectangle(). Method in class Arc
Gets a rectangle that the arc fits into.
getScreenLocation(). Method in class Node
Get the node's display location.
getSelectedArea(). Method in class VisiConfig
Return the area in the network, if any, that is selected.
getSigType(). Method in class VCC
Gets the VCC's signalling type.
getSigTypeString(). Method in class VCC
Gets a string indicating the VCC's signalling type.
getStatisticsIteration(). Method in class SwitchPort
Gets an iteration over the port's statistics.
getStatisticsIteration(). Method in class VCCEndpoint
Gets an iteration over the VCC endpoint's statistics.
getSummaryString(). Method in class Network
Get a summary of the network in printable format.
getSwitch(). Method in class SwitchPort
Gets the switch the port is attached to.
getSwitchArea(String). Method in class VisiConfig
Find which area a switch belongs in.
getSwitchMemberArea(Node). Method in class VisiConfig
Find which area a node is actually in.
getTheta(). Method in class Node
Get the direction from the home switch to the node.
getTime(). Method in class Statistics
Gets the time of the update.
getTimeString(long). Static method in class DisplayCanvas
Converts a time in hundredths of a second to a string giving days, hours, minutes, and seconds.
getTotal(). Method in class ProgressMonitor
Get the total we're working toward.
getUptime(). Method in class PortStatistics
Gets the length of time the port has been up.
getUptime(). Method in class SwitchPort
Gets the port's uptime.
getUptime(). Method in class VCCEndpoint
Gets the VCC endpoint's uptime.
getUptime(). Method in class VCCEndpointStatistics
Gets the length of time the VCC has been up.
getURL(). Method in class URLDialog
Get the full URL chosen by the user.
getVCC(String, int, int, String, int, int). Method in class Network
Find a VCC in an IP/ATM network.
getVCCAdjEnumeration(). Method in class Node
Get an enumeration over the list of VCCs.
getVCCEnumeration(). Method in class Network
Return an enumeration over the VCCs in the network.
getVCCOwner(). Method in class ViewSettings
Gets the array of VCC owner settings.
getVCCOwnerColor(int). Method in class ViewSettings
Gets VCC color by owner.
getVCCOwnerColors(). Method in class ViewSettings
Gets the array of VCC owner colors.
getVCCSigColor(int). Method in class ViewSettings
Gets the VCC color by signalling type.
getVCCSigColors(). Method in class ViewSettings
Gets the array of VCC signalling protocol colors.
getVCCSigTypes(). Method in class ViewSettings
Gets the array of VCC visibility settings.
getVCI(). Method in class VCCEndpoint
Gets the VCC endpoint's VCI.
getView(). Method in class DisplayCanvas
Gets the view settings.
getView(). Method in class Network
Get the network's view settings.
getView(). Method in class ViewDialog
Copy the current view settings from the checkboxes, etc.
getView(). Method in class VisiFrame
Get the user's display choices.
getViewer(). Method in class Network
Get the network information viewer.
getViewer(). Method in class SwitchPort
Gets the viewer that is displaying information about the port.
getViewer(). Method in class VCC
Gets the viewer that is displaying information about the VCC.
getVPI(). Method in class VCCEndpoint
Gets the VCC endpoint's VPI.
getWarnings(). Method in class ConfigWriter
Get a list of the warnings that were encountered (always null).
getWarnings(). Method in class ImageWriter
Return a list of the warnings encountered.
getWarnings(). Method in class Parser
Get the list of warnings.
getWidth(). Method in class Area
Get the relative width of the area.
getX(). Method in class Area
Get the relative X coordinate of the upper left corner of the area.
getXmitCells(). Method in class PortStatistics
Gets the number of cells transmitted by the port.
getXmitCells(). Method in class SwitchPort
Gets the number of cells transmitted by the port.
getXmitCells(). Method in class VCCEndpoint
Gets the number of cells transmitted by the endpoint.
getXmitCells(). Method in class VCCEndpointStatistics
Gets the number of cells transmitted on the VCC.
getY(). Method in class Area
Get the relative Y coordinate of the upper left corner of the area.
GIF_IMAGE. Static variable in class ImageWriter
gifEncoder. Variable in class ImageWriter
The GIF encoder object.
graph. Variable in class PortInfoViewer
A graph showing recent usage for the port.
graph. Variable in class VCCInfoViewer
A graph showing recent usage for the VCC.

H

halt(). Method in class UpdateHandler
Stops the thread.
handleException(Object). Method in class VisiMain
Handle exceptions from the update handling thread
handleUpdate(ModelUpdate). Method in class Network
Process a node update.
handleUpdate(ModelUpdate). Method in class VisiMain
Handle model updates
HASH_TABLE_SIZE. Static variable in class Area
height. Variable in class Area
The height of the area, expressed as a fraction (0.0 to 1.0) of the height of the display window.
homeSwitch. Variable in class Node
The node's "main" switch connection.
host. Variable in class HostDialog
Host name.
HOST_ICON_SIZE. Static variable in class Node
The display size of a square representing an ATM node.
HOST_LINE. Static variable in class Node
The length of a line connecting a node to its home switch.
HostDialog(Frame, String, String, int). Constructor for class HostDialog
Constructs a dialog window.
hostLabels. Variable in class ViewSettings
A flag indicating whether end system labels are to be displayed.
hostName. Variable in class VisiMain
The name of the data collection host.
hostNameField. Variable in class HostDialog
Text field for the host name.
hostPort. Variable in class VisiMain
The port number for connecting to the data collection host.

I

icon. Variable in class Area
The rectangle that represents the area on the display.
icon. Variable in class Node
The rectangle that represents the node in the display window.
icon. Variable in class VCC
The line which represents the VCC as it appears on the display.
image. Variable in class ImageWriter
The image to be written.
ImageWriter(FileOutputStream, Image, int). Constructor for class ImageWriter
Constructs an ImageWriter object.
init(). Method in class VisiDisplay
Initialization method; called when VisiDisplay is run as an applet.
inputType. Variable in class VisiMain
An indication of the type of input being read.
intersects(Rectangle). Method in class Line
Check whether the line intersects a given rectangle.
intfs. Variable in class EndSystem
A table of interfaces on the end system.
isAllowed(Node). Method in class Area
Check whether a given node is allowed in the area.
isAllowed(String). Method in class Area
Check whether a given node is allowed in the area.
isApplet. Variable in class VisiFrame
A flag indicating the execution mode.
isApplet. Variable in class VisiMain
A flag that is true if we are running as an applet in a browser, false if we are running as a Java application
isCancelled(). Method in class CancelDialog
Get the cancellation status
isCancelled(). Method in class ConfigWriter
Checks whether the write was cancelled.
isCancelled(). Method in class ImageWriter
Get the cancel flag.
isCancelled(). Method in class Parser
Check whether the operation has been cancelled.
isCloser(Point, int). Method in class Arc
Checks whether the point is within a given distance from the arc.
isCloser(Point, int). Method in class Line
Check whether the point is within a given distance from the line.
isConfigPos(). Method in class VisiConfig
Get the positioning mode.
isDirectory. Variable in class URLDialog
isModified(). Method in class VisiConfig
Get the configuration modification flag.
isOrphan(). Method in class Node
Check whether the node is an orphan (a node with no physical connection to an ATM switch).
isSelected(). Method in class Area
Check whether the area is selected.
isSwitchControl(). Method in class EndSystem
Determine whether the end system is a control processor for an ATM switch.
isSwitchControl(). Method in class EtherSwitch
Determine whether the end system is a control processor for an ATM switch; always returns false.
isSwitchControl(). Method in class Router
Determines whether the router is a control processor for an ATM switch; always return false.
isValidName(String). Static method in class Area
Determine whether a string represents a valid area name.
isVisible(). Method in class Area
Check whether the are is visible on the display.
isVisible(ViewSettings). Method in class VCC
Determines whether the VCC is visible under the given view settings.
itemStateChanged(ItemEvent). Method in class VisiFrame
Handle a checkbox menu item (for ItemListener interface).

J

JPEG_IMAGE. Static variable in class ImageWriter
jpegEncoder. Variable in class ImageWriter
The JPEG encoder object.

L

labelIntersects(Rectangle). Method in class Switch
Checks whether the given rectangle intersects any of the physical connection lines for the switch.
Line(). Constructor for class Line
Constructs a line with default endpoints.
Line(int, int, int, int). Constructor for class Line
Constructs a line.
Line(Line). Constructor for class Line
Constructs a line by copying another line.
Line(Point, Point). Constructor for class Line
Constructs a line.
lineGroup. Variable in class ViewDialog
loc. Variable in class Area
The display location of the upper left-hand corner of the area, expressed as fractions of the width and height of the display window.
loc. Variable in class AreaMember
The relative location of the node within the area.

M

main. Variable in class VisiFrame
The application's main processing thread.
main(String[]). Static method in class VisiDisplay
Main method; called when VisiDisplay is run as an application.
mainFrame. Variable in class VisiDisplay
The applet's main display frame.
mainThread. Variable in class UpdateHandler
The main processing thread.
mainThread. Variable in class VisiDisplay
The applet's main processing thread.
MAX_COLS. Static variable in class MessageDialog
Maximum number of columns in a display window (more columns can be displayed, but with a scrollbar).
MAX_ROWS. Static variable in class MessageDialog
Maximum number of rows in a display window (more rows can be displayed, but with a scrollbar).
MENU_CNT. Static variable in class VisiFrame
MENU_MAX. Static variable in class VisiFrame
MENU_MIN. Static variable in class VisiFrame
menuArray. Variable in class VisiFrame
An array holding the menu items that can be enabled and disabled
merge(ATMNode). Method in class EndSystem
Merge the end system with another.
merge(ATMNode). Method in class Node
Merge this node with another.
merge(ATMNode). Method in class Router
Merges the router with another.
merge(ATMNode). Method in class Switch
Merges the switch with another.
MessageDialog(Frame, String, String[]). Constructor for class MessageDialog
Constructs a message dialog window.
mode. Variable in class DisplayCanvas
The display mode.
modified. Variable in class VisiConfig
A flag indicating whether the configuration has been modified.
mouseClicked(MouseEvent). Method in class NewAreaListener
Handle a mouse click.
mouseClicked(MouseEvent). Method in class SelectListener
Handle a mouse button click.
mouseDragged(MouseEvent). Method in class NewAreaListener
Handle the mouse being dragged with a button pressed.
mouseDragged(MouseEvent). Method in class SelectListener
Handle a mouse movement with the button pressed.
mouseListener. Variable in class DisplayCanvas
The active mouse listener.
mouseMoved(MouseEvent). Method in class NewAreaListener
Handle a mouse movement with no button pressed.
mouseMoved(MouseEvent). Method in class SelectListener
Handle a mouse movement with no button pressed.
mousePressed(MouseEvent). Method in class NewAreaListener
Handle a mouse button press.
mousePressed(MouseEvent). Method in class SelectListener
Handle a mouse button press.
mouseReleased(MouseEvent). Method in class NewAreaListener
Handle a mouse button release.
mouseReleased(MouseEvent). Method in class SelectListener
Handle a mouse button release.
movingArea. Variable in class SelectListener
The area (if any) being moved.
movingNode. Variable in class SelectListener
The node (if any) being moved.
movingOffset. Variable in class SelectListener
The offset from the cursor location to the upper left corner of the node or area being moved.
muHandler. Variable in class VisiMain
The thread responsible for reading ModelUpdates and posting them to this thread.

N

N. Static variable in class VisiMouseListener
name. Variable in class Area
The name of the area.
name. Variable in class AreaMember
The name of the member node.
NE. Static variable in class VisiMouseListener
net. Variable in class DisplayCanvas
The IP/ATM network being displayed.
net. Variable in class NetworkInfoViewer
The network whose information is being displayed.
net. Variable in class Parser
The network to receive the configuration.
net. Variable in class SelectListener
The network being displayed.
net. Variable in class VCC
The network the VCC is part of.
net. Variable in class VisiConfig
The network the configuration modifies.
NET_INFO. Static variable in class VisiFrame
NET_INFO_MENU. Static variable in class VisiFrame
netEndSystems. Variable in class NetworkInfoViewer
The number of end systems in the network.
netInfo(Network). Method in class VisiMain
Display information about the network being displayed.
netOrphans. Variable in class NetworkInfoViewer
The number of orphan hosts in the network.
netSwitches. Variable in class NetworkInfoViewer
The number of switches in the network.
netUnknownNodes. Variable in class NetworkInfoViewer
The number of unknown type nodes in the network.
netVccs. Variable in class NetworkInfoViewer
The number of VCCs in the network.
Network(VisiFrame). Constructor for class Network
Constructs an IP/ATM network.
Network(VisiFrame, String). Constructor for class Network
Constructs a named IP/ATM network.
NetworkInfoViewer(VisiFrame, String, Network). Constructor for class NetworkInfoViewer
Constructs a network information dialog.
NetworkMU(NetworkUpdate). Constructor for class NetworkMU
Construct a network update.
NEW_AREA_MODE. Static variable in class DisplayCanvas
newArea. Variable in class NewAreaListener
The new area being defined.
newAreaCorner. Variable in class NewAreaListener
The first-established corner of the new area.
NewAreaListener(VisiFrame, DisplayCanvas, VisiConfig). Constructor for class NewAreaListener
Constructs a new area listener.
NO. Static variable in class YesOrNoDialog
NO_INPUT. Static variable in class VisiMain
node. Variable in class NodeInfoDialog
The node whose information is being displayed
node. Variable in class VCCEndpoint
The node where the VCC terminates.
Node(String, Network, String, long). Constructor for class Node
Construct a node.
NodeInfoDialog(Frame, Node). Constructor for class NodeInfoDialog
Constructs an information dialog window.
NodeIntfMU(NodeIntfUpdate). Constructor for class NodeIntfMU
Construct an interface update.
nodeMoved(). Method in class SelectListener
Update a node's location after it has moved.
NodeMU(NodeUpdate). Constructor for class NodeMU
Construct a node update.
nodes. Variable in class Area
A list of the nodes that are members of the area.
NORMAL_MODE. Static variable in class DisplayCanvas
NOT_ALLOWED. Static variable in class Area
A node is not allowed in an area.
NW. Static variable in class VisiMouseListener

O

objStream. Variable in class UpdateHandler
The input object stream.
OK. Static variable in class HostDialog
OK. Static variable in class NetworkInfoViewer
OK. Static variable in class PortInfoViewer
OK. Static variable in class URLDialog
OK. Static variable in class VCCInfoViewer
OK. Static variable in class ViewDialog
OPEN. Static variable in class VisiFrame
OPEN_MENU. Static variable in class VisiFrame
openConfig(VisiConfig, String, CancelDialog). Method in class VisiMain
Handle a CONFIG request.
openConnection(String, int). Method in class VisiMain
Open a connection to a data collection process.
openFileStream(String). Method in class VisiMain
Open a file reader.
openStream(String). Method in class VisiMain
Let the user choose a URL or file and open it.
openUpdateFile(). Method in class VisiMain
Open a file of serialized ModelUpdates.
openURLStream(String). Method in class VisiMain
Open a URL stream.
ORPHAN. Static variable in class Switch
A description identifying the switch as a virtual home for orphan hosts.
orphans. Variable in class ViewSettings
A flag indicating whether orphan hosts are to be displayed.
OUT_BOTTOM. Static variable in class VisiMouseListener
OUT_LEFT. Static variable in class VisiMouseListener
OUT_RIGHT. Static variable in class VisiMouseListener
OUT_TOP. Static variable in class VisiMouseListener
outStream. Variable in class ImageWriter
The output stream to write the image to.
owner. Variable in class CancelDialog
The frame which owns the dialog window.
owner. Variable in class VCC
The owner of the VCC.
OWNER. Static variable in class ViewDialog
ownerNames. Static variable in class VCC
ownerToString(int). Static method in class VCC
Converts a numeric owner to a string.
ownerTypeCheckbox. Variable in class ViewDialog

P

paint(Graphics). Method in class DisplayCanvas
Paints the display canvas.
paint(Graphics). Method in class FramedPanel
Draw the frame around the panel.
PARENT_DIR. Static variable in class URLDialog
parentFrame. Variable in class URLDialog
The frame the dialog is associated with.
parseLine(char[]). Method in class URLDialog
Parse a line from a directory, determining the type and file or directory name.
Parser(InputStreamReader, Network). Constructor for class Parser
Constructs a parser.
pb. Variable in class ProgressMonitor
A progress bar.
performAction(ActionEvent). Method in class VisiMain
Handle menu choices.
phyAdj. Variable in class Node
A list of nodes the node has physical connections to.
PhyMU(PhyUpdate). Constructor for class PhyMU
Construct a physical connection update.
PIV_OFFSET. Static variable in class NodeInfoDialog
pivCount. Variable in class NodeInfoDialog
A count of the number of port information viewers launched from this dialog window.
pl. Variable in class ProgressMonitor
A label to accompany the progress bar.
PointDouble(). Constructor for class PointDouble
Constructs a point with default settings.
PointDouble(double, double). Constructor for class PointDouble
Constructs a point.
PointDouble(PointDouble). Constructor for class PointDouble
Constructs a point by copying another.
popVCCInfo(Vector, Point). Method in class SelectListener
Pop up a window with information about one or more VCCs.
port. Variable in class HostDialog
Port number.
port. Variable in class PortInfoViewer
The switch port whose information is being displayed.
portField. Variable in class HostDialog
Text field for the port number.
PortInfoViewer(VisiFrame, String, SwitchPort). Constructor for class PortInfoViewer
Constructs a switch port information dialog.
PortMU(PortUpdate). Constructor for class PortMU
Construct an interface update.
PortStatistics(long, long, long, long, long, long). Constructor for class PortStatistics
Constructs a port statistics object.
portUptime. Variable in class PortInfoViewer
A display label for the port's uptime.
posCheckbox. Variable in class VisiFrame
positionAreaAuto(ViewSettings). Method in class Area
Dynamically select positions for the nodes in the area.
positionAreaByConfig(). Method in class Area
Set positions for the nodes in the area based on their configured positions.
positionSwitchHosts(Switch, double, double). Method in class Area
Set display locations for all the hosts attached to a given switch.
process(Network). Method in class EndSystemMU
Process the update.
process(Network). Method in class NetworkMU
Process the update.
process(Network). Method in class NodeIntfMU
Process the update.
process(Network). Method in class NodeMU
Process the update.
process(Network). Method in class PhyMU
Process the update.
process(Network). Method in class PortMU
Process the update.
process(Network). Method in class SwitchMU
Process the update.
process(Network). Method in class VCCMU
Process the update.
PROG_DEFAULT. Static variable in class Area
ProgressMonitor(Frame, String, String[], long). Constructor for class ProgressMonitor
Constructs the progress monitor.
promptForAreaName(VisiFrame, VisiConfig, Area, String, String, Point). Static method in class VisiMain
Get an area name from the user.

Q

queue. Variable in class StatisticsQueue
The list of statistics objects.

R

R2D. Variable in class Arc
The number of degrees in a radian.
radius. Variable in class Arc
The radius of the arc.
rank. Variable in class VCC
The VCC's relative position in a list of VCCs that connect the same endpoints.
rankVCCs(ViewSettings). Method in class Node
Set the rank of the node's VCCs.
rcvCells. Variable in class PortStatistics
The number of cells received by the port.
reader. Variable in class Parser
A buffered input stream reader for the input file.
readLine(InputStreamReader). Method in class URLDialog
Read a line from an input stream.
rectInside(Rectangle, Rectangle). Static method in class DisplayCanvas
Check whether one rectangle is inside another.
remove(Node). Method in class Area
Remove a member node from the area.
removeAllMembers(). Method in class Area
Remove all member nodes from the area.
removeAllMembers(). Method in class VisiConfig
Remove all member nodes from the configuration.
removeAllowedNode(Node). Method in class Area
Remove a node from the list of nodes that are allowed to be members of the area.
removeAllowedNode(String). Method in class Area
Remove a node from the list of nodes that are allowed to be members of the area.
removeArea(Area). Method in class VisiConfig
Remove an area from the configuration.
removeNode(Node). Method in class Network
Remove a node from the network.
removeNode(Node). Method in class VisiConfig
Remove a node from the configuration.
removePhy(Node, Node). Method in class Network
Delete a physical connection between two nodes.
removePhyAdj(Node). Method in class Node
Remove a physical adjacency from the list.
removeSelectedArea(). Method in class VisiConfig
Remove the selected area from the configuration.
removeVCC(VCC). Method in class Network
Delete a VCC from the network.
removeVCCAdj(VCC). Method in class Node
Remove a VCC from the list of adjacencies.
renameArea(Area, String). Method in class VisiConfig
Rename an area.
renameSelectedArea(). Method in class VisiMain
Rename the selected area.
reposition(). Method in class Network
Choose display positions for the areas and nodes in the network.
reposition(ViewSettings). Method in class Area
Select display locations for the switches and hosts in the area.
reposition(ViewSettings). Method in class VisiConfig
Set positions for the nodes within the areas of the configuration.
resetConfigPos(boolean). Method in class VisiConfig
Reset the positioning mode.
resetVCCRanks(). Method in class Network
Resets the rank in all VCCs.
resizeArea. Variable in class SelectListener
The area (if any) being resized.
resizeAreaCorner. Variable in class SelectListener
The 'anchor' corner of an area being resized.
result. Variable in class YesOrNoDialog
The user's answer to the question asked by the dialog.
Router(String, Network, String, long). Constructor for class Router
Constructs a router.
ROUTER_ICON_SIZE. Static variable in class Router
The display size of the icon representing the router.
ROWS. Static variable in class NetworkInfoViewer
The number of rows in the display window.
run(). Method in class ConfigParser
Main line code.
run(). Method in class ConfigWriter
Main line code.
run(). Method in class ImageWriter
Main line code.
run(). Method in class NetworkInfoViewer
Main line code for the network information thread.
run(). Method in class Parser
Main line code -- must be provided by subclass.
run(). Method in class PortInfoViewer
Main line code for the switch port information thread.
run(). Method in class UpdateHandler
Reads objects from the input stream and pass them to the main processing thread.
run(). Method in class VCCInfoViewer
Main line code for the VCC information thread.
run(). Method in class VisiMain
Main line code.

S

S. Static variable in class VisiMouseListener
SAVE_GIF. Static variable in class VisiFrame
SAVE_GIF_MENU. Static variable in class VisiFrame
SAVE_JPEG. Static variable in class VisiFrame
SAVE_JPEG_MENU. Static variable in class VisiFrame
saveConfig(VisiConfig, boolean). Method in class VisiMain
Handle a CONFIG SAVE or CONFIG SAVE AS request.
savedCursor. Variable in class SelectListener
The original cursor.
saveImage(DisplayCanvas, String, CancelDialog, int). Method in class VisiMain
Save the current image as a GIF or JPEG file.
screenLoc. Variable in class Node
The node's location in the display window.
screenLoc. Variable in class NodeInfoDialog
The location of the dialog window.
SE. Static variable in class VisiMouseListener
SEL_SQ_SIZE. Static variable in class Area
SEL_SQ_SIZE. Static variable in class DisplayCanvas
SEL_SQ_SIZE. Static variable in class SelectListener
selected. Variable in class Area
The selection status of the area; true if the area is selected on the display.
SelectListener(VisiFrame, DisplayCanvas, Network, VisiConfig). Constructor for class SelectListener
Constructs a select listener.
setAllowedLocation(Node, PointDouble). Method in class Area
Set the location for a node that is allowed in the area.
setAllowedLocation(String, PointDouble). Method in class Area
Set the location for a node that is allowed in the area.
setArea(Area). Method in class Node
Set the area in which the node is displayed.
setAreaBounds(boolean). Method in class ViewSettings
Sets area bounds visibility.
setAreaLabels(boolean). Method in class ViewSettings
Sets area label visibility.
setColorVCCBy(int). Method in class ViewSettings
Sets the method for choosing VCC colors.
setConfig(VisiConfig). Method in class Area
Set the area's configuration.
setConfig(VisiConfig). Method in class Network
Set the network's configuration.
setConfigPos(boolean). Method in class VisiConfig
Set the positioning mode.
setCurrent(long). Method in class ProgressMonitor
Set the current value and update the progress bar.
setDirectory(String). Method in class URLDialog
Set the directory.
setDisplaySize(Dimension). Method in class ViewSettings
Sets the display window size.
setDrawVCCAs(int). Method in class ViewSettings
Sets the method for drawing VCCs.
setFrame(VisiFrame). Method in class VisiMain
Set the frame.
setHeight(double). Method in class Area
Set the relative height of the area.
setHome(Switch). Method in class Node
Set the switch considered to be the primary connection for the node.
setHostLabels(boolean). Method in class ViewSettings
Sets host label visibility.
setIcon(Line). Method in class VCC
Sets the line that represents the VCC on the screen.
setIcon(Rectangle). Method in class Area
Set area's screen icon.
setLabel(String). Method in class VisiFrame
Set the text of the label on the bottom of the screen.
setLoc(double, double). Method in class AreaMember
Set the member node's location.
setLoc(PointDouble). Method in class Area
Set the area's relative location
setLoc(PointDouble). Method in class AreaMember
Set the member node's location.
setLocation(double, double). Method in class PointDouble
Set the location of the point.
setLocation(int, int). Method in class AnswerDialog
Sets the dialog's location, adding the parent frame's location to the given location.
setLocation(int, int). Method in class MessageDialog
Sets the location of the dialog window, offsetting the given location by the parent frame's location.
setLocation(int, int). Method in class NodeInfoDialog
Sets the location of the dialog window, offsetting the given location by the parent frame's location.
setLocation(int, int). Method in class PortInfoViewer
Sets the location of the dialog window, offsetting the given location by the parent frame's location.
setLocatio