// Copyright 2004, FreeHEP.
package hep.graphics.heprep1.adapter;

import java.awt.*;
import java.util.*;

import hep.graphics.heprep.ref.DefaultHepRepAttDef;

/**
 *
 * @author Mark Donszelmann
 * @version $Id: HepRepAttDefAdapter.java,v 1.2 2004/07/30 14:51:52 duns Exp $
 */
public class HepRepAttDefAdapter extends DefaultHepRepAttDef {

    private hep.graphics.heprep1.HepRepAttDef attDef;

    public HepRepAttDefAdapter(hep.graphics.heprep1.HepRepAttDef attDef, String name, String desc, String category, String extra) {
        super(name, desc, category, extra);
    }
}