Class TFractalProperties (unit FractalImage)

Inherits from

TPersistent

Constructors


constructor Create(AOwner: TFractalImage);

TFractalProperties


Functions

procedure WriteFractalType(FT:TFractalTypes);

These are the most commenly used numbers for the Mandelbrot fractal

Properties

property FractalType : TFractalTypes


property LineIncremental : Boolean


property NumberOfIterations : Integer


property X0 : Double


property X1 : Double


property Y0 : Double


property Y1 : Double


Events

Variables

FFractalImage : TFractalImage;


FFractalType : TFractalTypes;


FLineIncremental : Boolean;


FNumberOfIterations : Integer;


FX0 : Double;


FX1 : Double;


FY0 : Double;


FY1 : Double;



Constructors


constructor Create(AOwner: TFractalImage);

TFractalProperties


Functions


procedure WriteFractalType(FT:TFractalTypes);

These are the most commenly used numbers for the Mandelbrot fractal


Properties


property FractalType : TFractalTypes


property LineIncremental : Boolean


property NumberOfIterations : Integer


property X0 : Double


property X1 : Double


property Y0 : Double


property Y1 : Double


Events


Variables


FFractalImage : TFractalImage;


FFractalType : TFractalTypes;


FLineIncremental : Boolean;


FNumberOfIterations : Integer;


FX0 : Double;


FX1 : Double;


FY0 : Double;


FY1 : Double;