module OGDF.GraphAttributes
       (GraphAttributes(..), IGraphAttributes(..), upcastGraphAttributes,
        downcastGraphAttributes, newGraphAttributes,
        graphAttributes_fillColor, graphAttributes_fillBgColor,
        graphAttributes_x, graphAttributes_y, graphAttributes_width,
        graphAttributes_height, graphAttributes_bends,
        graphAttributes_label, graphAttributeslabelE,
        graphAttributes_xLabel, graphAttributes_yLabel)
       where
import OGDF.GraphAttributes.RawType
import OGDF.GraphAttributes.Interface
import OGDF.GraphAttributes.Implementation