PhpExt : Layout [ class tree ] [ index ] [ all elements ]

Class: PhpExt_Layout_AbsoluteLayoutData

Source Location: /PhpExt/Layout/AbsoluteLayoutData.php

Class PhpExt_Layout_AbsoluteLayoutData

Class Overview

Used when using PhpExt_Layour_AbsoluteLayout as the container's layout.

Located in /PhpExt/Layout/AbsoluteLayoutData.php [line 28]

PhpExt_Layout_ContainerLayoutData
   |
   --PhpExt_Layout_AnchorLayoutData
      |
      --PhpExt_Layout_AbsoluteLayoutData
Author(s):
API Tags:
See:  PhpExt_Layour_AbsoluteLayout
See:  PhpExt_Container::setLayout()
Usedby:  PhpExt_Component::setLayoutData()

Methods

[ Top ]
Inherited Properties, Constants, and Methods
Inherited Properties Inherited Methods Inherited Constants

Inherited From PhpExt_Layout_ContainerLayoutData

PhpExt_Layout_ContainerLayoutData::$_layoutProperties

Inherited From PhpExt_Layout_AnchorLayoutData

PhpExt_Layout_AnchorLayoutData::__construct()
PhpExt_Layout_AnchorLayoutData::getAnchor()
This value is what tells the layout how the item should be anchored to the container. The following types of anchor values are supported:
PhpExt_Layout_AnchorLayoutData::getAnchorSize()
If anchorSize is specifed, the layout will use it as a virtual container for the purposes of calculating anchor measurements based on it instead, allowing the container to be sized independently of the anchoring logic if necessary.
PhpExt_Layout_AnchorLayoutData::setAnchor()
This value is what tells the layout how the item should be anchored to the container. The following types of anchor values are supported:
PhpExt_Layout_AnchorLayoutData::setAnchorSize()
If anchorSize is specifed, the layout will use it as a virtual container for the purposes of calculating anchor measurements based on it instead, allowing the container to be sized independently of the anchoring logic if necessary.

Inherited From PhpExt_Layout_ContainerLayoutData

PhpExt_Layout_ContainerLayoutData::__construct()
PhpExt_Layout_ContainerLayoutData::addLayoutProperties()
PhpExt_Layout_ContainerLayoutData::getConfigParams()
PhpExt_Layout_ContainerLayoutData::getLayoutProperty()
PhpExt_Layout_ContainerLayoutData::paramToString()
PhpExt_Layout_ContainerLayoutData::setLayoutProperty()

[ Top ]
Method Summary
PhpExt_Layout_AbsoluteLayoutData   __construct()  
integer   getX()   Horizontal absolute position in pixels.
integer   getY()   Vertical absolute position in pixels.
PhpExt_Container   setX()   Horizontal absolute position in pixels.
PhpExt_Container   setY()   Vertical absolute position in pixels.

[ Top ]
Methods
Constructor __construct  [line 71]

  PhpExt_Layout_AbsoluteLayoutData __construct( $x, $y  )

Parameters:
   $x: 
   $y: 

API Tags:
Access:  public


Redefinition of:
PhpExt_Layout_AnchorLayoutData::__construct()

[ Top ]
getX  [line 46]

  integer getX( )

Horizontal absolute position in pixels.


API Tags:
See:  PhpExt_Layout_AbsoluteLayout
Access:  public


[ Top ]
getY  [line 66]

  integer getY( )

Vertical absolute position in pixels.


API Tags:
See:  PhpExt_Layout_AbsoluteLayout
Access:  public


[ Top ]
setX  [line 37]

  PhpExt_Container setX( integer $value  )

Horizontal absolute position in pixels.

Parameters:
integer   $value: 

API Tags:
See:  PhpExt_Layout_AbsoluteLayout
Access:  public


[ Top ]
setY  [line 57]

  PhpExt_Container setY( integer $value  )

Vertical absolute position in pixels.

Parameters:
integer   $value: 

API Tags:
See:  PhpExt_Layout_AbsoluteLayout
Access:  public


[ Top ]

Documentation generated on Fri, 08 Aug 2008 15:49:19 -0500 by phpDocumentor 1.4.0