nonregional.java

来自「OpenMap是一个基于JavaBeansTM的开发工具包。利用OpenMap你」· Java 代码 · 共 28 行

JAVA
28
字号
// **********************************************************************// // <copyright>// //  BBN Technologies//  10 Moulton Street//  Cambridge, MA 02138//  (617) 873-8000// //  Copyright (C) BBNT Solutions LLC. All rights reserved.// // </copyright>// **********************************************************************/** * This interface is used to distinguish editable shapes that do not have  * fillable regions, ie lines and points */package com.bbn.openmap.omGraphics.geom;/** * @author phelinek * Indicates that a shape does not have an internal region - i.e. a point or line * */public interface NonRegional {}

⌨️ 快捷键说明

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