📄 sunitsymbol.java
字号:
public String right2() { return right2_ ; } public void right3(String right3) {right3_ = right3; } public String right3() { return right3_ ; } public void right4(String right4) {right4_ = right4; } public String right4() { return right4_ ; } public String top1() { return top1_;} public void top1(String top1) { top1_ = top1; } public String bottom1() { return bottom1_; } public void bottom1(String bottom1) { bottom1_ = bottom1; } public short nom_size() { return nom_size_; } public void nom_size(short nom_size ) { nom_size_ = nom_size;} public short min_size() { return min_size_; } public void min_size(short min_size ) { min_size_ = min_size;} public short max_size() { return max_size_; } public void max_size(short max_size ) { max_size_ = max_size;} public int scale() { return scale_;} public void scale(int scale) { scale_ = scale; } public boolean is_hq() { return is_hq_; } public void is_hq(boolean is_hq) { is_hq_ = is_hq; } public float rotate() { return rotate_; } public void rotate(float rotate) { rotate_ = rotate; } public EUnitSymbol fill() { return new EUnitSymbol(eg, p1_, ll1_, group_,symbol_, echelon_, left1_, left2_, left3_, left4_, right1_, right2_, right3_, right4_, top1_, bottom1_, nom_size_, min_size_, max_size_, scale_, is_hq_, rotate_); } public UGraphic ufill() { UGraphic ugraphic = new UGraphic(); ugraphic.eunit(fill()); return ugraphic; } // Update methods as a result of gesture impulses... public void changeP1(com.bbn.openmap.CSpecialist.XYPoint p1) { p1_ = p1; USF_update gupdate = new USF_update(); gupdate.p1(p1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeLl1(com.bbn.openmap.CSpecialist.LLPoint ll1) { ll1_ = ll1; USF_update gupdate = new USF_update(); gupdate.ll1(ll1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeGroup(String group) { group_ = group; USF_update gupdate = new USF_update(); gupdate.group(group); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeSymbol(String symbol) { symbol_ = symbol; USF_update gupdate = new USF_update(); gupdate.symbol(symbol); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeEchelon_(String echelon) { echelon_ = echelon; USF_update gupdate = new USF_update(); gupdate.echelon(echelon); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeLeft1(String left1) { left1_ = left1; USF_update gupdate = new USF_update(); gupdate.left1(left1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeLeft2(String left2) { left2_ = left2; USF_update gupdate = new USF_update(); gupdate.left2(left2); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeLeft3(String left3) { left3_ = left3; USF_update gupdate = new USF_update(); gupdate.left3(left3); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeLeft4(String left4) { left4_ = left4; USF_update gupdate = new USF_update(); gupdate.left4(left4); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeRight1(String right1) { right1_ = right1; USF_update gupdate = new USF_update(); gupdate.right1(right1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeRight2(String right2) { right2_ = right2; USF_update gupdate = new USF_update(); gupdate.right2(right2); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeRight3(String right3) { right3_ = right3; USF_update gupdate = new USF_update(); gupdate.right3(right3); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeRight4(String right4) { right4_ = right4; USF_update gupdate = new USF_update(); gupdate.right4(right4); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeTop1(String top1) { top1_ = top1; USF_update gupdate = new USF_update(); gupdate.top1(top1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeBottom1(String bottom1) { bottom1_ = bottom1; USF_update gupdate = new USF_update(); gupdate.bottom1(bottom1); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeNom_size(short nom_size) { nom_size_ = nom_size; USF_update gupdate = new USF_update(); gupdate.nom_size(nom_size); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeMin_size(short min_size) { min_size_ = min_size; USF_update gupdate = new USF_update(); gupdate.min_size(min_size); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeMax_size(short max_size) { max_size_ = max_size; USF_update gupdate = new USF_update(); gupdate.max_size(max_size); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeScale(int scale) { scale_ = scale; USF_update gupdate = new USF_update(); gupdate.scale(scale); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeIs_hq(boolean is_hq) { is_hq_ = is_hq; USF_update gupdate = new USF_update(); gupdate.is_hq(is_hq); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); } public void changeRotate(float rotate) { rotate_ = rotate; USF_update gupdate = new USF_update(); gupdate.rotate(rotate); UpdateGraphic ug = new UpdateGraphic(); ug.usf_update(gupdate); addGraphicChange(ug); }}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -