plot
Class Piesk

java.lang.Object
  extended by plot.Piesk

public class Piesk
extends java.lang.Object


Field Summary
static int currPlot
           
static javax.swing.JPanel head
           
static ptolemy.plot.Plot[] LegArr
           
static boolean markStart
           
static javax.swing.JFrame myFr
           
static javax.swing.JFrame[] myFrArr
           
static ptolemy.plot.Plot myPl
           
static ptolemy.plot.Plot[] myPlArr
           
static java.awt.Panel[] myPnArr
           
static boolean phasePortret
           
static double xMax
           
static double xMin
           
static double yMax
           
static double yMin
           
 
Constructor Summary
Piesk()
           
 
Method Summary
static void addLegend(int nr, java.lang.String legend)
           
static void addXTick(java.lang.String label, double position)
           
static void addYTick(java.lang.String label, double position)
           
static double[] byte2double(byte[] a)
           
static void clear()
           
static double[] int2double(int[] a)
           
static void plot(java.util.ArrayList<java.lang.Double> u, java.util.ArrayList<java.lang.Double> v, int nr, java.lang.String title, boolean clear, boolean scat)
           
static void plot(boolean clear)
           
static void plot(double[][] x, double[][] y, java.lang.String title, boolean clear, boolean scat)
           
static void plot(double[] x, double[] y, int[] nr, java.lang.String title, boolean clear, boolean scat)
           
static void plot(double[] x, double[] y, int nr, java.lang.String title, boolean clear, boolean scat)
           
static void plot(double x, java.util.ArrayList<java.lang.Integer> a, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, byte[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double h, byte[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, double[][] y, java.lang.String title)
           
static void plot(double h, double[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double h, double[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double x0, double h, double[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double x0, double h, double[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double x0, double h, float[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double x0, double h, float[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double x, double y, int nr)
           
static void plot(double x0, double h, int[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, float[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double h, float[] y, int nuo, int iki, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, float[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, int[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double h, int[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(double h, short[] y, int[] nr, java.lang.String title, boolean clear)
           
static void plot(double h, short[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(int[] x, int[] y, int nr, java.lang.String title, boolean clear)
           
static void plot(int[] x, int[] y, int nr, java.lang.String title, boolean clear, boolean scat)
           
static void pop()
           
static void push()
           
static void setBounds(int x, int y, int width, int height)
           
static void setLogLog()
           
static void setTitle(java.lang.String title)
           
static void setXLabel(java.lang.String label)
           
static void setYLabel(java.lang.String label)
           
static double[] short2double(short[] a)
           
static void threadSavePlot(double[] x, double[] y, int[] nr, java.lang.String title, boolean clear, boolean scat)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myFr

public static javax.swing.JFrame myFr

myPl

public static ptolemy.plot.Plot myPl

LegArr

public static ptolemy.plot.Plot[] LegArr

myFrArr

public static javax.swing.JFrame[] myFrArr

myPnArr

public static java.awt.Panel[] myPnArr

head

public static javax.swing.JPanel head

myPlArr

public static ptolemy.plot.Plot[] myPlArr

currPlot

public static int currPlot

xMin

public static double xMin

xMax

public static double xMax

yMin

public static double yMin

yMax

public static double yMax

markStart

public static boolean markStart

phasePortret

public static boolean phasePortret
Constructor Detail

Piesk

public Piesk()
Method Detail

push

public static void push()

pop

public static void pop()

plot

public static void plot(double x,
                        java.util.ArrayList<java.lang.Integer> a,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(java.util.ArrayList<java.lang.Double> u,
                        java.util.ArrayList<java.lang.Double> v,
                        int nr,
                        java.lang.String title,
                        boolean clear,
                        boolean scat)

plot

public static void plot(double x,
                        double y,
                        int nr)

plot

public static void plot(int[] x,
                        int[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        float[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        float[] y,
                        int nuo,
                        int iki,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        float[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        int[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        byte[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        short[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        short[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        double[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        double[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        double[][] y,
                        java.lang.String title)

plot

public static void plot(double x0,
                        double h,
                        double[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double x0,
                        double h,
                        float[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double x0,
                        double h,
                        float[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double x0,
                        double h,
                        double[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double x0,
                        double h,
                        int[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(int[] x,
                        int[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear,
                        boolean scat)

plot

public static void plot(double[] x,
                        double[] y,
                        int nr,
                        java.lang.String title,
                        boolean clear,
                        boolean scat)

plot

public static void plot(double[][] x,
                        double[][] y,
                        java.lang.String title,
                        boolean clear,
                        boolean scat)

plot

public static void plot(boolean clear)

plot

public static void plot(double h,
                        byte[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double h,
                        int[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear)

plot

public static void plot(double[] x,
                        double[] y,
                        int[] nr,
                        java.lang.String title,
                        boolean clear,
                        boolean scat)

threadSavePlot

public static void threadSavePlot(double[] x,
                                  double[] y,
                                  int[] nr,
                                  java.lang.String title,
                                  boolean clear,
                                  boolean scat)

clear

public static void clear()

setBounds

public static void setBounds(int x,
                             int y,
                             int width,
                             int height)

int2double

public static double[] int2double(int[] a)

byte2double

public static double[] byte2double(byte[] a)

short2double

public static double[] short2double(short[] a)

setTitle

public static void setTitle(java.lang.String title)

setXLabel

public static void setXLabel(java.lang.String label)

setYLabel

public static void setYLabel(java.lang.String label)

setLogLog

public static void setLogLog()

addLegend

public static void addLegend(int nr,
                             java.lang.String legend)

addXTick

public static void addXTick(java.lang.String label,
                            double position)

addYTick

public static void addYTick(java.lang.String label,
                            double position)