public interface PlaneArea extends Copiable, Shape
| Modifier and Type | Method and Description | 
|---|---|
| PlanePoint[] | getPoints()Returns an array of  PlanePointcontained in the PlaneArea. | 
| boolean | onBoundaries(double x,
            double y)Controls if a specified point is on the boundary of the PlaneArea. | 
| void | scale(double factor)Resets the bounding  Rectangleof the planeArea according
 to the specified scaling factor. | 
| void | setBounds(int x,
         int y,
         int width,
         int height)Sets the bounding  Rectangleof the planeArea to the
 specified x, y, width, and height. | 
contains, contains, contains, contains, getBounds, getBounds2D, getPathIterator, getPathIterator, intersects, intersectsvoid setBounds(int x,
               int y,
               int width,
               int height)
Rectangle of the planeArea to the
 specified x, y, width, and height.x - The x-coordinate of the top-left corner.y - The y-coordinate of the top-left corner.width - The width of the area.height - The height of the area.void scale(double factor)
Rectangle of the planeArea according
 to the specified scaling factor.factor - The scaling factor.PlanePoint[] getPoints()
PlanePoint contained in the PlaneArea.boolean onBoundaries(double x,
                     double y)
x - The x-coordinate of the point.y - The y-coordinate of the point.true if the point is on the boundary,
         false otherwise.
                
                
Version: 5.2.5-ice35-b28
Copyright © 2016 The University of Dundee & Open Microscopy Environment. All Rights Reserved.