goog.graphics.ext.Element.Position_ |
element
: goog.graphics.ext.Element
The element the position applies
to.
|
horizontal
: boolean
Whether the position is horizontal or vertical.
|
No description.
Returns: !Object
The coordinate value computation cache.
|
code » | |
No description.
Returns: number
The end coordinate of the element, in units of the
parent's coordinate system.
|
code » | |
No description.
Returns: number
An estimate of the maximum x/y extent this element would
have in a parent of no width/height.
|
code » | |
No description.
Returns: number
The middle coordinate of the element, in units of the
parent's coordinate system.
|
code » | |
No description.
Returns: number
The minimum width/height of the element.
|
code » | |
No description.
Returns: number
The size of the parent's coordinate space.
|
code » | |
No description.
Returns: number
The width/height of the element.
|
code » | |
No description.
Returns: number
The distance from the left/top edge of this element to the
left/top edge of its parent, specified in units of the parent's
coordinate system.
|
code » | |
Converts the given x coordinate to a number value in units.
|
code » | |
No description.
Returns: boolean
Whether the size or position of this element depends on
the size of the parent element.
|
code » | |
![]()
Resets the caches of position values and coordinate values.
|
code » | |
![]()
Sets the minimum width/height of the element.
|
code » | |
![]()
Sets the position, either as a left/top, center/middle, or right/bottom
value.
|
code » | |
Sets the width/height of the element.
|
code » |
![]()
The lazy loaded distance from the parent's top/left edge to this element's
top/left edge expressed in the parent's coordinate system. We cache this
because it is most freqeuently requested by the element and it is easy to
compute middle and end values from it.
|
Code » | |
![]()
A cache of computed x coordinates.
|
Code » | |
![]()
The coordinate type specified by distance_.
|
Code » | |
![]()
The coordinate of this object, as specified by the caller. The type of
coordinate is specified by distanceType_.
|
Code » | |
No description.
|
Code » | |
![]()
No description.
|
Code » | |
![]()
The minimum width/height of this element, as specified by the caller.
|
Code » | |
![]()
The width/height of this object, as specified by the caller.
|
Code » |