KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > com > nightlabs > editor2d > RectangleDrawComponent


1 /**
2  * <copyright>
3  * </copyright>
4  *
5  * $Id: RectangleDrawComponent.java 1607 2005-08-23 16:04:49Z nozkiller $
6  */

7 package com.nightlabs.editor2d;
8
9 public interface RectangleDrawComponent
10 extends ShapeDrawComponent
11 {
12     
13 } // RectangleDrawComponent
14
Popular Tags