Class Frame
- java.lang.Object
-
- net.sourceforge.plantuml.geom.kinetic.Frame
-
public class Frame extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Frame(double x, double y, int width, int height)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.awt.geom.Point2D
getFrontierPointViewBy(java.awt.geom.Point2D point)
int
getHeight()
java.awt.geom.Point2D
getMainCorner()
int
getWidth()
double
getX()
double
getY()
-
-
-
Method Detail
-
getFrontierPointViewBy
public java.awt.geom.Point2D getFrontierPointViewBy(java.awt.geom.Point2D point)
-
getMainCorner
public java.awt.geom.Point2D getMainCorner()
-
getX
public final double getX()
-
getY
public final double getY()
-
getWidth
public final int getWidth()
-
getHeight
public final int getHeight()
-
-