public class SelectionPoint extends Object
| Constructor and Description |
|---|
SelectionPoint(Point startPoint,
Point endPoint) |
SelectionPoint(Rectangle rectangle) |
| Modifier and Type | Method and Description |
|---|---|
Point |
getEndPoint() |
Rectangle |
getRectangle() |
Point |
getStartPoint() |
Rectangle |
getTranslatedRectangle() |
void |
setEndPoint(Point endPoint) |
void |
setRectangle(Rectangle rectangle) |
void |
setStartPoint(Point startPoint) |
void |
setTranslatedRectangle(Rectangle translatedRectangle) |
public SelectionPoint(Rectangle rectangle)
public Point getStartPoint()
public void setStartPoint(Point startPoint)
public Point getEndPoint()
public void setEndPoint(Point endPoint)
public Rectangle getRectangle()
public void setRectangle(Rectangle rectangle)
public Rectangle getTranslatedRectangle()
public void setTranslatedRectangle(Rectangle translatedRectangle)
Copyright © 2017. All rights reserved.