예제 #1
0
파일: WBoard.java 프로젝트: yhcting/writer
 void cutoutStart() {
   _sheet.actionStart(WSheet.ACT_CUTOUT);
 }
예제 #2
0
파일: WBoard.java 프로젝트: yhcting/writer
 void zmvStart() {
   _sheet.actionStart(WSheet.ACT_ZMV);
 }
예제 #3
0
파일: WBoard.java 프로젝트: yhcting/writer
 // action interfaces - Just Wrapper!!!
 void curveStart() {
   _sheet.actionStart(WSheet.ACT_CURVE);
 }