Usages of SmoothingPolicy
Method Return Values
from (SmoothingPolicy) | in SmoothingPolicy | Converts the given argument to an enum constant of this enum type. | |
getSmoothingPolicy (IEdge) | in PathEdgeStyleBase | Gets the policy with which smoothing is applied to the path when getSmoothingLength returns a value larger than 0. |
Method Parameters
createSmoothedPath (number, SmoothingPolicy?, boolean?) | in GeneralPath | Creates a new path based on this one where corners are smoothed with a quadratic Bézier arc starting at smoothingLength away from the corner. | |
from (SmoothingPolicy) | in SmoothingPolicy | Converts the given argument to an enum constant of this enum type. | |
getName (SmoothingPolicy) | in SmoothingPolicy | Returns the name of the given enum constant. |