/**
* @constructor
*/
function XUIWaterPipeArrow() {
}
XUIWaterPipeArrow.prototype = {
//接口
/**
* 设置箭头方向
* @param {String} strDirection
* @property {Combo} ArrowDirection ["Top","Bottom","Left","Right"]
*/
SetArrowDirection:function (strDirection) {
},
/**
* 穿透鼠标事件
* @param {Boolean} bIgnore 穿透鼠标事件
* @property {Boolean} IgnoreEvents false
*/
IgnoreEvents:function (bIgnore) {
},
}