package lectures.oegraphics;
import util.annotations.WebDocuments;

import shapes.FlexibleShape;

@WebDocuments({"Lectures/Oegraphics.pptx", "Lectures/Oegraphics.pdf", "Videos/Oegraphics.avi"})
public interface GraphicsFactorialBean extends FactorialGraphics {
    public FlexibleShape getRectangle();
    public FlexibleShape getTextShape();
}