⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 drawconst.java

📁 用Java开发的、实现类似Visio功能的应用程序源码
💻 JAVA
字号:
/**
 *    $Id:DrawConst.java $
 *
 *    Copyright 2004 ~ 2005  JingFei International Cooperation LTD. All rights reserved. *
 */
package com.jfimagine.jfdraw.draw;


/**
 *  Draw Const class is a const definition list of drawing objects.
 *
 * @author     CookieMaker    
 *
 * @version $Revision: 1.00 $
 */  
public class DrawConst{

   	/** Current draw state.*/
    	public static final int DRAWSTATE_NONE		=0;
    	public static final int DRAWSTATE_DRAW		=1;
    	public static final int DRAWSTATE_ROTATE	=2;
    	public static final int DRAWSTATE_MIRROR	=3;
    	public static final int DRAWSTATE_FLIP		=4;
    	
}

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -