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

NAME

yEd::Edge::QuadCurveEdge - quadratic curve Edge

DESCRIPTION

Creates an Edge with quadratic curving.

It can have multiple waypoints which may actually lie outside the Edge depending on straightness.

A straightness set to 1 will look like a PolyLineEdge without smoohting.

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

straightness

Type: ratio (ufloat [0-1])

Default: 0.1

The straightness.

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