org.sikuli.core.search
Class TemplateMatcher.Result

java.lang.Object
  extended by org.sikuli.core.search.TemplateMatcher.Result
Enclosing class:
TemplateMatcher

public static class TemplateMatcher.Result
extends Object


Field Summary
 int height
           
 int width
           
 int x
           
 int y
           
 
Constructor Summary
TemplateMatcher.Result(Rectangle r)
           
 
Method Summary
 Rectangle getBounds()
           
 int getHeight()
           
 Point getLocation()
           
 double getScore()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 void setScore(double score)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

public int x

y

public int y

width

public int width

height

public int height
Constructor Detail

TemplateMatcher.Result

public TemplateMatcher.Result(Rectangle r)
Method Detail

getBounds

public Rectangle getBounds()

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()

getLocation

public Point getLocation()

getScore

public double getScore()

setScore

public void setScore(double score)


Copyright © 2014. All Rights Reserved.