Class PlotDemo

java.lang.Object
  extended by PlotDemo

public class PlotDemo
extends java.lang.Object

Examples for using the Plotter class to draw data

Author:
Euler

Constructor Summary
PlotDemo()
           
 
Method Summary
static void main(java.lang.String[] args)
           
 void plot(int mode)
           
 void rechne0()
           
 void rechne1()
          Collatz Problem
See Wikipedia
 void rechne2()
           
 void rechne3()
           
 void rechne4()
           
 void rechne5()
           
 void rechne6()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotDemo

public PlotDemo()
Method Detail

main

public static void main(java.lang.String[] args)
Parameters:
args -

plot

public void plot(int mode)

rechne0

public void rechne0()

rechne2

public void rechne2()

rechne3

public void rechne3()

rechne4

public void rechne4()

rechne5

public void rechne5()

rechne1

public void rechne1()
Collatz Problem
See Wikipedia


rechne6

public void rechne6()