com.stimulsoft.base.drawing
Class StiActionUtils
java.lang.Object
com.stimulsoft.base.drawing.StiActionUtils
public class StiActionUtils
- extends Object
Copyright Stimulsoft
|
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 |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StiActionUtils
public StiActionUtils()
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.
Copyright © 2017 Stimulsoft. All Rights Reserved.