module OGDF.DRect
       (DRect(..), IDRect, upcastDRect, downcastDRect, dRect_height,
        dRect_width)
       where
import OGDF.DRect.RawType
import OGDF.DRect.Interface
import OGDF.DRect.Implementation