Uses of Class
com.brusoftware.plot4j.WrongValueException

Uses of WrongValueException in com.brusoftware.plot4j
 

Methods in com.brusoftware.plot4j that throw WrongValueException
 void Diagram.setBigStepInterval(double d)
          Sets the interval between two numeric labels.
 void Diagram.setLittleStepInterval(double d)
          Sets the interval between two hyphens.
 void Diagram.setMaxX(double d)
          Sets the ending x-coordinate of this Diagram.
 void Diagram.setMaxY(double d)
          Sets the ending y-coordinate of this Diagram.
 void Diagram.setMinX(double d)
          Sets the starting x-coordinate of this Diagram.
 void Diagram.setMinY(double d)
          Sets the starting y-coordinate of this Diagram.
 void FunctionGraph.setNumOfPoints(int n)
          Sets the number of interpolation points.