You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flex.apache.org by "Justin Mclean (JIRA)" <ji...@apache.org> on 2013/03/07 20:12:13 UTC

[jira] [Commented] (FLEX-33408) UIComponent#getVisibleRect() omitted from documentation

    [ https://issues.apache.org/jira/browse/FLEX-33408?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13596209#comment-13596209 ] 

Justin Mclean commented on FLEX-33408:
--------------------------------------

"@private" hides it from the docs usually this is done for a purpose. This case not 100% sure why.
                
> UIComponent#getVisibleRect() omitted from documentation
> -------------------------------------------------------
>
>                 Key: FLEX-33408
>                 URL: https://issues.apache.org/jira/browse/FLEX-33408
>             Project: Apache Flex
>          Issue Type: Bug
>          Components: ASDoc Content
>    Affects Versions: Apache Flex 4.9.0
>            Reporter: JC Franco
>              Labels: ASDoc, missing, mx:UIComponent
>
> UIComponent#getVisibleRect is a public function, but it is hidden from documentation:
>     /**
>      *  @private
>      *
>      *  Get the bounds of this object that are visible to the user
>      *  on the screen.
>      *
>      *  @param targetParent The parent to stop at when calculating the visible
>      *  bounds. If null, this object's system manager will be used as
>      *  the parent.
>      *
>      *  @return a <code>Rectangle</code> including the visible portion of the this
>      *  object. The rectangle is in global coordinates.
>      */
>     public function getVisibleRect(targetParent:DisplayObject = null):Rectangle
>     {
>         ...
>     }

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira