wContour.Global
类 PolyLine

java.lang.Object
  继承者 wContour.Global.PolyLine

public class PolyLine
extends java.lang.Object

PolyLine class

作者:
Yaqiang Wang

字段摘要
 int BorderIdx
           
 java.util.List<PointD> PointList
           
 java.lang.String Type
           
 double Value
           
 
构造方法摘要
PolyLine()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

Value

public double Value

Type

public java.lang.String Type

BorderIdx

public int BorderIdx

PointList

public java.util.List<PointD> PointList
构造方法详细信息

PolyLine

public PolyLine()