KickJava   Java API By Example, From Geeks To Geeks.

Java > Open Source Codes > demo > sharededitor > ui > IFillStyleConsts


1 /*
2 @COPYRIGHT@
3 */

4 package demo.sharededitor.ui;
5
6 public interface IFillStyleConsts
7 {
8     public static int FILLSTYLE_TRANSPARENT = 0;
9     public static int FILLSTYLE_SOLID = 1;
10     public static int FILLSTYLE_TEXTURED = 2;
11 }
12
Popular Tags