Documentation of 'jsci.maths.chaos.JuliaSet' Java class
JuliaSet
jsci.maths.chaos

Class JuliaSet



  • public final class JuliaSet
    extends java.lang.Object
    The JuliaSet class provides an object that encapsulates Julia sets.
    • Constructor Summary

      Constructors 
      Constructor and Description
      JuliaSet(Complex c)
      Constructs a Julia set.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      int isMember(Complex z, int maxIter)
      Returns 0 if z is a member of this set, else the number of iterations it took for z to diverge to infinity.
      int isMember(double zRe, double zIm, int maxIter) 
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • RABBIT

        public static final Complex RABBIT
      • SAN_MARCO

        public static final Complex SAN_MARCO
      • SIEGEL_DISK

        public static final Complex SIEGEL_DISK
    • Constructor Detail

      • JuliaSet

        public JuliaSet(Complex c)
        Constructs a Julia set.
    • Method Detail

      • isMember

        public int isMember(Complex z,
                            int maxIter)
        Returns 0 if z is a member of this set, else the number of iterations it took for z to diverge to infinity.
      • isMember

        public int isMember(double zRe,
                            double zIm,
                            int maxIter)

DMelt 3.0 © DataMelt by jWork.ORG

You see the box below because you did not login.