Class newPointString
- java.lang.Object
-
- geomss.app.GeomSSCommands.creators.newPointString
-
public class newPointString extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description newPointString()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack)Implement newPointString() command.static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint... pointVararg)Implement newPointString(PointString...static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)Implement newPointString(String name) command.static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, GeomPoint... pointVararg)Implement newPointString(String name, PointString...static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection points)Implement newPointString(Collection points) command.static PointStringinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection points)Implement newPointString(Collection points) command.static java.lang.Stringusage()
-
-
-
Constructor Detail
-
newPointString
public newPointString()
-
-
Method Detail
-
usage
public static java.lang.String usage()
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack)
Implement newPointString() command.
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
Implement newPointString(String name) command.
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection points)
Implement newPointString(Collection points) command.
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection points)
Implement newPointString(Collection points) command.
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint... pointVararg)
Implement newPointString(PointString... pointStringVararg) command.
-
invoke
public static PointString invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, GeomPoint... pointVararg)
Implement newPointString(String name, PointString... pointStringVararg) command.
-
-