|
||||||||||
| 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 that are
representing all objects found within the documentation.
For now, the sole known implementation is the class
XMLSpy graphics.
| Method Summary | |
|---|---|
boolean |
currentGraphicHasAreas()
|
void |
debugDumpStructure()
Used for debug purpose in order o understand the managed structure. |
org.w3c.dom.Element |
getCurrentGraphic()
|
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 |
loadData()
|
void |
removeNonNeededImagesFiles(java.io.File dataFilePath)
Remove all images files that are created by a documentation tool and that are not needed by schemadoc. |
boolean |
setCurrentGraphic(java.lang.String objId)
Set the current managed graphic. |
| Method Detail |
|---|
boolean hasGraphic(java.lang.String objId)
throws StandardException
objId - May either be a full or a simple objID
StandardException - exception raised
boolean setCurrentGraphic(java.lang.String objId)
throws StandardException
objId - May either be a full or a simple objID
StandardException - exception raisedjava.lang.String getCurrentGraphicImgFile()
java.lang.String getCurrentGraphicWidth()
java.lang.String getCurrentGraphicHeight()
boolean currentGraphicHasAreas()
throws StandardException
StandardException - exception raisedvoid removeNonNeededImagesFiles(java.io.File dataFilePath)
dataFilePath - either a directory or a file in the directory where all images are storedorg.w3c.dom.Element getCurrentGraphic()
void loadData()
throws SDExcept
SDExcept - Description of Exception
void debugDumpStructure()
throws SDExcept
SDExcept - exception raised
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||