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

addAllMarkers(). Method in class user.plot.PlotCanvas
Add all markers to the vector with markers for the plot traces.
addDataTrace(Vector). Method in class user.plot.PlotCanvas
Add a vector containing all data points of a plot trace to the vector with plot traces.
addJoin(Boolean). Method in class user.plot.PlotCanvas
Add the flag which determines if the plot points should be joined with line pieces to the vector with join flags for the plot traces.
addMarker(int). Method in class user.plot.PlotCanvas
Add the specified marker to the vector with markers for the plot traces.
addMarker(String). Method in class user.plot.PlotCanvas
Add the marker, specified with its name to the vector with markers for the plot traces.
addTraceColor(Color). Method in class user.plot.PlotCanvas
Add a color to the vector with trace colors.
addXOffset(Double). Method in class user.plot.PlotCanvas
Add the offset to the X data to the vector with offsets of the plot traces.
addYOffset(Double). Method in class user.plot.PlotCanvas
Add the offset to the Y data to the vector with offsets of the plot traces.
adjustPlotControls(). Method in class NetData
Adjust the plot controls before the plot frame is shown.
ALERT_COLOR. Static variable in class user.signal.Signal
Set the color used at the alert signal.
ALL_MARKERS. Static variable in class user.plot.PlotMarker
Array with all markers.
ARROW. Static variable in class user.plot.PlotMarker
Arrow marker ID.
ARROW_NAME. Static variable in class user.plot.PlotMarker
Arrow marker name.
ASTERIC. Static variable in class user.plot.PlotMarker
Asteric marker ID.
ASTERIC_NAME. Static variable in class user.plot.PlotMarker
Asteric marker name.

B

BooleanObject(boolean). Constructor for class user.common.BooleanObject
Constructor.
BUSHEL. Static variable in class user.plot.PlotMarker
Bushel marker ID.
BUSHEL_NAME. Static variable in class user.plot.PlotMarker
Bushel marker name.

C

checkThrow(). Method in class user.common.QuitSync

D

DataPoint(double, double). Constructor for class user.plot.DataPoint
Constructor.
DataPoint(double, double, double, double). Constructor for class user.plot.DataPoint
Constructor.
DataPoint(Double, Double, Double, Double, Double, Double). Constructor for class user.plot.DataPoint
Constructor.
DataPoint(double, double, double, double, double, double). Constructor for class user.plot.DataPoint
Constructor.
DEFAULT. Static variable in class user.plot.PlotMarker
The default marker ID.
DEFAULT_MARKER. Static variable in class user.plot.PlotMarker
Class instance constant of the default marker.
destroy(). Method in class NetData
Overload the destroy() method of the PlotApplet class.
destroy(). Method in class user.plot.PlotApplet
Overload the (empty) destroy() method of the Applet class to destroy the painting in the PlotCanvas class.
destroy(). Method in class user.signal.Signal
destroyPaint(). Method in class user.plot.PlotCanvas
Destroy the paint thread when it exists and it alive.
DIABOLO. Static variable in class user.plot.PlotMarker
Diabolo marker ID.
DIABOLO_NAME. Static variable in class user.plot.PlotMarker
Diabolo marker name.
DIAMOND. Static variable in class user.plot.PlotMarker
Diamond marker ID.
DIAMOND_NAME. Static variable in class user.plot.PlotMarker
Diamond marker name.
doReadData(). Method in class NetData
Return if at the moment the net data thread is reading data.
draw(int, int, Graphics). Method in class user.plot.PlotMarker
Draw the marker.
draw(int, int, int, Graphics). Static method in class user.plot.PlotMarker
Draw the marker specified with its ID.
drawArrow(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw an arrow marker.
drawAsteric(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw an asteric marker.
drawBushel(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a bushel marker.
drawDiabolo(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a diabolo marker.
drawDiamond(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a diamond marker.
drawOctagon(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw an octagon marker.
drawPlusSign(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a plus sign marker.
drawRayedSquare(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a rayed square marker.
drawSquare(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a square marker.
drawTriangle(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a triangle marker.
drawXSign(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a X sign marker.
drawYSign(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a y sign marker.
drawZSign(int, int, Graphics). Static method in class user.plot.PlotMarker
Draw a z sign marker.
dxh. Variable in class user.plot.DataPoint
Higher X error bar.
dxl. Variable in class user.plot.DataPoint
Lower X error bar.
dyh. Variable in class user.plot.DataPoint
Higher Y error bar.
dyl. Variable in class user.plot.DataPoint
Lower Y error bar.

E

ENTER. Static variable in class user.plot.PlotCanvas
Enter the plot canvas.
EXIT. Static variable in class user.plot.PlotCanvas
Exit the plot canvas.

G

getAppletInfo(). Method in class user.plot.PlotApplet
Return the information about the plot Applet.
getAreaBackground(). Method in class user.plot.PlotCanvas
Get the background color of the area where the data are plotted.
getDataSize(). Method in class user.plot.PlotCanvas
Return the # plot traces stored in the vector with plot traces.
getDataTraceAt(int). Method in class user.plot.PlotCanvas
Get the vector with data points of the plot trace with the specified number.
getDataTypeIndex(). Method in class NetData
Get the current data type index as a string.
getDataTypeSelectID(). Method in class NetData
Get the selected file ID of the current data type as a string.
getDate(String). Method in class NetData
Return the (day part of the) date at the specified index in the date array.
getDateDay(String, String). Method in class NetData
Return the date of the day, representing the date interval, with the specified index from the data type with the specified index.
getDateID(String, String). Method in class NetData
Return the date ID of the date interval with the specified index from the data type with the specified index.
getError(). Method in class user.plot.PlotApplet
Get the error string.
getHost(String). Method in class NetData
Return the host at the specified index in the host array.
getHostTitle(String). Method in class NetData
Return of the host title sepcified with its index.
getInetTitle(). Method in class NetData
Get the title of the network performance tests along the "usual" Internet route.
getJoin(int). Method in class user.plot.PlotCanvas
Get the value of the join flag from the plot trace with the specified index from the vector with join flags.
getLoadValue(String, String). Method in class NetData
Return the load value for the host and date (plus time) at the specified indices.
getMarker(int). Method in class user.plot.PlotCanvas
Get the marker with the specified index from the vector with markers for the plot traces.
getNrDates(). Method in class NetData
Return the # dates which are found in all net data.
getNrHosts(). Method in class NetData
Return the # hosts which are read from the data file.
getNrJoin(). Method in class user.plot.PlotCanvas
Get the # join flags stored in the vector with join flags for the plot traces.
getNrMarkers(). Method in class user.plot.PlotCanvas
Get the # markers stored in the vector with markers for the plot traces.
getNrSelectDates(String). Method in class NetData
Return the # dates for which select date data files are available.
getNrTickLines(). Method in interface user.plot.DataHandler
This method should be implemented to return the # lines of the tick labels.
getNrTickLines(). Method in class user.plot.PlotCanvas
Get the # lines of the tick labels.
getNrTraceColors(). Method in class user.plot.PlotCanvas
Get the # colors stored in the vector with trace colors.
getOneDirect(). Method in class NetData
Return if one-directional or two-directional connections are used.
getParameterInfo(). Method in class NetData
Return the Applet parameter information.
getParameterInfo(). Method in class user.plot.PlotApplet
Return information about the Plot Applet parameters.
getParameterInfo(). Method in class user.plot.PlotDataApplet
Return information about the Plot Applet parameters.
getPeriod(). Method in class NetData
Get the period [m] between two dates.
getPingValue(String, String, String, String). Method in class NetData
Return the ping value with the specified type from the connection between the specified hosts and at the specified date (plus time).
getPingValue(String, String, String, String, String). Method in class NetData
Return the ping value with the specified type from the connection between the specified hosts, at the specified date (plus time) and with the specified net type.
getPlotControls(). Method in class NetData
Return the private plot controls as a component array.
getPlotHeight(). Method in class NetData
Return the height of the plot canvas parsed as a string.
getPlotStatusHandler(). Method in class user.plot.PlotCanvas
Get the interface which handles the status messages.
getPlotTraceHandler(). Method in class user.plot.PlotCanvas
Get the interface which supplies an index for a plot trace, given the specified index.
getPlotWidth(). Method in class NetData
Return the width of the plot canvas parsed as a string.
getQoSAndInet(). Method in class NetData
Return if besides tests over the "usual" Internet connction also tests over Quality-of-Service connections should be performed.
getQoSTitle(). Method in class NetData
Get the title of the Quality-of-Service network performance tests.
getSetTitle(). Method in class NetData
Get the title of the hosts set.
getSize(). Static method in class user.plot.PlotMarker
Get the marker size constant.
getThroughputValue(String, String, String). Method in class NetData
Return the throughput value from the connection between the specified hosts and at the specified date (plus time).
getThroughputValue(String, String, String, String). Method in class NetData
Return the throughput value from the connection between the specified hosts, at the specified date (plus time) and with the specified net type.
getTickLength(). Method in class user.plot.PlotCanvas
Get the length of the tick marks.
getTickLines(double, double). Method in interface user.plot.DataHandler
This method should be implemented to return the tick label lines where the specified value is converted to the requested labels.
getTickLines(double, double). Method in class user.plot.PlotCanvas
Return the tick label line where the specified value is converted to the requested labels.
getTimeOrDateID(String). Method in class NetData
Return the time or week/day ID at the specified index in the time array.
getTraceColor(int). Method in class user.plot.PlotCanvas
Get the trace color with the specified index from the trace color vector.
getTraceIndex(int). Method in class user.plot.PlotCanvas
Supply a plot trace index, given the specified data index.
getTraceIndex(int). Method in interface user.plot.PlotTraceHandler
This method should be implemented to return the plot trace index connected to the specified data index.
getUDPBWValue(String, String, String, String). Method in class NetData
Return the UDP bandwidth value with the specified type from the connection between the specified hosts and at the specified date (plus time).
getUDPBWValue(String, String, String, String, String). Method in class NetData
Return the UDP bandwidth value with the specified type from the connection between the specified hosts, at the specified date (plus time) and with the specified net type.
getUseJoin(). Method in class user.plot.PlotCanvas
Get the value of the flag which determines if the plot points should be joined with line pieces.
getUseMarkers(). Method in class user.plot.PlotCanvas
Get the flag which determines if markers should be used for the plot points as specified for the individual plot traces.
getUseUDPBW(). Method in class NetData
Return if UDP bandwidth measurements should be performed.
getValue(). Method in class user.plot.PlotMarker
Get the ID of this marker.
getValueOf(String). Static method in class user.plot.PlotMarker
The marker value is returned which corresponds with the specified name.
getXAxisLabel(). Method in class user.plot.PlotCanvas
Get the label of the X-axis.
getXDataHandler(). Method in class user.plot.PlotCanvas
Get the interface which handles the rounding of the X-data.
getXMax(). Method in class user.plot.PlotCanvas
Get the maximum of the X values.
getXMin(). Method in class user.plot.PlotCanvas
Get the minimum of the X values.
getXScaling(). Method in class user.plot.PlotCanvas
Get the scaling type used at the X-axis.
getXTickSpacing(). Method in class user.plot.PlotCanvas
Get the spacing between the ticks at the X-axis.
getYAxisLabel(). Method in class user.plot.PlotCanvas
Get the label of the Y-axis.
getYDataHandler(). Method in class user.plot.PlotCanvas
Get the interface which handles the rounding of the Y-data.
getYMax(). Method in class user.plot.PlotCanvas
Get the maximum of the Y values.
getYMin(). Method in class user.plot.PlotCanvas
Get the minimum of the Y values.
getYScaling(). Method in class user.plot.PlotCanvas
Get the scaling type used at the Y-axis.
getYTickSpacing(). Method in class user.plot.PlotCanvas
Get the spacing between the ticks at the Y-axis.
GO_COLOR. Static variable in class user.signal.Signal
Set the color used at the go (save) signal.

H

hasSkippedConnections(). Method in class NetData
This function returns if there are skipped connections.

I

init(). Method in class NetData
Initialise the NetData Applet.
init(PlotCanvas). Method in class user.plot.PlotApplet
Initialise the PlotApplet.
init(PlotCanvas). Method in class user.plot.PlotDataApplet
Initialise the PlotDataApplet.
IntObject(int). Constructor for class user.common.IntObject
Constructor.
is_started. Variable in class NetData
This class instance variable displays the state when the applet has been started for the first time.
isFulfilled(). Method in interface user.signal.BlinkChecker
isFulfilled(). Method in class NetData
This function implements the isFulfilled() method from the BlinkChecker interface.
isSkippedConnection(String, String, String). Method in class NetData
Return if the connection, specified by the host indices and the network type, is skipped.

L

LINEAR. Static variable in class user.plot.PlotCanvas
Use a linear scaling for the X, or Y coordinate.
LOG. Static variable in class user.plot.PlotCanvas
Use a logarithmic scaling for the X, or Y coordinate.

M

mouseDown(Event, int, int). Method in class user.plot.PlotCanvas
Handle the event when the user has clicked in the plot canvas.
mouseDrag(Event, int, int). Method in class user.plot.PlotCanvas
Handle the event when the mouse was dragged in the plot canvas.
mouseEnter(Event, int, int). Method in class user.plot.PlotCanvas
Handle the event when a mouse entered the plot canvas.
mouseExit(Event, int, int). Method in class user.plot.PlotCanvas
Handle the event when a mouse exited the plot canvas.
mouseUp(Event, int, int). Method in class user.plot.PlotCanvas
Handle the event when the mouse button went up.

N

NetData(). Constructor for class NetData
nextTickValue(double, double). Method in interface user.plot.DataHandler
This method should be implemented to return he next tick value using the specified value and step.
nextTickValue(double, double). Method in class user.plot.PlotCanvas
Return the next tick value using the specified value and step.
NONE. Static variable in class user.plot.PlotMarker
marker ID when no markers are used.
NONE_MARKER. Static variable in class user.plot.PlotMarker
Class instance constant when no marker is used.
NONE_NAME. Static variable in class user.plot.PlotMarker
Marker name when no marker is used.

O

OCTAGON. Static variable in class user.plot.PlotMarker
Octagon marker ID.
OCTAGON_NAME. Static variable in class user.plot.PlotMarker
Octagon marker name.

P

paint(Graphics). Method in class user.plot.PlotCanvas
Paint the plot canvas.
paint(Graphics). Method in class user.signal.Signal
Paint the signal.
parseColor(String). Method in class user.plot.PlotApplet
Needed for the "colors" parameter list, converts string to color.
PlotApplet(). Constructor for class user.plot.PlotApplet
PlotCanvas(). Constructor for class user.plot.PlotCanvas
Constructor.
plotControlAction(Event, Object). Method in class NetData
Handle an action event at one of the private plot controls.
PlotDataApplet(). Constructor for class user.plot.PlotDataApplet
plotLoadData(String). Method in class NetData
Plot the load data in a window frame.
PlotMarker(int). Constructor for class user.plot.PlotMarker
Constructor.
plotPingData(String, String, String). Method in class NetData
Plot the ping data with the specified type in a window frame.
plotShowed(). Method in class NetData
Returns the string "true" when a plot frame is showed; the string "false" is returned when no plot is displayed.
plotThroughputData(String, String). Method in class NetData
Plot the throughput data in a window frame.
plotUDPBWData(String, String, String). Method in class NetData
Plot the UDP bandwidth data with the specified type in a window frame.
PLUS_SIGN. Static variable in class user.plot.PlotMarker
Plus sign marker ID.
PLUS_SIGN_NAME. Static variable in class user.plot.PlotMarker
Plus sign marker name.

Q

QuitException(). Constructor for class user.common.QuitException
Constructor.
quitPaint(). Method in class user.plot.PlotCanvas
Quit the painting thread and wait until it has been died.
QuitSync(). Constructor for class user.common.QuitSync

R

RAYED_SQUARE. Static variable in class user.plot.PlotMarker
Rayed square marker ID.
RAYED_SQUARE_NAME. Static variable in class user.plot.PlotMarker
Rayed square marker name.
removeAllDataTraces(). Method in class user.plot.PlotCanvas
Remove all plot traces from the vector with plot data.
removeAllJoins(). Method in class user.plot.PlotCanvas
Remove all join points flags from the corresponding vector.
removeAllMarkers(). Method in class user.plot.PlotCanvas
Remove all markers from the vector with plot markers.
removeAllTraceColors(). Method in class user.plot.PlotCanvas
Remove all colors from the vector with trace colors.
removeDataTrace(Vector). Method in class user.plot.PlotCanvas
Remove the specified plot trace.
removeDataTraceAt(int). Method in class user.plot.PlotCanvas
Remove the plot trace at the specified index.
removeJoin(Boolean). Method in class user.plot.PlotCanvas
Remove the specified join points flag.
removeJoinAt(int). Method in class user.plot.PlotCanvas
Remove the specified join points flag at the specified index.
removeMarker(int). Method in class user.plot.PlotCanvas
Remove the marker, specified by its value.
removeMarker(String). Method in class user.plot.PlotCanvas
Remove the marker, specified by its name.
removeMarkerAt(int). Method in class user.plot.PlotCanvas
Remove the marker at the specified index.
removeTraceColor(Color). Method in class user.plot.PlotCanvas
Remove the specified color from the vector with trace colors.
removeTraceColorAt(int). Method in class user.plot.PlotCanvas
Remove the specified color from the vector with trace colors at the specified index.
reset(). Method in class user.common.QuitSync
resumePaint(). Method in class user.plot.PlotCanvas
Resume the paint thread when it exists and it alive.
round(double, double). Method in interface user.plot.DataHandler
This method should be implemented to round the specified value within the specified range.
round(double, double). Method in class user.plot.PlotCanvas
Round the specified value within the specified range.
run(). Method in class NetData
Implements the run method of the thread for the functions that could not run (for some browsers) under JavaScript.
run(). Method in class user.plot.PlotCanvas
Paint the plot canvas in the paint thread.
run(). Method in class user.signal.Signal
This function implements the run() method used in the load blink thread.

S

set(). Method in class user.common.QuitSync
set(int). Method in class user.plot.PlotMarker
Set a new marker ID.
setAreaBackground(Color). Method in class user.plot.PlotCanvas
Set the background color of the area where the data are plotted.
setBlinking(boolean). Method in class user.signal.Signal
setDataVector(Vector). Method in class user.plot.PlotCanvas
Set the vector containing all plot data.
setLightColor(Color). Method in class user.signal.Signal
Set the color of the signal light and repaint it.
setNetData(String). Method in class NetData
Set the net data, but only when curently no data are being read.
setNewPlotSize(String, String). Method in class NetData
Set the sizes of the plot canvas which are used when a new plot window is showed.
setPlotStatusHandler(PlotStatusHandler). Method in class user.plot.PlotCanvas
Set the interface which handles the plot status messages.
setPlotTraceHandler(PlotTraceHandler). Method in class user.plot.PlotCanvas
Set the interface to supply an index for a plot trace, given the specified index.
setSize(int). Static method in class user.plot.PlotMarker
Set the marker size constant.
setTickLength(int). Method in class user.plot.PlotCanvas
Set the length of the tick marks.
setUseJoin(boolean). Method in class user.plot.PlotCanvas
Set the flag which determines if the plot points should be joined with line pieces as specified for the individual plot traces.
setUseMarkers(boolean). Method in class user.plot.PlotCanvas
Set the flag which determines if markers should be used for the plot points as specified for the individual plot traces.
setXAxisLabel(String). Method in class user.plot.PlotCanvas
Set the label of the X-axis.
setXDataHandler(DataHandler). Method in class user.plot.PlotCanvas
Set the interface which handles the rounding of the X-data.
setXMax(Double). Method in class user.plot.PlotCanvas
Set the maximum of the X values.
setXMin(Double). Method in class user.plot.PlotCanvas
Set the minimum of the X values.
setXScaling(int). Method in class user.plot.PlotCanvas
Set the scaling type used at the X-axis.
setXTickSpacing(int). Method in class user.plot.PlotCanvas
Set the spacing between the ticks at the X-axis.
setYAxisLabel(String). Method in class user.plot.PlotCanvas
Set the label of the Y-axis.
setYDataHandler(DataHandler). Method in class user.plot.PlotCanvas
Set the interface which handles the rounding of the Y-data.
setYMax(Double). Method in class user.plot.PlotCanvas
Set the maximum of the Y values.
setYMin(Double). Method in class user.plot.PlotCanvas
Set the minimum of the Y values.
setYScaling(int). Method in class user.plot.PlotCanvas
Set the scaling type used at the Y-axis.
setYTickSpacing(int). Method in class user.plot.PlotCanvas
Set the spacing between the ticks at the Y-axis.
showMessage(String, int). Method in class user.plot.PlotApplet
Show the plot status message.
showMessage(String, int). Method in class user.plot.PlotCanvas
Show the plot status message.
showMessage(String, int). Method in interface user.plot.PlotStatusHandler
Implement this method to show the plot status message.
Signal(Color, BlinkChecker, int, int, int). Constructor for class user.signal.Signal
Constructor.
SQUARE. Static variable in class user.plot.PlotMarker
Square marker ID.
SQUARE_NAME. Static variable in class user.plot.PlotMarker
Square marker name.
start(). Method in class NetData
Overload the start() method of the PlotApplet class to:
  1. Call super.start().
  2. Call the start() method of the Signal class instance which is used to handle the signal blink thread.
  3. Call the start() method of the thread which is used for functions that could not be called from JavaScript for some browsers when this thread is not running.
    start(). Method in class user.plot.PlotApplet
    Overload the (empty) start() method of the Applet class to resume the painting in the PlotCanvas class.
    start(). Method in class user.signal.Signal
    stop(). Method in class NetData
    Overload the stop() method of the PlotApplet class.
    stop(). Method in class user.plot.PlotApplet
    Overload the (empty) stop() method of the Applet class to suspend the painting in the PlotCanvas class.
    stop(). Method in class user.signal.Signal
    suspendPaint(). Method in class user.plot.PlotCanvas
    Suspend the paint thread when it exists and it alive.

T

TRIANGLE. Static variable in class user.plot.PlotMarker
Triangle marker ID.
TRIANGLE_NAME. Static variable in class user.plot.PlotMarker
Triangle marker name.

U

unZoom(). Method in class user.plot.PlotCanvas
Unzoom the plot domain to the full plot area.
update(Graphics). Method in class user.plot.PlotCanvas
Update the plot.
update(Graphics). Method in class user.signal.Signal
Update the graphics.

V

value. Variable in class user.common.BooleanObject
The instance value of this wrapper class.
value. Variable in class user.common.IntObject
valueOf(String). Static method in class user.plot.PlotMarker
A new marker is returned with the specified name.

W

WAIT_COLOR. Static variable in class user.signal.Signal
Set the color used at the wait signal.
WITHIN. Static variable in class user.plot.PlotCanvas
Stay within the plot canvas.

X

x. Variable in class user.plot.DataPoint
The X-coordinate.
X_SIGN. Static variable in class user.plot.PlotMarker
X sign marker ID.
X_SIGN_NAME. Static variable in class user.plot.PlotMarker
X sign marker name.

Y

y. Variable in class user.plot.DataPoint
The Y-coordinate.
Y_SIGN. Static variable in class user.plot.PlotMarker
Y sign marker ID.
Y_SIGN_NAME. Static variable in class user.plot.PlotMarker
Y sign marker name.

Z

Z_SIGN. Static variable in class user.plot.PlotMarker
Z sign marker ID.
Z_SIGN_NAME. Static variable in class user.plot.PlotMarker
Z sign marker name.