HROOT-hist-0.10.0.3: Haskell binding to ROOT Hist modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Hist.TGraph2D.Implementation

Documentation

Orphan instances

ITAttFill TGraph2D Source # 
Instance details

Methods

setFillColor :: TGraph2D -> CInt -> IO ()

setFillStyle :: TGraph2D -> CInt -> IO ()

ITAttLine TGraph2D Source # 
Instance details

ITAttMarker TGraph2D Source # 
Instance details

ITNamed TGraph2D Source # 
Instance details

Methods

setName :: Castable c0 CString => TGraph2D -> c0 -> IO ()

setNameTitle :: (Castable c1 CString, Castable c0 CString) => TGraph2D -> c0 -> c1 -> IO ()

setTitle :: Castable c0 CString => TGraph2D -> c0 -> IO ()

ITObject TGraph2D Source # 
Instance details

Methods

clear :: Castable c0 CString => TGraph2D -> c0 -> IO ()

draw :: Castable c0 CString => TGraph2D -> c0 -> IO ()

findObject :: Castable c0 CString => TGraph2D -> c0 -> IO TObject

getName :: TGraph2D -> IO CString

isA :: TGraph2D -> IO TClass

paint :: Castable c0 CString => TGraph2D -> c0 -> IO ()

printObj :: Castable c0 CString => TGraph2D -> c0 -> IO ()

saveAs :: (Castable c1 CString, Castable c0 CString) => TGraph2D -> c0 -> c1 -> IO ()

write :: Castable c0 CString => TGraph2D -> c0 -> CInt -> CInt -> IO CInt

write_ :: TGraph2D -> IO CInt

ITGraph2D TGraph2D Source # 
Instance details

Methods

setN :: TGraph2D -> CInt -> IO () Source #

setPointXYZ :: TGraph2D -> CInt -> CDouble -> CDouble -> CDouble -> IO () Source #

IDeletable TGraph2D Source # 
Instance details

Methods

delete :: TGraph2D -> IO () #