summaryrefslogtreecommitdiffstats
path: root/src/exceptions/flash_bitmap_boundings.php
diff options
context:
space:
mode:
Diffstat (limited to 'src/exceptions/flash_bitmap_boundings.php')
-rw-r--r--src/exceptions/flash_bitmap_boundings.php10
1 files changed, 10 insertions, 0 deletions
diff --git a/src/exceptions/flash_bitmap_boundings.php b/src/exceptions/flash_bitmap_boundings.php
index 4a110aa..939a827 100644
--- a/src/exceptions/flash_bitmap_boundings.php
+++ b/src/exceptions/flash_bitmap_boundings.php
@@ -16,6 +16,16 @@
*/
class ezcGraphFlashBitmapBoundingsException extends ezcGraphException
{
+ /**
+ * Constructor
+ *
+ * @param int $imageWidth
+ * @param int $imageHeight
+ * @param int $reqWidth
+ * @param int $reqHeight
+ * @return void
+ * @ignore
+ */
public function __construct( $imageWidth, $imageHeight, $reqWidth, $reqHeight )
{
parent::__construct( "Flash does not support bitmap scaling, so that it is up to you to scale the image '$imageWidth' * '$imageHeight' to '$reqWidth' * '$reqHeight'." );
OpenPOWER on IntegriCloud