PlImage Class Reference
List of all members.Detailed Description
Image element.Class PlImage represents the element PlImage in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| loadImageFile ($aName) | |
| Load an image file on the server. | |
| PlImage () | |
| Constructor. | |
| readXML (&$xml) | |
| Read an XML descriptor. | |
| writeXML (&$xml) | |
| Write the XML descriptor. | |
Public Attributes | |
| $mDrawflags = 0 | |
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
| |
| $mFormat = 0 | |
Format specifyer, either one:
| |
| $mHeight = 0 | |
| Height of the image, only required if an empty image is specified. | |
| $mImage = false | |
| Image data, use loadImageFile to pass a bitmap from the server. | |
| $mTransparentColor = -1 | |
| $mWidth = 0 | |
| Width of the image, only required if an empty image is specified. | |
| $plCoordinate = false | |
| Coordinate object (PlCoordinate), required. | |
Constructor & Destructor Documentation
|
|
Constructor.
|
Member Function Documentation
|
|
Load an image file on the server.
|
|
|
Read an XML descriptor.
|
|
|
Write the XML descriptor.
|
Member Data Documentation
|
|
Flag to specify whether to draw the text in the browser window and / or on the tablet LCD.Combination of:
|
|
|
Format specifyer, either one:
|
|
|
Height of the image, only required if an empty image is specified.
|
|
|
Image data, use loadImageFile to pass a bitmap from the server.
|
|
|
Transparent color if PL_DRAWFLAGS_TRANSPARENT is set, format 0x00rrggbb |
|
|
Width of the image, only required if an empty image is specified.
|
|
|
Coordinate object (PlCoordinate), required.
|
The documentation for this class was generated from the following file: