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 PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack)
Implement newPointString() command.static PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack, GeomPoint... pointVararg)
Implement newPointString(PointString...static PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
Implement newPointString(String name) command.static PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, GeomPoint... pointVararg)
Implement newPointString(String name, PointString...static PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection points)
Implement newPointString(Collection points) command.static PointString
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection points)
Implement newPointString(Collection points) command.static java.lang.String
usage()
-
-
-
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.
-
-