The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

yEd::Edge::BezierEdge - creates a bezier curve between source and target

DESCRIPTION

Creates a bezier curve between source and target.

To achieve this you may add up to 2 waypoints in yEd which act as the reference points for the bezier.

Since yEd handles it correctly if you add more than 2 waypoints (although it doesn't look like the intended curve anymore), this class is not restricted to a maximum of 2 waypoints.

Make sure to have a look at yEd::Edge, the properties and functions described there will not be repeated here.

SUPPORTED FEATURES

The type specific features are fully supported.

For basic Edge type feature support and which Edge types are supported see yEd::Edge.

PROPERTIES

all properties from base class

yEd::Edge

SUBROUTINES/METHODS

all functions from base class

yEd::Edge

SEE ALSO

yEd::Document for further informations about the whole package

yEd::PropertyBasedObject for further basic information about properties and their additional functions

yEd::Edge for information about the Edge base class and which other Edge types are currently supported