NAME
yEd::Edge::GenericEdge - generic Edge type
DESCRIPTION
A generic Edge type which mostly behaves like a PolyLineEdge without smoothening.
It has two lines and can have a filling in between.
Like generic Nodes it has Java based properties that define it. But this is hidden away at the moment since there actually is only one characteristic type. This means that this class could change significantly with future versions of yEd.
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
configuration
Type: descrete values ( framed )
Default: framed
There is only one type at the moment, so this can be ignored.
fillColor
Type: '#0000fa' (rgb) or '#000000cc' (rgb + transparency) java.awt.Color hex form or 'none'
Default: 'none'
The filling between the 2 Edge lines.
SUBROUTINES/METHODS
all functions from base class
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