NiXPSObjects::NOXResourceDictionary Class Reference

#include "NOXPrefix.h"

List of all members.

Public Member Functions

NOXImageBrush NOXResourceDictionary::getImageBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumImageBrush ()
NOXImageBrush NOXResourceDictionary::createImageBrush (NCommon::UInt32 pIndex)
NOXLinearGradientBrush NOXResourceDictionary::getLinearGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumLinearGradientBrush ()
NOXLinearGradientBrush NOXResourceDictionary::createLinearGradientBrush (NCommon::UInt32 pIndex)
NOXRadialGradientBrush NOXResourceDictionary::getRadialGradientBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumRadialGradientBrush ()
NOXRadialGradientBrush NOXResourceDictionary::createRadialGradientBrush (NCommon::UInt32 pIndex)
NOXVisualBrush NOXResourceDictionary::getVisualBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumVisualBrush ()
NOXVisualBrush NOXResourceDictionary::createVisualBrush (NCommon::UInt32 pIndex)
NOXSolidColorBrush NOXResourceDictionary::getSolidColorBrush (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumSolidColorBrush ()
NOXSolidColorBrush NOXResourceDictionary::createSolidColorBrush (NCommon::UInt32 pIndex)
NOXMatrixTransform NOXResourceDictionary::getMatrixTransform (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumMatrixTransform ()
NOXMatrixTransform NOXResourceDictionary::createMatrixTransform (NCommon::UInt32 pIndex)
NOXPathGeometry NOXResourceDictionary::getPathGeometry (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumPathGeometry ()
NOXPathGeometry NOXResourceDictionary::createPathGeometry (NCommon::UInt32 pIndex)
NOXPath NOXResourceDictionary::getPath (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumPath ()
NOXPath NOXResourceDictionary::createPath (NCommon::UInt32 pIndex)
NOXGlyphs NOXResourceDictionary::getGlyphs (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumGlyphs ()
NOXGlyphs NOXResourceDictionary::createGlyphs (NCommon::UInt32 pIndex)
NOXCanvas NOXResourceDictionary::getCanvas (NCommon::UInt32 pIndex)
NCommon::UInt32 NOXResourceDictionary::getNumCanvas ()
NOXCanvas NOXResourceDictionary::createCanvas (NCommon::UInt32 pIndex)
NOXUriBase NOXResourceDictionary::getSource ()
bool NOXResourceDictionary::hasSource ()
void NOXResourceDictionary::setSource (NOXUriBase pObject)
void intialize ()


Detailed Description

Class NOXResourceDictionary

Member Function Documentation

NOXImageBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getImageBrush ( NCommon::UInt32  pIndex  ) 

Get ImageBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumImageBrush (  ) 

Calculate the number of ImageBrush elements that are present.

NOXImageBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createImageBrush ( NCommon::UInt32  pIndex  ) 

Create an ImageBrush element at index pIndex.

NOXLinearGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getLinearGradientBrush ( NCommon::UInt32  pIndex  ) 

Get LinearGradientBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumLinearGradientBrush (  ) 

Calculate the number of LinearGradientBrush elements that are present.

NOXLinearGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createLinearGradientBrush ( NCommon::UInt32  pIndex  ) 

Create an LinearGradientBrush element at index pIndex.

NOXRadialGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getRadialGradientBrush ( NCommon::UInt32  pIndex  ) 

Get RadialGradientBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumRadialGradientBrush (  ) 

Calculate the number of RadialGradientBrush elements that are present.

NOXRadialGradientBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createRadialGradientBrush ( NCommon::UInt32  pIndex  ) 

Create an RadialGradientBrush element at index pIndex.

NOXVisualBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getVisualBrush ( NCommon::UInt32  pIndex  ) 

Get VisualBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumVisualBrush (  ) 

Calculate the number of VisualBrush elements that are present.

NOXVisualBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createVisualBrush ( NCommon::UInt32  pIndex  ) 

Create an VisualBrush element at index pIndex.

NOXSolidColorBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getSolidColorBrush ( NCommon::UInt32  pIndex  ) 

Get SolidColorBrush element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumSolidColorBrush (  ) 

Calculate the number of SolidColorBrush elements that are present.

NOXSolidColorBrush NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createSolidColorBrush ( NCommon::UInt32  pIndex  ) 

Create an SolidColorBrush element at index pIndex.

NOXMatrixTransform NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getMatrixTransform ( NCommon::UInt32  pIndex  ) 

Get MatrixTransform element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumMatrixTransform (  ) 

Calculate the number of MatrixTransform elements that are present.

NOXMatrixTransform NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createMatrixTransform ( NCommon::UInt32  pIndex  ) 

Create an MatrixTransform element at index pIndex.

NOXPathGeometry NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getPathGeometry ( NCommon::UInt32  pIndex  ) 

Get PathGeometry element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumPathGeometry (  ) 

Calculate the number of PathGeometry elements that are present.

NOXPathGeometry NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createPathGeometry ( NCommon::UInt32  pIndex  ) 

Create an PathGeometry element at index pIndex.

NOXPath NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getPath ( NCommon::UInt32  pIndex  ) 

Get Path element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumPath (  ) 

Calculate the number of Path elements that are present.

NOXPath NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createPath ( NCommon::UInt32  pIndex  ) 

Create an Path element at index pIndex.

NOXGlyphs NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getGlyphs ( NCommon::UInt32  pIndex  ) 

Get Glyphs element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumGlyphs (  ) 

Calculate the number of Glyphs elements that are present.

NOXGlyphs NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createGlyphs ( NCommon::UInt32  pIndex  ) 

Create an Glyphs element at index pIndex.

NOXCanvas NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getCanvas ( NCommon::UInt32  pIndex  ) 

Get Canvas element at index pIndex

Parameters:
pIndex index of the element you want to get

NCommon::UInt32 NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getNumCanvas (  ) 

Calculate the number of Canvas elements that are present.

NOXCanvas NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::createCanvas ( NCommon::UInt32  pIndex  ) 

Create an Canvas element at index pIndex.

NOXUriBase NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::getSource (  ) 

Get the Source attribute.

bool NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::hasSource (  ) 

Check for the availability of the Source attribute.

void NiXPSObjects::NOXResourceDictionary::NOXResourceDictionary::setSource ( NOXUriBase  pObject  ) 

Sets the Source attribute.

void NiXPSObjects::NOXResourceDictionary::intialize (  ) 

Initialize.


The documentation for this class was generated from the following file:
Generated on Mon Sep 24 15:01:45 2007 for NiXPS Library by  doxygen 1.5.3