utils.myPlotter
Class PlotterProperties

java.lang.Object
  |
  +--utils.myPlotter.PlotterProperties

public class PlotterProperties
extends java.lang.Object

PlotterProperties


Constructor Summary
PlotterProperties()
           
 
Method Summary
static void setBasicPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName, int XPlotSize, int YPlotSize, java.lang.String title, java.lang.String XLabel, java.lang.String YLabel)
          Method setBasicPlotProperties
static void setPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName, int XPlotSize, int YPlotSize, java.lang.String title, int YRangeMin, int YRangeMax, int XRangeMin, int XRangeMax, java.lang.String XLabel, java.lang.String YLabel)
           
static void setSpecificPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName, boolean impulses, boolean button, java.lang.String marksStyle)
          Method setSpecificPlotProperties
static void setXTick(utils.ptplot5_2.ptolemy.plot.Plot plotName, double value)
           
static void setYTick(utils.ptplot5_2.ptolemy.plot.Plot plotName, double value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PlotterProperties

public PlotterProperties()
Method Detail

setPlotProperties

public static void setPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName,
                                     int XPlotSize,
                                     int YPlotSize,
                                     java.lang.String title,
                                     int YRangeMin,
                                     int YRangeMax,
                                     int XRangeMin,
                                     int XRangeMax,
                                     java.lang.String XLabel,
                                     java.lang.String YLabel)

setBasicPlotProperties

public static void setBasicPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName,
                                          int XPlotSize,
                                          int YPlotSize,
                                          java.lang.String title,
                                          java.lang.String XLabel,
                                          java.lang.String YLabel)
Method setBasicPlotProperties

Parameters:
plotName - the Plot that we want to customize
XPlotSize - the X size of the plot : width
YPlotSize - the Y size of the plot : height
title - The title of this plot
XLabel - the X label of this plot
YLabel - the Y Label of this plot

setSpecificPlotProperties

public static void setSpecificPlotProperties(utils.ptplot5_2.ptolemy.plot.Plot plotName,
                                             boolean impulses,
                                             boolean button,
                                             java.lang.String marksStyle)
Method setSpecificPlotProperties

Parameters:
plotName - the Plot that we want customize
impulses - if true, then a line will be drawn from any plotted point down to the x axis
button - if true, it add 4 buttons to resize....
marksStyle - possibilities could be "none", "points", "dots", or "various"

setYTick

public static void setYTick(utils.ptplot5_2.ptolemy.plot.Plot plotName,
                            double value)

setXTick

public static void setXTick(utils.ptplot5_2.ptolemy.plot.Plot plotName,
                            double value)