wContour.Global
类 Line

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

public class Line
extends java.lang.Object

Line class

作者:
Yaqiang Wang

字段摘要
 PointD P1
           
 PointD P2
           
 
构造方法摘要
Line()
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

P1

public PointD P1

P2

public PointD P2
构造方法详细信息

Line

public Line()