Class newPointComponent
- java.lang.Object
-
- geomss.app.GeomSSCommands.creators.newPointComponent
-
public class newPointComponent extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description newPointComponent()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack)Implement newPointComponent() command.static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack, PointArray... pointArrayVararg)Implement newPointComponent(PointArray...static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)Implement newPointComponent(String name) command.static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointArray... pointArrayVararg)Implement newPointComponent(String name, PointArray...static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointArrays)Implement newPointComponent(Collection PointArrays) command.static PointComponentinvoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointArrays)Implement newPointComponent(Collection PointArrays) command.static java.lang.Stringusage()
-
-
-
Constructor Detail
-
newPointComponent
public newPointComponent()
-
-
Method Detail
-
usage
public static java.lang.String usage()
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack)
Implement newPointComponent() command.
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
Implement newPointComponent(String name) command.
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointArrays)
Implement newPointComponent(Collection PointArrays) command.
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointArrays)
Implement newPointComponent(Collection PointArrays) command.
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, PointArray... pointArrayVararg)
Implement newPointComponent(PointArray... PointArrayVararg) command.
-
invoke
public static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointArray... pointArrayVararg)
Implement newPointComponent(String name, PointArray... PointArrayVararg) command.
-
-