Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W
G
GenericDataSet
- Class in
com.panayotis.gnuplot.dataset
Generic data class to store data.
GenericDataSet()
- Constructor for class com.panayotis.gnuplot.dataset.
GenericDataSet
Create a new instance of GenericDataSet, with the default DataParser (DoubleDataParser)
GenericDataSet(boolean)
- Constructor for class com.panayotis.gnuplot.dataset.
GenericDataSet
Create a new instance of GenericDataSet, with the default DataParser (DoubleDataParser), and the information that the first column is in date format.
GenericDataSet(DataParser)
- Constructor for class com.panayotis.gnuplot.dataset.
GenericDataSet
Create a new instance of GenericDataSet, with a given DataParser
get(int)
- Method in class com.panayotis.gnuplot.dataset.
Point
Retrieve the value of a specific coordinate of this point
getAxis(String)
- Method in class com.panayotis.gnuplot.
GNUPlot
Use this method to get a reference to the plot axis, in order to set various parameters.
getAxis(String)
- Method in class com.panayotis.gnuplot.
GNUPlotParameters
Get one of the available Axis from default Graph, in order to set some parameters on it.
getAxis(String)
- Method in class com.panayotis.gnuplot.plot.
Graph
Get one of the available Axis, in orde to set some parameters on it.
getColor()
- Method in enum com.panayotis.gnuplot.style.
NamedPlotColor
Get the representation of this color
getColor()
- Method in interface com.panayotis.gnuplot.style.
PlotColor
Get the representation of this color
getColor()
- Method in class com.panayotis.gnuplot.style.
RgbPlotColor
Get the representation of this color
getCommands()
- Method in class com.panayotis.gnuplot.
GNUPlot
Retrieves the command which will actually send to gnuplot, if we perform a plot with the already defined parameters to the selected terminal.
getDataSet()
- Method in class com.panayotis.gnuplot.plot.
DataSetPlot
Retrieve the data set of this plot
getDebugger()
- Static method in class com.panayotis.gnuplot.
GNUPlot
Get the specific GNUPlot Debug object
getDimensions()
- Method in class com.panayotis.gnuplot.dataset.
ArrayDataSet
Retrieve how many dimensions this dataset refers to.
getDimensions()
- Method in interface com.panayotis.gnuplot.dataset.
DataSet
Retrieve how many dimensions this dataset refers to.
getDimensions()
- Method in class com.panayotis.gnuplot.dataset.
GenericDataSet
Retrieve how many dimensions this dataset refers to.
getDimensions()
- Method in class com.panayotis.gnuplot.dataset.
Point
Retrieve the actual coordinations of this point
getDimensions()
- Method in class com.panayotis.gnuplot.dataset.
PointDataSet
Retrieve how many dimensions this dataset refers to.
getExec(String)
- Static method in class com.panayotis.io.
FileUtils
Check if the specified file path is a valid file.
getGNUPlotPage(StringBuffer)
- Method in class com.panayotis.gnuplot.plot.
Page
Append the GNUPlot program which will construct this page, to a buffer.
getGNUPlotPath()
- Method in class com.panayotis.gnuplot.
GNUPlot
Retrieve the file path of gnuplot
getHeight()
- Method in class com.panayotis.gnuplot.layout.
LayoutMetrics
Get height
getImage()
- Method in class com.panayotis.gnuplot.terminal.
ImageTerminal
Get a handler of the produced image by this terminal
getJavaPlot()
- Method in class com.panayotis.gnuplot.swing.
JPlot
Retrieve the JavaPlot of this JPlot.
getLayout()
- Method in class com.panayotis.gnuplot.
GNUPlot
Get the current layout of this plot object
getLayout()
- Method in class com.panayotis.gnuplot.plot.
Page
Get a reference for this page layout
getMetrics()
- Method in class com.panayotis.gnuplot.plot.
Graph
Get the positioning and size of this graph object
getName()
- Method in class com.panayotis.gnuplot.plot.
Axis
Get the name of this axis as a String.
getOutputFile()
- Method in class com.panayotis.gnuplot.terminal.
CustomTerminal
Retrieve the output filename
getOutputFile()
- Method in class com.panayotis.gnuplot.terminal.
DefaultTerminal
No output is defined for this terminal
getOutputFile()
- Method in class com.panayotis.gnuplot.terminal.
FileTerminal
Retrieve the filaname to use as an output for this terminal.
getOutputFile()
- Method in interface com.panayotis.gnuplot.terminal.
GNUPlotTerminal
Get the output filename.
getPage()
- Method in class com.panayotis.gnuplot.
GNUPlot
Get a Page containing all Graphs.
getPage()
- Method in class com.panayotis.gnuplot.
GNUPlotParameters
Retrieve the whole page object, defining the various graph plots
getPanel()
- Method in class com.panayotis.gnuplot.terminal.
SVGTerminal
Retrieve a JPanel whith the provided SVG drawn on it.
getParameters()
- Method in class com.panayotis.gnuplot.
GNUPlot
Ge the actual gnuplot parameters.
getPlotCommand()
- Method in class com.panayotis.gnuplot.plot.
Graph
Get the actual gnuplot command to initiate the plot.
getPlotCommand()
- Method in class com.panayotis.gnuplot.plot.
Graph3D
Get the actual gnuplot command to initiate the plot.
getPlots()
- Method in class com.panayotis.gnuplot.
GNUPlot
Get a list of the (default) plots used in this set.
getPlots()
- Method in class com.panayotis.gnuplot.
GNUPlotParameters
Get the list of the stored plots from default graph
getPlotStyle()
- Method in class com.panayotis.gnuplot.plot.
AbstractPlot
Retrieve the style of this Plot command
getPointValue(int, int)
- Method in class com.panayotis.gnuplot.dataset.
ArrayDataSet
Retrieve data information from a point.
getPointValue(int, int)
- Method in interface com.panayotis.gnuplot.dataset.
DataSet
Retrieve data information from a point.
getPointValue(int, int)
- Method in class com.panayotis.gnuplot.dataset.
GenericDataSet
Retrieve data information from a point.
getPointValue(int, int)
- Method in class com.panayotis.gnuplot.dataset.
PointDataSet
Retrieve data information from a point.
getPostInit()
- Method in class com.panayotis.gnuplot.
GNUPlot
Execute gnuplot commands before any kind of initialization.
getPostInit()
- Method in class com.panayotis.gnuplot.
GNUPlotParameters
This list is used to add special commands to gnuplot, after the automatically generated from this library.
getPreInit()
- Method in class com.panayotis.gnuplot.
GNUPlot
Execute gnuplot commands before any kind of initialization.
getPreInit()
- Method in class com.panayotis.gnuplot.
GNUPlotParameters
This list is used to add special commands to gnuplot, before the automatically generated from this library.
getTerminal()
- Method in class com.panayotis.gnuplot.
GNUPlot
Get the current used terminal
getTextOutput()
- Method in class com.panayotis.gnuplot.terminal.
TextFileTerminal
Retrieve the String with the output of the last gnuplot command
getTitle()
- Method in class com.panayotis.gnuplot.plot.
Page
Get the title of this page
getType()
- Method in class com.panayotis.gnuplot.terminal.
DefaultTerminal
This Terminal has no type.
getType()
- Method in class com.panayotis.gnuplot.terminal.
ExpandableTerminal
Get the type of this terminal
getType()
- Method in interface com.panayotis.gnuplot.terminal.
GNUPlotTerminal
Get the terminal type / terminal name.
getWidth()
- Method in class com.panayotis.gnuplot.layout.
LayoutMetrics
Get width
getX()
- Method in class com.panayotis.gnuplot.layout.
LayoutMetrics
Get horizontal position
getY()
- Method in class com.panayotis.gnuplot.layout.
LayoutMetrics
Get vertical position
GNUPlot
- Class in
com.panayotis.gnuplot
This is the main class of JavaPlot.
GNUPlot()
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, using the default parameters
GNUPlot(boolean)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, using the default parameters.
GNUPlot(GNUPlotParameters)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, with a given set of parameters.
GNUPlot(String)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, with a given path for gnuplot.
GNUPlot(String, boolean)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, with a given path for gnuplot.
GNUPlot(GNUPlotParameters, String, GNUPlotTerminal)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlot(GNUPlotParameters, String, GNUPlotTerminal, boolean)
- Constructor for class com.panayotis.gnuplot.
GNUPlot
Create a new instance of gnuplot, with given parameters and given path for gnuplot.
GNUPlotException
- Exception in
com.panayotis.gnuplot
Runtime exception used whenever a recoverable error occured.
GNUPlotException(String)
- Constructor for exception com.panayotis.gnuplot.
GNUPlotException
Creates a new instance of GNUPlotException
GNUPlotParameters
- Class in
com.panayotis.gnuplot
This is a placeholder for the parameters used to create the actual plot.
GNUPlotParameters()
- Constructor for class com.panayotis.gnuplot.
GNUPlotParameters
Create a new plot with the default parameters
GNUPlotParameters(boolean)
- Constructor for class com.panayotis.gnuplot.
GNUPlotParameters
Create a new plot with the default parameters
GNUPlotTerminal
- Interface in
com.panayotis.gnuplot.terminal
This interface represents any GNUPlot terminal.
Graph
- Class in
com.panayotis.gnuplot.plot
Graph objects are parts of a multi-plot drawing.
Graph()
- Constructor for class com.panayotis.gnuplot.plot.
Graph
Create a new graph object
Graph3D
- Class in
com.panayotis.gnuplot.plot
Graph3D()
- Constructor for class com.panayotis.gnuplot.plot.
Graph3D
GraphLayout
- Interface in
com.panayotis.gnuplot.layout
This Object is used to define how graphs will be positioned on the whole page
GridGraphLayout
- Class in
com.panayotis.gnuplot.layout
Deprecated.
GridGraphLayout()
- Constructor for class com.panayotis.gnuplot.layout.
GridGraphLayout
Deprecated.
Create a new grid layout
GridGraphLayout.Start
- Enum in
com.panayotis.gnuplot.layout
Deprecated.
Where the first graph will be put
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
C
D
E
F
G
H
I
J
L
M
N
O
P
Q
R
S
T
U
V
W