![]() Rogue Wave Views 5.5.1 |
Rogue Wave Views |
Rogue Wave Views Documentation Home |
Implementation of links drawn with a spline defined by 3 orthogonal segments. More...
#include <ilviews/grapher/links.h>
Public Member Functions | |
| IlvDoubleSplineLinkImage (IlvDisplay *display, IlvLinkOrientation orientation, IlBoolean oriented, IlvGraphic *from, IlvGraphic *to, IlvPalette *palette=0) | |
| Constructor. | |
| IlvDoubleSplineLinkImage (IlvDisplay *display, IlBoolean oriented, IlvGraphic *from, IlvGraphic *to, IlvPalette *palette=0) | |
| Constructor. | |
Implementation of links drawn with a spline defined by 3 orthogonal segments.
Library: ilvgrapher
A link of the IlvDoubleSplineLinkImage class is drawn as a spline made of two curves, as shown in the following figure.
| IlvDoubleSplineLinkImage::IlvDoubleSplineLinkImage | ( | IlvDisplay * | display, | |
| IlBoolean | oriented, | |||
| IlvGraphic * | from, | |||
| IlvGraphic * | to, | |||
| IlvPalette * | palette = 0 | |||
| ) |
Constructor.
The constructor initializes a new instance of the IlvDoubleSplineLinkImage class with an automatic orientation layout.
| display | The display connection that handles the drawing of this object. | |
| oriented | A Boolean indicating whether an arrowhead is to be drawn at the end of the link. | |
| from | The IlvGraphic object representing the start node of the link. | |
| to | The IlvGraphic object representing the end node of the link. | |
| palette | The palette used to draw the link. |
| IlvDoubleSplineLinkImage::IlvDoubleSplineLinkImage | ( | IlvDisplay * | display, | |
| IlvLinkOrientation | orientation, | |||
| IlBoolean | oriented, | |||
| IlvGraphic * | from, | |||
| IlvGraphic * | to, | |||
| IlvPalette * | palette = 0 | |||
| ) |
Constructor.
The constructor initializes a new instance of the IlvDoubleSplineLinkImage class with an orientation fixed to orientation.
| display | The display connection that handles the drawing of this object. | |
| orientation | The fixed orientation for the link. | |
| oriented | A Boolean indicating whether an arrowhead is to be drawn at the end of the link. | |
| from | The IlvGraphic object representing the start node of the link. | |
| to | The IlvGraphic object representing the end node of the link. | |
| palette | The palette used to draw the link. |
IlvDoubleLinkImage::setFixedOrientation. © Copyright 2012, Rogue Wave Software, Inc. All Rights Reserved.
Rogue Wave is a registered trademark of Rogue Wave Software, Inc. in the United States and other countries. All other trademarks are the property of their respective owners.