public class TPoint
extends java.lang.Object
| 构造器和说明 |
|---|
TPoint() |
TPoint(float x,
float y) |
TPoint(float x,
float y,
float r) |
TPoint(float x,
float y,
float r,
com.itextpdf.text.BaseColor bg) |
public TPoint()
public TPoint(float x,
float y)
x - y - public TPoint(float x,
float y,
float r)
x - y - r - public TPoint(float x,
float y,
float r,
com.itextpdf.text.BaseColor bg)
x - y - r - bg - public float getR()
public void setR(float r)
r - the r to setpublic float getX()
public void setX(float x)
x - the x to setpublic float getY()
public void setY(float y)
y - the y to setpublic com.itextpdf.text.BaseColor getBg()
public void setBg(com.itextpdf.text.BaseColor bg)
bg - the bg to setCopyright © 2019. All Rights Reserved.