#include "NOXPrefix.h"
Public Member Functions | |
NOXCP_Transform | NOXPathGeometry::getPathGeometryTransform (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXPathGeometry::getNumPathGeometryTransform () |
NOXCP_Transform | NOXPathGeometry::createPathGeometryTransform (NCommon::UInt32 pIndex) |
NOXPathFigure | NOXPathGeometry::getPathFigure (NCommon::UInt32 pIndex) |
NCommon::UInt32 | NOXPathGeometry::getNumPathFigure () |
NOXPathFigure | NOXPathGeometry::createPathFigure (NCommon::UInt32 pIndex) |
NOXAbbrGeom | NOXPathGeometry::getFigures () |
bool | NOXPathGeometry::hasFigures () |
void | NOXPathGeometry::setFigures (NOXAbbrGeom pObject) |
NOXFillRule | NOXPathGeometry::getFillRule () |
bool | NOXPathGeometry::hasFillRule () |
void | NOXPathGeometry::setFillRule (NOXFillRule pObject) |
NOXFillRule | NOXPathGeometry::getDefaultFillRule () |
NOXRscRefMatrix | NOXPathGeometry::getTransform () |
bool | NOXPathGeometry::hasTransform () |
void | NOXPathGeometry::setTransform (NOXRscRefMatrix pObject) |
void | intialize () |
NOXCP_Transform NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getPathGeometryTransform | ( | NCommon::UInt32 | pIndex | ) |
Get PathGeometryTransform element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getNumPathGeometryTransform | ( | ) |
Calculate the number of PathGeometryTransform elements that are present.
NOXCP_Transform NiXPSObjects::NOXPathGeometry::NOXPathGeometry::createPathGeometryTransform | ( | NCommon::UInt32 | pIndex | ) |
Create an PathGeometryTransform element at index pIndex.
NOXPathFigure NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getPathFigure | ( | NCommon::UInt32 | pIndex | ) |
Get PathFigure element at index pIndex
pIndex | index of the element you want to get |
NCommon::UInt32 NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getNumPathFigure | ( | ) |
Calculate the number of PathFigure elements that are present.
NOXPathFigure NiXPSObjects::NOXPathGeometry::NOXPathGeometry::createPathFigure | ( | NCommon::UInt32 | pIndex | ) |
Create an PathFigure element at index pIndex.
NOXAbbrGeom NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getFigures | ( | ) |
Get the Figures attribute.
bool NiXPSObjects::NOXPathGeometry::NOXPathGeometry::hasFigures | ( | ) |
Check for the availability of the Figures attribute.
void NiXPSObjects::NOXPathGeometry::NOXPathGeometry::setFigures | ( | NOXAbbrGeom | pObject | ) |
Sets the Figures attribute.
NOXFillRule NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getFillRule | ( | ) |
Get the FillRule attribute.
bool NiXPSObjects::NOXPathGeometry::NOXPathGeometry::hasFillRule | ( | ) |
Check for the availability of the FillRule attribute.
void NiXPSObjects::NOXPathGeometry::NOXPathGeometry::setFillRule | ( | NOXFillRule | pObject | ) |
Sets the FillRule attribute.
NOXFillRule NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getDefaultFillRule | ( | ) |
Get the default FillRule.
NOXRscRefMatrix NiXPSObjects::NOXPathGeometry::NOXPathGeometry::getTransform | ( | ) |
Get the Transform attribute.
bool NiXPSObjects::NOXPathGeometry::NOXPathGeometry::hasTransform | ( | ) |
Check for the availability of the Transform attribute.
void NiXPSObjects::NOXPathGeometry::NOXPathGeometry::setTransform | ( | NOXRscRefMatrix | pObject | ) |
Sets the Transform attribute.
void NiXPSObjects::NOXPathGeometry::intialize | ( | ) |
Initialize.