Uses of Interface
ch.nolix.techapi.math.bigdecimalmath.IClosedInterval
Packages that use IClosedInterval
Package
Description
-
Uses of IClosedInterval in ch.nolix.tech.math.bigdecimalmath
Classes in ch.nolix.tech.math.bigdecimalmath that implement IClosedIntervalMethods in ch.nolix.tech.math.bigdecimalmath that return types with arguments of type IClosedIntervalMethods in ch.nolix.tech.math.bigdecimalmath with parameters of type IClosedIntervalModifier and TypeMethodDescriptionbooleanClosedInterval.intersectsWithClosedInterval(IClosedInterval closedInterval) -
Uses of IClosedInterval in ch.nolix.tech.math.fractal
Fields in ch.nolix.tech.math.fractal declared as IClosedIntervalModifier and TypeFieldDescriptionstatic final IClosedIntervalFractalBuilder.DEFAULT_IMAGINARY_COMPONENT_INTERVALstatic final IClosedIntervalFractalBuilder.DEFAULT_REAL_COMPONENT_INTERVALMethods in ch.nolix.tech.math.fractal that return IClosedIntervalModifier and TypeMethodDescriptionFractal.getImaginaryComponentInterval()Fractal.getRealComponentInterval()Methods in ch.nolix.tech.math.fractal with parameters of type IClosedIntervalModifier and TypeMethodDescriptionFractalBuilder.setImaginaryComponentInterval(IClosedInterval imaginaryComponentInterval) FractalBuilder.setRealComponentInterval(IClosedInterval realComponentInterval) 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 IClosedInterval in ch.nolix.techapi.math.bigdecimalmath
Methods in ch.nolix.techapi.math.bigdecimalmath that return IClosedIntervalMethods in ch.nolix.techapi.math.bigdecimalmath that return types with arguments of type IClosedIntervalMethods in ch.nolix.techapi.math.bigdecimalmath with parameters of type IClosedIntervalModifier and TypeMethodDescriptionbooleanIClosedInterval.intersectsWithClosedInterval(IClosedInterval closedInterval) -
Uses of IClosedInterval in ch.nolix.techapi.math.fractal
Methods in ch.nolix.techapi.math.fractal that return IClosedIntervalModifier and TypeMethodDescriptionIFractal.getImaginaryComponentInterval()IFractal.getRealComponentInterval()Methods in ch.nolix.techapi.math.fractal with parameters of type IClosedIntervalModifier and TypeMethodDescriptionIFractalBuilder.setImaginaryComponentInterval(IClosedInterval imaginaryComponentInterval) IFractalBuilder.setRealComponentInterval(IClosedInterval realComponentInterval)