utils.myPlotter
Class PlotterProperties
java.lang.Object
|
+--utils.myPlotter.PlotterProperties
- public class PlotterProperties
- extends java.lang.Object
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 |
PlotterProperties
public PlotterProperties()
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 customizeXPlotSize
- the X size of the plot : widthYPlotSize
- the Y size of the plot : heighttitle
- The title of this plotXLabel
- the X label of this plotYLabel
- 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 customizeimpulses
- if true, then a line will be drawn from any plotted point down to the x axisbutton
- 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)