Uses of Class
cn.mapway.ui.client.mvc.Rect
-
Packages that use Rect Package Description cn.mapway.ui.client.mvc -
-
Uses of Rect in cn.mapway.ui.client.mvc
Methods in cn.mapway.ui.client.mvc that return Rect Modifier and Type Method Description RectRect. clone()RectRect. copyFrom(Rect src)RectRect. copyTo(Rect dest)RectRect. expand(double top, double right, double bottom, double left)RectRect. extend(double x, double y)RectRect. extend(Rect box)RectRect. normalize()正交化对象RectRect. offset(double dx, double dy)RectRect. set(double startX, double startY, double width, double height)RectRect. setHeight(double height)RectRect. setWidth(double width)RectRect. shrink(double left, double top, double right, double bottom)RectRect. snapToGrid(int gridSize)Methods in cn.mapway.ui.client.mvc with parameters of type Rect Modifier and Type Method Description RectRect. copyFrom(Rect src)RectRect. copyTo(Rect dest)RectRect. extend(Rect box)booleanRect. intersect(Rect box)
-