A C D E F G H I J L M N O P Q R S T U V W 

P

Page - Class in com.panayotis.gnuplot.plot
The data representation of a whole graph page
Page() - Constructor for class com.panayotis.gnuplot.plot.Page
Construct a new blank page with one graph inside
Page(boolean) - Constructor for class com.panayotis.gnuplot.plot.Page
Construct a new blank page with one graph inside
paint(Graphics) - Method in class com.panayotis.gnuplot.swing.JPlot
Paint this component
plot() - Method in class com.panayotis.gnuplot.GNUPlot
Perform the actual action of plotting.
Plot - Interface in com.panayotis.gnuplot.plot
This interface is used by JavaPlot to handle various plot arguments.
plot() - Method in class com.panayotis.gnuplot.swing.JPlot
Perform a plot on this object
PlotColor - Interface in com.panayotis.gnuplot.style
Interface definition of the color object to be used under gnuplot
PlotStyle - Class in com.panayotis.gnuplot.style
This object represents the styles which can be used in gnuplot to personalize each prot
PlotStyle() - Constructor for class com.panayotis.gnuplot.style.PlotStyle
Creates a new instance of PlotStyle with default parameters
PlotStyle(Style) - Constructor for class com.panayotis.gnuplot.style.PlotStyle
Creates a new instance of PlotStyle with a specified style
Point<N extends java.lang.Number> - Class in com.panayotis.gnuplot.dataset
This object represents a N-dimensional point.
Point(N...) - Constructor for class com.panayotis.gnuplot.dataset.Point
Creates a new instance of Point with given coordinates
PointDataSet<N extends java.lang.Number> - Class in com.panayotis.gnuplot.dataset
Store data sets in a dynamic Generics ArrayList of Points.
PointDataSet() - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create an empty PointDataSet
PointDataSet(int) - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create an empty PointDataSet with a specified initial capacity
PointDataSet(Collection<? extends Point<N>>) - Constructor for class com.panayotis.gnuplot.dataset.PointDataSet
Create a new PointDataSet from a previous collection of Points
PostscriptTerminal - Class in com.panayotis.gnuplot.terminal
This terminal uses postscript as it's backend
PostscriptTerminal() - Constructor for class com.panayotis.gnuplot.terminal.PostscriptTerminal
Create a new instance of PostscriptTerminal.
PostscriptTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.PostscriptTerminal
Create a new Postscript terminal and save output to the specified file
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.DefaultTerminal
No processing is performed.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.ExpandableTerminal
This method only consumes gnuplot stdout input stream.
processOutput(InputStream) - Method in interface com.panayotis.gnuplot.terminal.GNUPlotTerminal
This method is executed bu GNUPlot, when the plot has been performed.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.ImageTerminal
Read the produced image from gnuplot standard output
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.SVGTerminal
Process output of this terminal.
processOutput(InputStream) - Method in class com.panayotis.gnuplot.terminal.TextFileTerminal
Process output of this terminal.
PropertiesHolder - Class in com.panayotis.gnuplot
This object is a data placeholder of various text-based parameters, used in JavaPlot graph objects.
It is possible to retrieve all it's data, as long a valid key-value pair is present.
PropertiesHolder() - Constructor for class com.panayotis.gnuplot.PropertiesHolder
Creates a new instance of PropertiesHolder with default prefix and suffix values.
The prefix in this case is the token "set " and the suffix is the newline character.
PropertiesHolder(String, String) - Constructor for class com.panayotis.gnuplot.PropertiesHolder
Creates a new instance of PropertiesHolder with given prefix and suffix tokens.
A C D E F G H I J L M N O P Q R S T U V W