com.stimulsoft.base.drawing
Class StiActionUtils

java.lang.Object
  extended by com.stimulsoft.base.drawing.StiActionUtils

public class StiActionUtils
extends java.lang.Object

Copyright Stimulsoft


Constructor Summary
StiActionUtils()
           
 
Method Summary
static boolean pointInRect(double x, double y, StiRectangle rect)
          Checks does the point fit into the position.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StiActionUtils

public StiActionUtils()
Method Detail

pointInRect

public static boolean pointInRect(double x,
                                  double y,
                                  StiRectangle rect)
Checks does the point fit into the position.

Parameters:
x - X point.
y - Y point.
rect -
Returns:
true, if the point fits to the position, and false, if not.