📄 textannotationcell.java
字号:
package org.jgpd.jgraph;import org.jgraph.pad.TextCell;public class TextAnnotationCell extends org.jgraph.graph.DefaultGraphCell { private boolean multiLined = true; public TextAnnotationCell() { this(null); } public TextAnnotationCell(Object userObject) { super(userObject); } public TextAnnotationCell(Object userObject,boolean multilined) { super(userObject); this.multiLined=multilined; } public boolean isMultiLined() { return multiLined; }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -