The R Project SVN R

Rev

Rev 68948 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 68948 Rev 86005
Line 22... Line 22...
22
  \item{x}{ A grid grob. }
22
  \item{x}{ A grid grob. }
23
}
23
}
24
\details{
24
\details{
25
  These functions are called in the calculation of
25
  These functions are called in the calculation of
26
  \code{"grobwidth"} and \code{"grobheight"} units.
26
  \code{"grobwidth"} and \code{"grobheight"} units.
27
  Methods should be written for classes derived from grob or gTree
27
  Methods should be written for classes derived from grob or \I{gTree}
28
  where the size of the grob can be determined (see, for example
28
  where the size of the grob can be determined (see, for example
29
  \code{grid:::widthDetails.frame}).
29
  \code{grid:::widthDetails.frame}).
30
 
30
 
31
  The ascent of a grob is the height of the grob by default and
31
  The ascent of a grob is the height of the grob by default and
32
  the descent of a grob is zero by default, except for text grobs
32
  the descent of a grob is zero by default, except for text grobs