wContour.Global
类 PointF

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

public class PointF
extends java.lang.Object

PointF class

作者:
Yaqiang Wang

字段摘要
 float X
           
 float Y
           
 
构造方法摘要
PointF()
           
PointF(float x, float y)
           
 
方法摘要
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

字段详细信息

X

public float X

Y

public float Y
构造方法详细信息

PointF

public PointF()

PointF

public PointF(float x,
              float y)