Class newPointVehicle
- java.lang.Object
-
- geomss.app.GeomSSCommands.creators.newPointVehicle
-
public class newPointVehicle extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description newPointVehicle()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack)
Implement newPointVehicle() command.static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack, PointComponent... pointCompVararg)
Implement newPointVehicle(PointComponent...static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
Implement newPointVehicle(String name) command.static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointComponent... pointCompVararg)
Implement newPointVehicle(String name, PointComponent...static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointComponents)
Implement newPointVehicle(Collection PointComponents) command.static PointVehicle
invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointComponents)
Implement newPointVehicle(Collection PointComponents) command.static java.lang.String
usage()
-
-
-
Constructor Detail
-
newPointVehicle
public newPointVehicle()
-
-
Method Detail
-
usage
public static java.lang.String usage()
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack)
Implement newPointVehicle() command.
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
Implement newPointVehicle(String name) command.
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointComponents)
Implement newPointVehicle(Collection PointComponents) command.
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointComponents)
Implement newPointVehicle(Collection PointComponents) command.
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack, PointComponent... pointCompVararg)
Implement newPointVehicle(PointComponent... PointComponentVararg) command.
-
invoke
public static PointVehicle invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointComponent... pointCompVararg)
Implement newPointVehicle(String name, PointComponent... PointComponentVararg) command.
-
-