LiveGraph
data visualisation and analysis framework

org.LiveGraph.plot
Class Plotter.MutableInt

java.lang.Object
  extended by org.LiveGraph.plot.Plotter.MutableInt
Enclosing class:
Plotter

private class Plotter.MutableInt
extends java.lang.Object

For holding mutable ints as objects.


Field Summary
(package private)  int val
           
 
Constructor Summary
Plotter.MutableInt()
           
Plotter.MutableInt(int v)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

val

int val
Constructor Detail

Plotter.MutableInt

Plotter.MutableInt()

Plotter.MutableInt

Plotter.MutableInt(int v)

LiveGraph
data visualisation and analysis framework