module HROOT.Class.TPaveText
  (
    TPaveText(..)
  , ITPaveText
  , upcastTPaveText
  , newTPaveText 
  ) where

-- import HROOT.Class.Interface
-- import HROOT.Class.Implementation ()

import HROOT.Class.TPaveText.RawType
import HROOT.Class.TPaveText.Interface
import HROOT.Class.TPaveText.Implementation