The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

NAME

yEd::Edge::ArcEdge - spans an arc from source to target

DESCRIPTION

This Edge spans an arc from source to target.

It can have no waypoints, thus calls to addWaypoint() or waypoints()> will result in error.

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

arcType

Type: descrete values ( fixedRatio | fixedHeight )

Default: 'fixedRatio'

Defines the mode for arc shaping.

arcHeight

Type: float

Default: 90

Defines arc shape in mode fixedRatio.

arcRatio

Type: float

Default: 1

Defines arc shape in mode fixedHeight.

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