Uses of Interface
ch.nolix.techapi.math.bigdecimalmath.ISequence
Packages that use ISequence
Package
Description
-
Uses of ISequence in ch.nolix.tech.math.bigdecimalmath
Classes in ch.nolix.tech.math.bigdecimalmath that implement ISequenceModifier and TypeClassDescriptionfinal classfinal classfinal class -
Uses of ISequence in ch.nolix.tech.math.fractal
Fields in ch.nolix.tech.math.fractal with type parameters of type ISequenceModifier and TypeFieldDescriptionstatic final Function<IComplexNumber, ISequence<IComplexNumber>> FractalBuilder.DEFAULT_SEQUENCE_CREATORMethods in ch.nolix.tech.math.fractal that return ISequenceMethod parameters in ch.nolix.tech.math.fractal with type arguments of type ISequenceModifier and TypeMethodDescriptionFractalBuilder.setSequenceCreator(Function<IComplexNumber, ISequence<IComplexNumber>> sequenceCreator) static FractalFractal.withParams(IClosedInterval realComponentInterval, IClosedInterval imaginaryComponentInterval, int widthInPixel, int heightInPixel, Function<IComplexNumber, ISequence<IComplexNumber>> sequenceCreator, BigDecimal sequencesMinDivergenceMagnitude, int sequencesMaxIterationCount, IntFunction<IColor> colorFunction, int decimalPlaces) -
Uses of ISequence in ch.nolix.techapi.math.bigdecimalmath
Subinterfaces of ISequence in ch.nolix.techapi.math.bigdecimalmathModifier and TypeInterfaceDescriptioninterfaceinterface -
Uses of ISequence in ch.nolix.techapi.math.fractal
Methods in ch.nolix.techapi.math.fractal that return ISequenceMethod parameters in ch.nolix.techapi.math.fractal with type arguments of type ISequenceModifier and TypeMethodDescriptionIFractalBuilder.setSequenceCreator(Function<IComplexNumber, ISequence<IComplexNumber>> sequenceCreator)