Package geomss
Class GeomSSUtil
- java.lang.Object
-
- geomss.GeomSSUtil
-
public class GeomSSUtil extends java.lang.Object
Static utility methods for the GeomSS application that are intended to be accessed from the BeanShell scripting environment.Modified by: Joseph A. Huwaldt
- Version:
- September 4, 2015
- Author:
- Joseph A. Huwaldt, Date: June 13, 2009
-
-
Constructor Summary
Constructors Constructor Description GeomSSUtil()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
setInterpreter(bsh.Interpreter bsh)
Set the BeanShell interpreter used by this set of utilities.
-
-
-
Constructor Detail
-
GeomSSUtil
public GeomSSUtil()
-
-
Method Detail
-
setInterpreter
public static void setInterpreter(bsh.Interpreter bsh)
Set the BeanShell interpreter used by this set of utilities.- Parameters:
bsh
- The BeanShell interpreter used by this set of utilities.
-
-