Rogue Wave Views Foundation Package API Reference Guide |
Rogue Wave Views Documentation Home |
This class is used to represent the concept of the end point of a segment with a percentage of the bounding box of an IlvPrintableComposite
. The ratio is actually stored in hundredths of a percent.
More...
#include <ilviews/printing/composite.h>
Public Member Functions | |
RatioRelativePositionCoordinate (IlvPos position, IlBoolean isRelativeToFirst=IlTrue) | |
The constructor. More... | |
virtual PositionCoordinate * | 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::RelativePositionCoordinate | |
RelativePositionCoordinate (IlvPos position, IlBoolean isRelativeToFirst=IlTrue) | |
The constructor. More... | |
RelativePositionCoordinate (RelativePositionCoordinate const &other) | |
The copy constructor. More... | |
IlvPos | getPosition () const |
Gets the value of the position. More... | |
IlBoolean | isRelativeToFirstReferencePosition () const |
Returns whether the position is relative to the first position of the reference. More... | |
RelativePositionCoordinate & | operator= (RelativePositionCoordinate const &other) |
The assignment operator. More... | |
void | setPosition (IlvPos newPosition) |
Sets the internal value of the position. More... | |
void | setRelativeToFirstReferencePosition (IlBoolean val) |
Sets whether the position is relative to the first position of the reference. More... | |
Public Member Functions inherited from IlvPrintableComposite::PositionCoordinate | |
PositionCoordinate () | |
The constructor. More... | |
This class is used to represent the concept of the end point of a segment with a percentage of the bounding box of an IlvPrintableComposite
. The ratio is actually stored in hundredths of a percent.
Library: ilvprint
IlvPrintableComposite::RatioRelativePositionCoordinate::RatioRelativePositionCoordinate | ( | IlvPos | position, |
IlBoolean | isRelativeToFirst = IlTrue |
||
) |
The constructor.
position | The position (ratio to the reference segment). |
isRelativeToFirst | Flag to specify whether the position is relative to the first or the last position of the reference segment. |
|
virtual |
This function returns a new object allocated on the heap; this object is a copy of the current object.
Implements IlvPrintableComposite::PositionCoordinate.
© 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.