export(grid.box, boxGrob, boxCurve)

importFrom("grid",
           "validDetails",
           "drawDetails",
           "xDetails",
           "yDetails",
           "widthDetails",
           "heightDetails")

S3method("validDetails", "box")
S3method("drawDetails", "box")
S3method("xDetails", "box")
S3method("yDetails", "box")
S3method("widthDetails", "box")
S3method("heightDetails", "box")

