| Trees | Indices | Help |
|
|---|
|
|
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
Inherited from Inherited from Inherited from Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
aspect_ratio = param.Number(default= 1.0, bounds= (0.0, None),Ratio of width to height; size*aspect_ratio gives the width of the rectangle. |
|||
size = param.Number(default= 0.5, doc= "Height of the rectanglHeight of the rectangle. |
|||
smoothing = param.Number(default= 0.05, bounds= (0.0, None), sWidth of the Gaussian fall-off outside the rectangle. |
|||
name = <param.parameterized.String object at 0xa0bb4c4>String identifier for this object. |
|||
|
Inherited from Inherited from |
|||
|
|||
|
Inherited from |
|||
|
|||
Function to draw a pattern that will then be scaled and rotated. Instead of implementing __call__ directly, PatternGenerator subclasses will typically implement this helper function used by __call__, because that way they can let __call__ handle the scaling and rotation for them. Alternatively, __call__ itself can be reimplemented entirely by a subclass (e.g. if it does not need to do any scaling or rotation), in which case this function will be ignored.
|
|
|||
aspect_ratioRatio of width to height; size*aspect_ratio gives the width of the rectangle.
|
sizeHeight of the rectangle.
|
smoothingWidth of the Gaussian fall-off outside the rectangle.
|
| Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Thu Jul 22 15:51:21 2010 | http://epydoc.sourceforge.net |