Uses of Class
com.panayotis.gnuplot.style.Style

Packages that use Style
com.panayotis.gnuplot.style   
 

Uses of Style in com.panayotis.gnuplot.style
 

Methods in com.panayotis.gnuplot.style that return Style
static Style Style.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static Style[] Style.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.panayotis.gnuplot.style with parameters of type Style
 void PlotStyle.setStyle(Style style)
          Set the current style to the given one
 

Constructors in com.panayotis.gnuplot.style with parameters of type Style
PlotStyle(Style style)
          Creates a new instance of PlotStyle with a specified style
 



Copyright © 2013. All Rights Reserved.