01: /* 02: @COPYRIGHT@ 03: */ 04: package demo.sharededitor.ui; 05: 06: public interface FillStyleConsts { 07: public static int FILLSTYLE_TRANSPARENT = 0; 08: public static int FILLSTYLE_SOLID = 1; 09: public static int FILLSTYLE_TEXTURED = 2; 10: }