NAME

yEd::Node::ShapeNode - Basic shape node type

DESCRIPTION

Use this class to create basic shape Nodes.

These are all the Nodes from yEd's "Shape Nodes" group.

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

SUPPORTED FEATURES

The ShapeNode type specific features are fully supported.

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

PROPERTIES

all properties from base class

yEd::Node

shape

Type: descrete values ( roundrectangle | rectangle | ellipse | parallelogram | hexagon | triangle | rectangle3d | octagon | diamond | trapezoid | trapezoid2 )

Default: 'roundrectangle'

The shape used for this node.

shadowColor

Type: '#0000fa' (rgb) or '#000000cc' (rgb + transparency) java.awt.Color hex form or 'none'

Default: '#b3a691'

The color of the Node's shadow.

shadowX

Type: 'float'

Default: 0

The x offset of the Node's shadow.

shadowY

Type: 'float'

Default: 0

The y offset of the Node's shadow.

SUBROUTINES/METHODS

all functions from base class

yEd::Node

SEE ALSO

yEd::Document for further informations about the whole package

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

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