Uses of Class
com.panayotis.gnuplot.PropertiesHolder

Packages that use PropertiesHolder
com.panayotis.gnuplot   
com.panayotis.gnuplot.plot   
com.panayotis.gnuplot.style   
com.panayotis.gnuplot.terminal   
 

Uses of PropertiesHolder in com.panayotis.gnuplot
 

Subclasses of PropertiesHolder in com.panayotis.gnuplot
 class GNUPlotParameters
          This is a placeholder for the parameters used to create the actual plot.
 

Uses of PropertiesHolder in com.panayotis.gnuplot.plot
 

Subclasses of PropertiesHolder in com.panayotis.gnuplot.plot
 class AbstractPlot
          This is the base class of all plot objects.
 class Axis
          This class represents the various axes of the plot.
 class DataSetPlot
          This plot uses data sets as coordinates of the points to e displayed.
 class FunctionPlot
          This type of Plot is used to provide an interface to the functional plots of gnuplot.
 

Uses of PropertiesHolder in com.panayotis.gnuplot.style
 

Subclasses of PropertiesHolder in com.panayotis.gnuplot.style
 class FillStyle
          This object carries information on how to fill a specific graph
 class PlotStyle
          This object represents the styles which can be used in gnuplot to personalize each prot
 

Uses of PropertiesHolder in com.panayotis.gnuplot.terminal
 

Subclasses of PropertiesHolder in com.panayotis.gnuplot.terminal
 class CustomTerminal
          This is a user specific terminal.
 class ExpandableTerminal
          This is the base class of all special terminals found in JavaPlot.
 class FileTerminal
          This Terminal supports file operations.
 class ImageTerminal
          This terminal is able to process gnuplot output as an image.
 class PostscriptTerminal
          This terminal uses postscript as it's backend
 class SVGTerminal
          This Terminal uses SVG graphics to display data on screen.
 class TextFileTerminal
          Base class of all terminals with output in text format.
 



Copyright © 2013. All Rights Reserved.