package free;

import twaver.RotatableNode;
import twaver.TWaverConst;

public class FreeLink extends RotatableNode {

    private int direction = TWaverConst.ORIENTATION_EAST;

    public FreeLink() {
        init();
    }

    public FreeLink(Object id) {
        super(id);
        init();
    }

    private void init() {
        this.putBorderVisible(false);
        this.putLabelFont(FreeUtil.FONT_12_BOLD);
        this.putLabelColor(FreeUtil.DEFAULT_TEXT_COLOR);
        this.putLabelHighlightable(false);
        this.setDirection(direction);
    }

    public void setDirection(int direction) {
        if (direction == TWaverConst.ORIENTATION_EAST) {
            this.setImage(FreeUtil.getImageURL("arrow_right.png"));
        }
        if (direction == TWaverConst.ORIENTATION_WEST) {
            this.setImage(FreeUtil.getImageURL("arrow_left.png"));
        }
        if (direction == TWaverConst.ORIENTATION_NORTH) {
            this.setImage(FreeUtil.getImageURL("arrow_up.png"));
        }
        if (direction == TWaverConst.ORIENTATION_SOUTH) {
            this.setImage(FreeUtil.getImageURL("arrow_down.png"));
        }

        if (direction == TWaverConst.ORIENTATION_NORTH_EAST) {
            this.setImage(FreeUtil.getImageURL("arrow_right_up.png"));
        }
        if (direction == TWaverConst.ORIENTATION_SOUTH_EAST) {
            this.setImage(FreeUtil.getImageURL("arrow_right_down.png"));
        }
        if (direction == TWaverConst.ORIENTATION_NORTH_WEST) {
            this.setImage(FreeUtil.getImageURL("arrow_left_up.png"));
        }
        if (direction == TWaverConst.ORIENTATION_SOUTH_WEST) {
            this.setImage(FreeUtil.getImageURL("arrow_left_down.png"));
        }

        this.direction = direction;
        this.updateUI();
    }
}
最近下载更多
329512801  LV28 2022年1月18日
cd201481  LV1 2020年2月5日
yongzheng132  LV17 2019年6月24日
通天晓  LV10 2019年4月15日
mixiansheng  LV6 2018年12月27日
mengfanyun  LV9 2018年11月16日
QueenLuxuMissRy  LV1 2018年7月31日
applepaihs1  LV1 2018年7月20日
蓝色鸢尾  LV2 2018年7月20日
Weipeng_  LV14 2018年6月23日
最近浏览更多
Sutnuf 2023年11月27日
暂无贡献等级
1112WHQ  LV7 2023年11月3日
yangxb2  LV10 2023年10月20日
ezra77934  LV2 2023年9月16日
另类清晨  LV8 2023年5月15日
漫步的海星  LV4 2023年3月24日
小小虎牙妹  LV4 2023年3月14日
dawang  LV2 2022年11月2日
陨石承影  LV1 2022年10月21日
qwertyuiopzxc  LV1 2022年10月14日
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友