NS3-GUI-HELPER V1.2.0
A code generator for NS-3 Scripts
|
Public Member Functions | |
WifiLinkPainter (ArrayList< Integer > nodeList, ArrayList< NodePainter > nodes) | |
void | paint (Graphics g) |
Public Attributes | |
ArrayList< Integer > | nodeList |
ArrayList< NodePainter > | nodes |
to manage and paint Wi-Fi Links
Definition at line 14 of file WifiLinkPainter.java.
GuiRenderers.WifiLinkPainter.WifiLinkPainter | ( | ArrayList< Integer > | nodeList, |
ArrayList< NodePainter > | nodes ) |
to create the object of type CSMA Link
nodeList | the index of node |
nodes | the nodes |
Definition at line 48 of file WifiLinkPainter.java.
void GuiRenderers.WifiLinkPainter.paint | ( | Graphics | g | ) |
to paint the object/element on the canvas
Implements GuiRenderers.CanvasPainter.
Definition at line 55 of file WifiLinkPainter.java.
ArrayList<Integer> GuiRenderers.WifiLinkPainter.nodeList |
list of index of nodes which are part of CSMA channel
Definition at line 19 of file WifiLinkPainter.java.
ArrayList<NodePainter> GuiRenderers.WifiLinkPainter.nodes |
the nodes which are part of CSMA channel
Definition at line 23 of file WifiLinkPainter.java.