dmj5
Class DMJ_SelectorArbitraryCurve

Object
  extended by common:Generic
      extended by dmj5:DMJ_PolyCurveSelector
          extended by dmj5:DMJ_SelectorArbitraryCurve

class 
DMJ_PolyCurveSelector:DMJ_SelectorArbitraryCurve

Arbitrary quadratic Bézier curve selector.


Ultra Fractal Source

Toggle UF Source Code Display


Constructor Summary
DMJ_SelectorArbitraryCurve()
           
DMJ_SelectorArbitraryCurve(Generic pparent)
           
 
Method Summary
 void SetCurve(DMJ_PolyCurve pcurve)
          this function is used to set up the curve object do as much setup in the curve object as you like, but don't Rasterize() the curve
 void SetHandles(Handles phandles)
          this function is used to set up the handles on the curve
 
Methods inherited from class common:Generic
GetParent
 
Methods inherited from class Object
 

Constructor Detail

DMJ_SelectorArbitraryCurve

public DMJ_SelectorArbitraryCurve(Generic pparent)

DMJ_SelectorArbitraryCurve

public DMJ_SelectorArbitraryCurve()
Method Detail

SetCurve

public void SetCurve(DMJ_PolyCurve pcurve)
Description copied from class: DMJ_PolyCurveSelector
this function is used to set up the curve object do as much setup in the curve object as you like, but don't Rasterize() the curve

Overrides:
SetCurve in class DMJ_PolyCurveSelector

SetHandles

public void SetHandles(Handles phandles)
Description copied from class: DMJ_PolyCurveSelector
this function is used to set up the handles on the curve

Overrides:
SetHandles in class DMJ_PolyCurveSelector