Class newPointString

    • 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()  
      • 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 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.