Package adaptlil.data_classes.geometry
Class Shape
java.lang.Object
adaptlil.data_classes.geometry.Shape
-
Field Summary
-
Constructor Summary
-
Method Summary
-
Field Details
-
x
public float x -
y
public float y -
width
public float width -
height
public float height
-
-
Constructor Details
-
Shape
public Shape(float x, float y, float width, float height) -
Shape
public Shape()
-
-
Method Details
-
getX
public float getX() -
getY
public float getY() -
getWidth
public float getWidth() -
getHeight
public float getHeight() -
setX
public void setX(float x) -
setY
public void setY(float y) -
setWidth
public void setWidth(float width) -
setHeight
public void setHeight(float height)
-