public class PlateDetail extends Object
| Constructor and Description |
|---|
PlateDetail() |
| Modifier and Type | Method and Description |
|---|---|
int |
getBottomLeftX() |
int |
getBottomLeftY() |
int |
getBottomRightX() |
int |
getBottomRightY() |
int |
getUpperLeftX() |
int |
getUpperLeftY() |
int |
getUpperRightX() |
int |
getUpperRightY() |
void |
setBottomLeftX(int bottomLeftX) |
void |
setBottomLeftY(int bottomLeftY) |
void |
setBottomRightX(int bottomRightX) |
void |
setBottomRightY(int bottomRightY) |
void |
setUpperLeftX(int upperLeftX) |
void |
setUpperLeftY(int upperLeftY) |
void |
setUpperRightX(int upperRightX) |
void |
setUpperRightY(int upperRightY) |
public int getUpperLeftX()
public void setUpperLeftX(int upperLeftX)
public int getUpperLeftY()
public void setUpperLeftY(int upperLeftY)
public int getBottomLeftX()
public void setBottomLeftX(int bottomLeftX)
public int getBottomLeftY()
public void setBottomLeftY(int bottomLeftY)
public int getBottomRightX()
public void setBottomRightX(int bottomRightX)
public int getBottomRightY()
public void setBottomRightY(int bottomRightY)
public int getUpperRightX()
public void setUpperRightX(int upperRightX)
public int getUpperRightY()
public void setUpperRightY(int upperRightY)
Copyright © 2024. All rights reserved.