module HROOT.Graf.TLine (TLine(..), ITLine(..), upcastTLine, downcastTLine, newTLine, tLine_GetX1, tLine_GetX2, tLine_GetY1, tLine_GetY2, tLine_IsHorizontal, tLine_IsVertical, tLine_SetHorizontal, tLine_SetVertical) where import HROOT.Graf.TLine.RawType import HROOT.Graf.TLine.Interface import HROOT.Graf.TLine.Implementation