public class SitumConversionArea
extends java.lang.Object
Constructor and Description |
---|
SitumConversionArea(Point2f topRight,
Point2f topLeft,
Point2f bottomLeft,
Point2f bottomRight,
int floor_id) |
Modifier and Type | Method and Description |
---|---|
Point2f |
getBottomLeft() |
Point2f |
getBottomRight() |
int |
getFloor_id() |
Point2f |
getTopLeft() |
Point2f |
getTopRight() |
void |
setBottomLeft(Point2f bottomLeft) |
void |
setBottomRight(Point2f bottomRight) |
void |
setFloor_id(int floor_id) |
void |
setTopLeft(Point2f topLeft) |
void |
setTopRight(Point2f topRight) |
java.lang.String |
toString() |
public SitumConversionArea(Point2f topRight, Point2f topLeft, Point2f bottomLeft, Point2f bottomRight, int floor_id)
public Point2f getTopRight()
public void setTopRight(Point2f topRight)
public Point2f getTopLeft()
public void setTopLeft(Point2f topLeft)
public Point2f getBottomLeft()
public void setBottomLeft(Point2f bottomLeft)
public Point2f getBottomRight()
public void setBottomRight(Point2f bottomRight)
public int getFloor_id()
public void setFloor_id(int floor_id)
public java.lang.String toString()
toString
in class java.lang.Object