- set(int, ArrayList<String>) - Method in class com.panayotis.gnuplot.dataset.GenericDataSet
-
Replace the Point at the specified position with the provided one
- set(int, Point<N>) - Method in class com.panayotis.gnuplot.dataset.PointDataSet
-
Replace the Point at the specified position with the provided one
- set(String, String) - Method in class com.panayotis.gnuplot.GNUPlot
-
Set various GNUPlot parameters.
- set(String, String) - Method in class com.panayotis.gnuplot.PropertiesHolder
-
Add a specific key-value pair to this object.
- set(String) - Method in class com.panayotis.gnuplot.PropertiesHolder
-
Set a specific key to this object, without a value
- setBorder(int) - Method in class com.panayotis.gnuplot.style.FillStyle
-
Set the border type
- setBoundaries(double, double) - Method in class com.panayotis.gnuplot.plot.Axis
-
Define the area to plot.
- setColor(boolean) - Method in class com.panayotis.gnuplot.terminal.PostscriptTerminal
-
Select if the output will be color or not (monochrome)
- setColumns(int) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
-
Manually set the number of columns.
- setColumns(int) - Method in class com.panayotis.gnuplot.layout.StripeLayout
-
Set behaviour, depending on the number of columns.
- setDataSet(DataSet) - Method in class com.panayotis.gnuplot.plot.DataSetPlot
-
Set the data set of this plot to the specified one
- setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
-
Update the capacity of this layout.
- setDefinition(Page, StringBuilder) - Method in interface com.panayotis.gnuplot.layout.GraphLayout
-
Sets the required definitions in the "set multiplot" part of gnuplot
commands.
- setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
-
Deprecated.
Update the capacity of this layout.
- setDefinition(Page, StringBuilder) - Method in class com.panayotis.gnuplot.layout.ManualGraphLayout
-
This is a dummy layout manager, which actually does nothing
- setDefinition(String) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
-
Set the plot definition for this plot object.
- setDensity(float) - Method in class com.panayotis.gnuplot.style.FillStyle
-
Set the density of this fill style
- setDrawFirst(boolean) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
-
Set where the first graph will be put
- setEPS(boolean) - Method in class com.panayotis.gnuplot.terminal.PostscriptTerminal
-
Select if the output will be in EPS format or not
- setFill(FillStyle) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the fill style of this graph.
- setGNUPlotPath(String) - Method in class com.panayotis.gnuplot.GNUPlot
-
Set the desired path for gnuplot executable.
- setJavaPlot(JavaPlot) - Method in class com.panayotis.gnuplot.swing.JPlot
-
Change the current JavaPlot
- setKey(JavaPlot.Key) - Method in class com.panayotis.gnuplot.JavaPlot
-
- setLabel(String) - Method in class com.panayotis.gnuplot.plot.Axis
-
Set the label of this axis.
- setLabel(String, String, int) - Method in class com.panayotis.gnuplot.plot.Axis
-
Set the label and the font of the current axis
- setLayout(GraphLayout) - Method in class com.panayotis.gnuplot.plot.Page
-
- setLevel(int) - Method in class com.panayotis.gnuplot.utils.Debug
-
Set the level of verbosity.
- setLineType(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the line type of this graph.
- setLineType(PlotColor) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the line type of this graph to be a specific color.
- setLineWidth(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the line width of this graph
- setLogScale(boolean) - Method in class com.panayotis.gnuplot.plot.Axis
-
Set whether this axis is in logarithmic scale or not
- setMetrics(float, float, float, float) - Method in class com.panayotis.gnuplot.plot.Graph
-
Set the position and size of thie graph object, relative to a 0,0-1,1
page
- setMultiTitle(String) - Method in class com.panayotis.gnuplot.GNUPlot
-
Set the title of all graph objects, in multiplot environment.
- setMultiTitle(String) - Method in class com.panayotis.gnuplot.GNUPlotParameters
-
Set the title of all graph objects, in multiplot environment.
- setOrientation(boolean) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
-
Sey the orientation of the graphs, as being put
- setOrientation(boolean) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
-
Deprecated.
Sey the orientation of the graphs, as being put
- setParameters(GNUPlotParameters) - Method in class com.panayotis.gnuplot.GNUPlot
-
Set gnuplot parameters to another set of parameters.
- setPattern(int) - Method in class com.panayotis.gnuplot.style.FillStyle
-
Set the fill pattern
- setPersist(boolean) - Method in class com.panayotis.gnuplot.GNUPlot
-
Set all terminals to be persistent.
- setPlotStyle(PlotStyle) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
-
Set how this plot will be presented.
- setPointSize(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the point size of this graph
- setPointType(int) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the point type of this graph.
- setRows(int) - Method in class com.panayotis.gnuplot.layout.AutoGraphLayout
-
Manually set the number of rows.
- setRows(int) - Method in class com.panayotis.gnuplot.layout.StripeLayout
-
Set behavior, depending on the number of rows.
- setSmooth(Smooth) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
-
Define if this plot should be smoothed.
- setStartPosition(GridGraphLayout.Start) - Method in class com.panayotis.gnuplot.layout.GridGraphLayout
-
Deprecated.
Set where the first graph will be put
- setStyle(FillStyle.Fill) - Method in class com.panayotis.gnuplot.style.FillStyle
-
Set the fill style
- setStyle(Style) - Method in class com.panayotis.gnuplot.style.PlotStyle
-
Set the current style to the given one
- setTerminal(GNUPlotTerminal) - Method in class com.panayotis.gnuplot.GNUPlot
-
Change gnuplot terminal.
- setTitle(String) - Method in class com.panayotis.gnuplot.JavaPlot
-
Set the graph Title
- setTitle(String, String, int) - Method in class com.panayotis.gnuplot.JavaPlot
-
Set the graph title and the title font
- setTitle(String) - Method in class com.panayotis.gnuplot.plot.AbstractPlot
-
A convenient method to set the title of this plot
- setTitle(String) - Method in class com.panayotis.gnuplot.plot.Page
-
Set the title of this page
- setType(boolean) - Method in class com.panayotis.gnuplot.layout.StripeLayout
-
Set the default behavior
- setWriter(Writer) - Method in class com.panayotis.gnuplot.utils.Debug
-
Set the output writer.
- size() - Method in class com.panayotis.gnuplot.dataset.ArrayDataSet
-
Retrieve how many points this data set has.
- size() - Method in interface com.panayotis.gnuplot.dataset.DataSet
-
Retrieve how many points this data set has.
- Smooth - Enum in com.panayotis.gnuplot.style
-
Define how this plot should be smoothed.
- StripeLayout - Class in com.panayotis.gnuplot.layout
-
Align graphs evenly on the page This Layout is based on AutoGraphLayout
- StripeLayout() - Constructor for class com.panayotis.gnuplot.layout.StripeLayout
-
Create a new Strip layout.
- Style - Enum in com.panayotis.gnuplot.style
-
Possible styles to use in gnuplot
- SVGTerminal - Class in com.panayotis.gnuplot.terminal
-
This Terminal uses SVG graphics to display data on screen.
- SVGTerminal() - Constructor for class com.panayotis.gnuplot.terminal.SVGTerminal
-
Creates a new instance of SVGTerminal
- SVGTerminal(String) - Constructor for class com.panayotis.gnuplot.terminal.SVGTerminal
-
Creates a new instance of SVGTerminal and store output to a specific file