source: trunk/quest-core-events/src/main/java/de/ugoe/cs/quest/eventcore/guimodel/IShape.java @ 748

Last change on this file since 748 was 748, checked in by pharms, 12 years ago
  • added some simple java doc comments
File size: 263 bytes
Line 
1package de.ugoe.cs.quest.eventcore.guimodel;
2
3/**
4 * <p>
5 * marker interface for GUI elements that represent any kind of shape not covered by the other
6 * marker interfaces
7 * </p>
8 *
9 * @author Patrick Harms
10 */
11public interface IShape extends IGUIElement {
12
13}
Note: See TracBrowser for help on using the repository browser.