kiyut.citra 3.7

kiyut.citra.canvas.tool
Class SelectionRotateTool.Anchor

java.lang.Object
  extended by kiyut.citra.canvas.tool.SelectionRotateTool.Anchor
Enclosing class:
SelectionRotateTool

public class SelectionRotateTool.Anchor
extends Object


Constructor Summary
SelectionRotateTool.Anchor()
           
 
Method Summary
 boolean contains(double x, double y)
           
 Shape getShape()
           
 double getX()
           
 double getY()
           
 void setLocation(double x, double y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SelectionRotateTool.Anchor

public SelectionRotateTool.Anchor()
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)

kiyut.citra 3.7