Index

A B C D E G I L M N O P R S T U W 
All Classes All Packages

I

insert(int, IntPoint) - Method in class drawit.RoundedPolygon
 
insert(IntPoint[], int, IntPoint) - Static method in class drawit.PointArrays
Returns a new array whose elements are the elements of the given array with the given point inserted at the given index.
IntPoint - Class in drawit
An immutable abstraction for a point in the two-dimensional plane with int coordinates.
IntPoint(int, int) - Constructor for class drawit.IntPoint
Initializes this point with the given coordinates.
IntVector - Class in drawit
An instance of this class represents a displacement in the two-dimensional plane.
IntVector(int, int) - Constructor for class drawit.IntVector
 
isCollinearWith(IntVector) - Method in class drawit.IntVector
Returns whether this vector is collinear with the given vector.
isOnLineSegment(IntPoint, IntPoint) - Method in class drawit.IntPoint
Returns true iff this point is on open line segment bc.
A B C D E G I L M N O P R S T U W 
All Classes All Packages