HROOT-graf-0.10.0.3: Haskell binding to ROOT Graf modules
Safe HaskellSafe-Inferred
LanguageHaskell2010

HROOT.Graf.TArc.Implementation

Documentation

Orphan instances

ITAttFill TArc Source # 
Instance details

Methods

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

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

ITAttLine TArc Source # 
Instance details

ITObject TArc Source # 
Instance details

Methods

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

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

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

getName :: TArc -> IO CString

isA :: TArc -> IO TClass

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

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

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

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

write_ :: TArc -> IO CInt

ITArc TArc Source # 
Instance details

ITEllipse TArc Source # 
Instance details

IDeletable TArc Source # 
Instance details

Methods

delete :: TArc -> IO () #