The R Project SVN R

Rev

Rev 76298 | Rev 78759 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 76298 Rev 77325
Line 36... Line 36...
36
       "unit.c", "unit.length", "unit.pmax", "unit.pmin", "unit.rep",
36
       "unit.c", "unit.length", "unit.pmax", "unit.pmin", "unit.rep",
37
       "stringWidth", "stringHeight", "stringAscent", "stringDescent",
37
       "stringWidth", "stringHeight", "stringAscent", "stringDescent",
38
       "grobX", "grobY", "grobWidth", "grobHeight",
38
       "grobX", "grobY", "grobWidth", "grobHeight",
39
       "grobAscent", "grobDescent",
39
       "grobAscent", "grobDescent",
40
       "absolute.size",
40
       "absolute.size",
-
 
41
       "unitType",
41
 
42
 
42
       "valid.just", "resolveHJust", "resolveVJust",
43
       "valid.just", "resolveHJust", "resolveVJust",
43
       "resolveRasterSize",
44
       "resolveRasterSize",
44
 
45
 
45
       "viewport", "vpList", "vpStack", "vpTree", "vpPath",
46
       "viewport", "vpList", "vpStack", "vpTree", "vpPath",
Line 362... Line 363...
362
 
363
 
363
S3method("absolute.units", "unit")
364
S3method("absolute.units", "unit")
364
S3method("absolute.units", "unit.list")
365
S3method("absolute.units", "unit.list")
365
S3method("absolute.units", "unit.arithmetic")
366
S3method("absolute.units", "unit.arithmetic")
366
 
367
 
-
 
368
S3method("unitType", "unit")
-
 
369
S3method("unitType", "unit.list")
-
 
370
S3method("unitType", "unit.arithmetic")
-
 
371
 
367
# S3 methods for internal generics that are used in calls to external fns
372
# S3 methods for internal generics that are used in calls to external fns
368
S3method("depth", "viewport")
373
S3method("depth", "viewport")
369
S3method("depth", "vpList")
374
S3method("depth", "vpList")
370
S3method("depth", "vpStack")
375
S3method("depth", "vpStack")
371
S3method("depth", "vpTree")
376
S3method("depth", "vpTree")