Bases: object
An object describing the appearance of a TaurusCurve
applies the current properties to a given curve If a property is set to None, it is not applied to the curve
returns a list of attribute names that are in conflict between this self and other
In case of conflict, returns None
This function can be passed to CurvesAppearance.merge() if one wants to update prop1 with prop2 except for those attributes of prop2 that are set to None
returns a CurveAppearanceProperties object formed by merging a list of other CurveAppearanceProperties objects
Note: This is a class method, so it can be called without previously instantiating an object
Parameters: |
|
---|---|
Return type: | :class:~`CurveAppearanceProperties` |
Returns: | merged properties |