org.sat4j.sat.visu
Class GnuplotFunction

java.lang.Object
  extended by org.sat4j.sat.visu.GnuplotFunction

public class GnuplotFunction
extends Object


Constructor Summary
GnuplotFunction(String expression)
           
GnuplotFunction(String functionExpression, Color functionColor, String functionLegend)
           
 
Method Summary
 Color getColor()
           
 String getFunctionExpression()
           
 String getFunctionLegend()
           
 void setColor(Color functionColor)
           
 void setFunctionExpression(String functionExpression)
           
 void setFunctionLegend(String functionLegend)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GnuplotFunction

public GnuplotFunction(String expression)

GnuplotFunction

public GnuplotFunction(String functionExpression,
                       Color functionColor,
                       String functionLegend)
Method Detail

getFunctionExpression

public String getFunctionExpression()

setFunctionExpression

public void setFunctionExpression(String functionExpression)

getColor

public Color getColor()

setColor

public void setColor(Color functionColor)

getFunctionLegend

public String getFunctionLegend()

setFunctionLegend

public void setFunctionLegend(String functionLegend)


Copyright © 2012 Centre de Recherche en Informatique de Lens (CRIL). All Rights Reserved.