Class newPointComponent

    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack)
      Implement newPointComponent() command.
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack, PointArray... pointArrayVararg)
      Implement newPointComponent(PointArray...
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name)
      Implement newPointComponent(String name) command.
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, PointArray... pointArrayVararg)
      Implement newPointComponent(String name, PointArray...
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.lang.String name, java.util.Collection pointArrays)
      Implement newPointComponent(Collection PointArrays) command.
      static PointComponent invoke​(bsh.Interpreter env, bsh.CallStack callstack, java.util.Collection pointArrays)
      Implement newPointComponent(Collection PointArrays) command.
      static java.lang.String usage()  
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.