twaver.network
Interface IPathUI

All Known Implementing Classes:
LinkUI, ShapeNodeUI

public interface IPathUI

路径图形元素

See Also:
ShapeNodeUI, LinkUI

Method Summary
 float getLength()
          路径长度
 float getLineWidth()
          路径线条宽度
 java.util.List<PathSegment> getPathSegments()
          获取路径
 boolean isLayoutByPath()
          是否沿线布局
 

Method Detail

getPathSegments

java.util.List<PathSegment> getPathSegments()
获取路径

Returns:
获取路径集合

isLayoutByPath

boolean isLayoutByPath()
是否沿线布局

Returns:
是否沿线布局

getLength

float getLength()
路径长度

Returns:
路径长度

getLineWidth

float getLineWidth()
路径线条宽度

Returns:
路径线条宽度