
Public Member Functions | |
| setPublicPath ($strPublicPath) | |
| getPublicPath () | |
| setCallerPath ($strCallerPath) | |
| getCallerPath () | |
| setExternalAccess ($booExternalPath) | |
| getExternalAccess () | |
| setWidth ($intWidth) | |
| getWidth () | |
| setLinePercentHeight ($intHeight) | |
| getLinePercentHeight () | |
| setZoom ($intZoom) | |
| getZoom () | |
Definition at line 14 of file UmlSequenceDiagramPrinterConfigurationInterface.interface.php.
| getCallerPath | ( | ) |
Get the caller path of the code execution
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| getExternalAccess | ( | ) |
Get true if the code is executed by external access and false</false> if not
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| getLinePercentHeight | ( | ) |
Set the height in pixels of each line of the diagram in the regular ( 100 ) zoom
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| getPublicPath | ( | ) |
Get the public path of the code execution
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| getWidth | ( | ) |
Get the width in pixels of the diagram in the regular ( 100 ) zoom
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| getZoom | ( | ) |
Get the zoom of the diagram
The zoom reduce / enlarge the diagram keeping the proportion beteewn the dimension and images
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setCallerPath | ( | $ | strCallerPath | ) |
Set the caller path of the code execution
| string | $strCallerPath |
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setExternalAccess | ( | $ | booExternalPath | ) |
Set true if the code is executed by external access and false</false> if not
boolean $booExternalPath
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setLinePercentHeight | ( | $ | intHeight | ) |
Set the height in pixels of each line of the diagram in the regular ( 100 ) zoom
| integer | $intHeight |
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setPublicPath | ( | $ | strPublicPath | ) |
Set the public path of the code execution
| string | $strPublicPath |
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setWidth | ( | $ | intWidth | ) |
Set the width in pixels of the diagram in the regular ( 100 ) zoom
| integer | $intWidth |
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
| setZoom | ( | $ | intZoom | ) |
Set the zoom of the diagram
The zoom reduce / enlarge the diagram keeping the proportion beteewn the dimension and images
| integer | $intZoom |
Implemented in UmlSequenceDiagramPrinterConfigurationToHtml, and UmlSequenceDiagramPrinterConfigurationToXml.
1.5.9