Class newPointComponent
- java.lang.Object
- 
- geomss.app.GeomSSCommands.creators.newPointComponent
 
- 
 public class newPointComponent extends java.lang.Object 
- 
- 
Constructor SummaryConstructors Constructor Description newPointComponent()
 - 
Method SummaryAll 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- 
newPointComponentpublic newPointComponent() 
 
- 
 - 
Method Detail- 
usagepublic static java.lang.String usage() 
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack) Implement newPointComponent() command.
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name) Implement newPointComponent(String name) command.
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointArrays) Implement newPointComponent(Collection PointArrays) command.
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointArrays) Implement newPointComponent(Collection PointArrays) command.
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, PointArray... pointArrayVararg) Implement newPointComponent(PointArray... PointArrayVararg) command.
 - 
invokepublic static PointComponent invoke(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointArray... pointArrayVararg) Implement newPointComponent(String name, PointArray... PointArrayVararg) command.
 
- 
 
-