All Packages Class Hierarchy This Package Previous Next Index
Class vnet.display.GraphNetFrame
java.lang.Object
|
+----java.awt.Component
|
+----java.awt.Container
|
+----java.awt.Window
|
+----java.awt.Frame
|
+----vnet.display.GraphNetFrame
- public class GraphNetFrame
- extends Frame
Simple frame to hold a GraphCanvas, and show a GraphCanvas
- Version:
- 0.1, august-1997
- Author:
- LuisM Pena
-
GraphNetFrame(GraphNet, String, Dimension)
-
-
GraphNetFrame(GraphNet, String, Dimension, long)
-
GraphNetFrame
public GraphNetFrame(GraphNet net,
String title,
Dimension initial,
long periodUpdating)
- Parameters:
- net - the GraphNet to show
- title - the title for the frame
- initial - new initial dimension of the frame
- periodUpdating - time, in milliseconds, to do the updating of the GraphNet
GraphNetFrame
public GraphNetFrame(GraphNet net,
String title,
Dimension initial)
- Parameters:
- net - the GraphNet to show
- title - the title for the frame
- initial - new initial dimension of the frame
All Packages Class Hierarchy This Package Previous Next Index