dmj5
Class DMJ_ClipShapeCircle

Object
  extended by common:Generic
      extended by common:Transform
          extended by common:ClipShape
              extended by dmj5:DMJ_ClipShapeCircle

class 
ClipShape:DMJ_ClipShapeCircle

Circular clipping shape.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
DMJ_ClipShapeCircle()
           
DMJ_ClipShapeCircle(Generic pparent)
           
 
Method Summary
 complex Iterate(complex pz)
          Transform a single point within a sequence
 void SetHandles(Handles phandles)
           
 
Methods inherited from class common:ClipShape
SetAspect
 
Methods inherited from class common:Transform
Init, IsSolid, IterateSilent
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

DMJ_ClipShapeCircle

public DMJ_ClipShapeCircle(Generic pparent)

DMJ_ClipShapeCircle

public DMJ_ClipShapeCircle()
Method Detail

Iterate

public complex Iterate(complex pz)
Description copied from class: Transform
Transform a single point within a sequence

After a sequence has been set up with Init(), this function will be called once for each value in the sequence. Note that all values in the sequence must be processed in order (they cannot be processed out of order). If the sequence contains only one value, Init() will still be called and then Iterate() will be called just once.

Overrides:
Iterate in class Transform
Parameters:
pz - the complex value to be transformed
Returns:
the transformed value

SetHandles

public void SetHandles(Handles phandles)
Overrides:
SetHandles in class ClipShape