#include "NOXPrefix.h"
| NOXPolyLineSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::getPolyLineSegment | ( | NCommon::UInt32 | pIndex | ) |
Get PolyLineSegment element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXPathFigure::NOXPathFigure::getNumPolyLineSegment | ( | ) |
Calculate the number of PolyLineSegment elements that are present.
| NOXPolyLineSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::createPolyLineSegment | ( | NCommon::UInt32 | pIndex | ) |
Create an PolyLineSegment element at index pIndex.
| NOXPolyBezierSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::getPolyBezierSegment | ( | NCommon::UInt32 | pIndex | ) |
Get PolyBezierSegment element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXPathFigure::NOXPathFigure::getNumPolyBezierSegment | ( | ) |
Calculate the number of PolyBezierSegment elements that are present.
| NOXPolyBezierSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::createPolyBezierSegment | ( | NCommon::UInt32 | pIndex | ) |
Create an PolyBezierSegment element at index pIndex.
| NOXArcSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::getArcSegment | ( | NCommon::UInt32 | pIndex | ) |
Get ArcSegment element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXPathFigure::NOXPathFigure::getNumArcSegment | ( | ) |
Calculate the number of ArcSegment elements that are present.
| NOXArcSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::createArcSegment | ( | NCommon::UInt32 | pIndex | ) |
Create an ArcSegment element at index pIndex.
| NOXPolyQuadraticBezierSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::getPolyQuadraticBezierSegment | ( | NCommon::UInt32 | pIndex | ) |
Get PolyQuadraticBezierSegment element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXPathFigure::NOXPathFigure::getNumPolyQuadraticBezierSegment | ( | ) |
Calculate the number of PolyQuadraticBezierSegment elements that are present.
| NOXPolyQuadraticBezierSegment NiXPSObjects::NOXPathFigure::NOXPathFigure::createPolyQuadraticBezierSegment | ( | NCommon::UInt32 | pIndex | ) |
Create an PolyQuadraticBezierSegment element at index pIndex.
| NOXBoolean NiXPSObjects::NOXPathFigure::NOXPathFigure::getIsClosed | ( | ) |
Get the IsClosed attribute.
| bool NiXPSObjects::NOXPathFigure::NOXPathFigure::hasIsClosed | ( | ) |
Check for the availability of the IsClosed attribute.
| void NiXPSObjects::NOXPathFigure::NOXPathFigure::setIsClosed | ( | NOXBoolean | pObject | ) |
Sets the IsClosed attribute.
| NOXBoolean NiXPSObjects::NOXPathFigure::NOXPathFigure::getDefaultIsClosed | ( | ) |
Get the default IsClosed.
| void NiXPSObjects::NOXPathFigure::NOXPathFigure::getStartPoint | ( | NOString & | pString | ) |
Get the StartPoint attribute.
| bool NiXPSObjects::NOXPathFigure::NOXPathFigure::hasStartPoint | ( | ) |
Check for the availability of the StartPoint attribute.
| void NiXPSObjects::NOXPathFigure::NOXPathFigure::setStartPoint | ( | NOXPoint | pObject | ) |
Sets the StartPoint attribute.
| NOXBoolean NiXPSObjects::NOXPathFigure::NOXPathFigure::getIsFilled | ( | ) |
Get the IsFilled attribute.
| bool NiXPSObjects::NOXPathFigure::NOXPathFigure::hasIsFilled | ( | ) |
Check for the availability of the IsFilled attribute.
| void NiXPSObjects::NOXPathFigure::NOXPathFigure::setIsFilled | ( | NOXBoolean | pObject | ) |
Sets the IsFilled attribute.
| NOXBoolean NiXPSObjects::NOXPathFigure::NOXPathFigure::getDefaultIsFilled | ( | ) |
Get the default IsFilled.
| void NiXPSObjects::NOXPathFigure::intialize | ( | NOXPoint | pStartPoint | ) |
Initialize.
| NOXBase NiXPSObjects::NOXPathFigure::NOXPathFigure::getChild | ( | NCommon::UInt32 | pIndex | ) |
Get child element at index pIndex
| pIndex | index of the element you want to get |
| NCommon::UInt32 NiXPSObjects::NOXPathFigure::NOXPathFigure::getNumChilds | ( | ) |
Calculate the number of child elements that are present.
1.5.3