PlCoordinate Class Reference
List of all members.Detailed Description
Location and size coordinate for a visible element.Class PlCoordinate represents the element PlCoordinate in PadEntryOptions-dtd as a PHP object
Public Member Functions | |
| PlCoordinate ($org="NoOrigin", $l=0, $r=1000, $t=0, $b=1000) | |
| Constructor. | |
| readXML (&$xml) | |
| Read an XML descriptor. | |
| writeXML (&$xml) | |
| Write the XML descriptor. | |
Public Attributes | |
| $mBottom = 1000 | |
| Bottom coordinate [ppt]. | |
| $mLeft = 0 | |
| Left coordinate [ppt]. | |
| $mOrigin = "NoOrigin" | |
Origin, all coordinates are relative to the orin, in ppt [parts per thousand]. One of
| |
| $mRight = 1000 | |
| Right coordinate [ppt]. | |
| $mTop = 0 | |
| Top coordinate [ppt]. | |
Constructor & Destructor Documentation
|
||||||||||||||||||||||||
|
Constructor.
|
Member Function Documentation
|
|
Read an XML descriptor.
|
|
|
Write the XML descriptor.
|
Member Data Documentation
|
|
Bottom coordinate [ppt].
|
|
|
Left coordinate [ppt].
|
|
|
Origin, all coordinates are relative to the orin, in ppt [parts per thousand]. One of
|
|
|
Right coordinate [ppt].
|
|
|
Top coordinate [ppt].
|
The documentation for this class was generated from the following file: