HROOT-0.7.1: Wrapper for ROOT
HROOT.Class.TText
newtype TText Source
Constructors
Instances
class (ITNamed a, ITAttText a) => ITText a whereSource
Methods
drawText :: a -> Double -> Double -> String -> IO TTextSource
drawTextNDC :: a -> Double -> Double -> String -> IO TTextSource
getControlBox :: a -> Int -> Int -> Int -> [Int] -> [Int] -> IO ()Source
setText :: a -> Double -> Double -> String -> IO ()Source
upcastTText :: (FPtr a, ITText a) => a -> TTextSource
newTText :: Double -> Double -> String -> IO TTextSource