ReadonlyidUnique identifier for this fractal type
ReadonlynameHuman-readable name
ReadonlydescriptionDescription of the fractal
ReadonlydefaultDefault configuration for this fractal
ReadonlyparameterParameter schema for UI generation
StaticgetGet predefined interesting Julia sets
Core iteration function - must be implemented by each fractal
Point in complex plane to test
Fractal-specific configuration
Iteration result (escape time, convergence info, etc.)
Validate configuration for this fractal type
Generate fractal data for given configuration
Generation configuration
Image data array
Julia Sets fractal implementation Formula: z_{n+1} = z_n^2 + c, where z_0 = point and c is constant