Class ParametricCurve.Parameters

  • Enclosing class:
    ParametricCurve

    public class ParametricCurve.Parameters
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      Parameters​(boolean isGlobal)  
      Parameters​(java.lang.Double incrU)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Double getEndU()  
      java.lang.Double getIncrU()  
      java.lang.Double getStartU()  
      boolean isGlobal()  
      void setEndU​(java.lang.Double endU)  
      void setGlobal​(boolean global)  
      void setIncrU​(java.lang.Double incrU)  
      void setStartU​(java.lang.Double endU)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • Parameters

        public Parameters​(java.lang.Double incrU)
      • Parameters

        public Parameters​(boolean isGlobal)
    • Method Detail

      • getIncrU

        public java.lang.Double getIncrU()
      • getStartU

        public java.lang.Double getStartU()
      • getEndU

        public java.lang.Double getEndU()
      • setIncrU

        public void setIncrU​(java.lang.Double incrU)
      • isGlobal

        public boolean isGlobal()
      • setGlobal

        public void setGlobal​(boolean global)
      • setEndU

        public void setEndU​(java.lang.Double endU)
      • setStartU

        public void setStartU​(java.lang.Double endU)