Package kiyut.citra.canvas.tool
Class SelectionRotateTool.Anchor
- java.lang.Object
-
- kiyut.citra.canvas.tool.SelectionRotateTool.Anchor
-
- Enclosing class:
- SelectionRotateTool
public class SelectionRotateTool.Anchor extends Object
-
-
Constructor Summary
Constructors Constructor Description Anchor()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancontains(double x, double y)ShapegetShape()doublegetX()doublegetY()voidsetLocation(double x, double y)
-
-
-
Method Detail
-
getShape
public Shape getShape()
-
setLocation
public void setLocation(double x, double y)
-
getX
public double getX()
-
getY
public double getY()
-
contains
public boolean contains(double x, double y)
-
-