📄 ylegendleft.as
字号:
package elements.labels {
public class YLegendLeft extends YLegendBase {
public function YLegendLeft( json:Object ) {
super( json, 'y' );
}
public override function resize():void {
if ( this.numChildren == 0 )
return;
this.y = (this.stage.stageHeight/2)+(this.getChildAt(0).height/2);
this.x = 0;
}
}
}
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -