|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.awt.geom.Point2D
net.sourceforge.plantuml.geom.Point2DInt
public class Point2DInt
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from class java.awt.geom.Point2D |
|---|
Point2D.Double, Point2D.Float |
| Constructor Summary | |
|---|---|
Point2DInt(int x,
int y)
|
|
| Method Summary | |
|---|---|
Point2DInt |
getPosition()
|
double |
getX()
|
int |
getXint()
|
double |
getY()
|
int |
getYint()
|
Point2DInt |
inflateX(InflateData inflateData)
|
Point2DInt |
inflateX(int xpos,
int inflation)
|
Point2DInt |
inflateY(InflateData inflateData)
|
Point2DInt |
inflateY(int ypos,
int inflation)
|
void |
setLocation(double x,
double y)
|
String |
toString()
|
Point2DInt |
translate(int deltaX,
int deltaY)
|
| Methods inherited from class java.awt.geom.Point2D |
|---|
clone, distance, distance, distance, distanceSq, distanceSq, distanceSq, equals, hashCode, setLocation |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Point2DInt(int x,
int y)
| Method Detail |
|---|
public String toString()
toString in class Objectpublic int getXint()
public int getYint()
public double getX()
getX in class Point2Dpublic double getY()
getY in class Point2D
public void setLocation(double x,
double y)
setLocation in class Point2Dpublic Point2DInt getPosition()
getPosition in interface Pointable
public Point2DInt translate(int deltaX,
int deltaY)
public Point2DInt inflateX(int xpos,
int inflation)
public Point2DInt inflateX(InflateData inflateData)
public Point2DInt inflateY(InflateData inflateData)
public Point2DInt inflateY(int ypos,
int inflation)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||