Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class is used to represent the position in pixel, on an axis, of a component relatively to the bounding box of an IlvPrintableComposite
.
More...
#include <ilviews/printing/composite.h>
Public Member Functions | |
DeltaRelativeSegmentCoordinates (PositionCoordinate const &first, PositionCoordinate const &last, IlvDim length) | |
The constructor. More... | |
virtual SegmentCoordinates * | clone () const |
This function returns a new object allocated on the heap; this object is a copy of the current object. More... | |
Public Member Functions inherited from IlvPrintableComposite::RelativeSegmentCoordinates | |
void | setLength (IlvDim newLength) |
Sets the internal value of the length. More... | |
Public Member Functions inherited from IlvPrintableComposite::SegmentCoordinates | |
virtual | ~SegmentCoordinates () |
The destructor. | |
PositionCoordinate const & | getFirstPosition () const |
Gets the first PositionCoordinate of the segment. More... | |
PositionCoordinate const & | getLastPosition () const |
Gets the last PositionCoordinate of the segment. More... | |
PositionCoordinate const & | getOtherPosition (PositionCoordinate const &position) const |
Gets the other position than the given position of the segment. More... | |
IlBoolean | isValid () const |
Returns whether the object is valid. More... | |
IlBoolean | setFirstPosition (PositionCoordinate const &newPosition) |
Modifies the first PositionCoordinate . More... | |
IlBoolean | setLastPosition (PositionCoordinate const &newPosition) |
Modifies the last PositionCoordinate . More... | |
This class is used to represent the position in pixel, on an axis, of a component relatively to the bounding box of an IlvPrintableComposite
.
Library: ilvprint
IlvPrintableComposite::DeltaRelativeSegmentCoordinates::DeltaRelativeSegmentCoordinates | ( | PositionCoordinate const & | first, |
PositionCoordinate const & | last, | ||
IlvDim | length | ||
) |
The constructor.
first | The position of the start point of the segment. |
last | The position of the last point of the segment. |
length | The length of the segment. |
|
virtual |
This function returns a new object allocated on the heap; this object is a copy of the current object.
Implements IlvPrintableComposite::SegmentCoordinates.
© Copyright 2016, 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.