|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModelGraphicsManager
Responsible of all the loading of graphics representing all objects found within the documentation.
For now,
the sole known implementation is the class XMLSpy graphics.
| Method Summary | |
|---|---|
boolean |
currentGraphicHasAreas()
Description of the Method |
void |
debugDumpStructure()
Used for debug purpose in order o understand the managed structure |
org.w3c.dom.Element |
getCurrentGraphic()
Description of the Method |
java.lang.String |
getCurrentGraphicHeight()
Gets the currentGraphicHeight attribute of the ModelGraphicsManager object |
java.lang.String |
getCurrentGraphicImgFile()
Gets the ImgFile from the current graphic |
java.lang.String |
getCurrentGraphicWidth()
Gets the currentGraphicWidth attribute of the ModelGraphicsManager object |
boolean |
hasGraphic(java.lang.String objId)
Enable to know if a specific element have an image associated |
void |
loadFile()
Description of the Method |
void |
removeNonNeededImagesFiles()
Remove all images files that are created by a documentation tool and that are not needed by schmeadoc. |
boolean |
setCurrentGraphic(java.lang.String objId)
|
| Method Detail |
|---|
boolean hasGraphic(java.lang.String objId)
throws StandardException
objId - May either be a full or a simple objID
StandardException
boolean setCurrentGraphic(java.lang.String objId)
throws StandardException
objId - May either be a full or a simple objID
StandardExceptionjava.lang.String getCurrentGraphicImgFile()
java.lang.String getCurrentGraphicWidth()
java.lang.String getCurrentGraphicHeight()
boolean currentGraphicHasAreas()
throws StandardException
StandardExceptionvoid removeNonNeededImagesFiles()
org.w3c.dom.Element getCurrentGraphic()
void loadFile()
throws Xml2outputExcept
Xml2outputExcept - Description of Exception
void debugDumpStructure()
throws Xml2outputExcept
Xml2outputExcept
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||