libSBML C API  5.18.0
RenderUtilities.h File Reference

Definition of RenderUtilities, a class of utility functions for the render package. More...

Include dependency graph for RenderUtilities.h:
This graph shows which files directly or indirectly include this file:

Functions

XMLNode * deleteGlobalRenderAnnotation (XMLNode *pAnnotation)
 
XMLNode * deleteLocalRenderAnnotation (XMLNode *pAnnotation)
 
void fixTextElements (RenderGroup *pGroup, RelAbsVector fontSize=RelAbsVector(0.0, 0.0))
 
void fixTextElements (RenderInformationBase *pRenderInfo)
 
void fixTextElements (LocalRenderInformation *pRenderInfo)
 
void fixTextElements (GlobalRenderInformation *pRenderInfo)
 
void parseGlobalRenderAnnotation (XMLNode *annotation, ListOfLayouts *pLOL)
 
XMLNode * parseGlobalRenderInformation (const ListOfLayouts *pList)
 
void parseLocalRenderAnnotation (XMLNode *annotation, Layout *pLayout)
 
XMLNode * parseLocalRenderInformation (const Layout *pLayout)
 

Detailed Description

Definition of RenderUtilities, a class of utility functions for the render package.

Author
Frank T. Bergmann

Function Documentation

XMLNode* deleteGlobalRenderAnnotation ( XMLNode *  pAnnotation)
XMLNode* deleteLocalRenderAnnotation ( XMLNode *  pAnnotation)
void fixTextElements ( RenderGroup *  pGroup,
RelAbsVector  fontSize = RelAbsVector(0.0, 0.0) 
)
void fixTextElements ( RenderInformationBase *  pRenderInfo)
void fixTextElements ( LocalRenderInformation *  pRenderInfo)
void fixTextElements ( GlobalRenderInformation *  pRenderInfo)
void parseGlobalRenderAnnotation ( XMLNode *  annotation,
ListOfLayouts *  pLOL 
)
XMLNode* parseGlobalRenderInformation ( const ListOfLayouts *  pList)
void parseLocalRenderAnnotation ( XMLNode *  annotation,
Layout *  pLayout 
)
XMLNode* parseLocalRenderInformation ( const Layout *  pLayout)