UmlSequenceDiagramPrinterConfigurationInterface.interface.php
Go to the documentation of this file.00001 <?php
00014 interface UmlSequenceDiagramPrinterConfigurationInterface
00015 {
00023 public function setPublicPath( $strPublicPath );
00024
00031 public function getPublicPath();
00032
00040 public function setCallerPath( $strCallerPath );
00041
00048 public function getCallerPath();
00049
00058 public function setExternalAccess( $booExternalPath );
00059
00067 public function getExternalAccess();
00068
00076 public function setWidth( $intWidth );
00077
00084 public function getWidth();
00085
00094 public function setLinePercentHeight( $intHeight );
00095
00103 public function getLinePercentHeight();
00104
00116 public function setZoom( $intZoom );
00117
00128 public function getZoom();
00129
00130 }
00131 ?>