Uses of Class
edu.rit.slides.items.Point

Packages that use Point
edu.rit.slides.items Package edu.rit.slides.items contains classes for the different kinds of items that can appear on slides in the Slides application. 
 

Uses of Point in edu.rit.slides.items
 

Methods in edu.rit.slides.items that return Point
 Point Point.add(double dx, double dy)
          Returns a new point at the given offsets from this point.
 Point Point.add(Size theSize)
          Returns a new point at the given width and height away from this point.
 Point RectangleItem.c()
          Returns the center point of this rectangle item.
 Point ImageItem.c()
          Returns the center point of this image item.
 Point RectangleItem.e()
          Returns the east middle point of this rectangle item.
 Point ImageItem.e()
          Returns the east middle point of this image item.
 Point Point.e(double distance)
          Returns a new point that is the given distance east of this point.
 Point Point.e(Size theSize)
          Returns a new point that is the given distance east of this point.
 Point LineItem.end()
          Returns this line item's ending point.
static Point Point.last()
          Returns the last point.
 Point TextItem.location()
          Returns this text item's location, namely its anchor point.
 Point RectangleItem.location()
          Returns this rectangle item's upper left corner location.
 Point ImageItem.location()
          Returns this image item's upper left corner location.
 Point ArcItem.location()
          Returns this arc item's location, namely its center point.
 Point RectangleItem.n()
          Returns the north middle point of this rectangle item.
 Point ImageItem.n()
          Returns the north middle point of this image item.
 Point Point.n(double distance)
          Returns a new point that is the given distance north of this point.
 Point Point.n(Size theSize)
          Returns a new point that is the given distance north of this point.
 Point RectangleItem.ne()
          Returns the northeast corner point of this rectangle item.
 Point ImageItem.ne()
          Returns the northeast corner point of this image item.
 Point TextItem.next()
          Returns this text item's next location.
 Point RectangleItem.nw()
          Returns the northwest corner point of this rectangle item.
 Point ImageItem.nw()
          Returns the northwest corner point of this image item.
 Point RectangleItem.s()
          Returns the south middle point of this rectangle item.
 Point ImageItem.s()
          Returns the south middle point of this image item.
 Point Point.s(double distance)
          Returns a new point that is the given distance south of this point.
 Point Point.s(Size theSize)
          Returns a new point that is the given distance south of this point.
 Point RectangleItem.se()
          Returns the southeast corner point of this rectangle item.
 Point ImageItem.se()
          Returns the southeast corner point of this image item.
 Point LineItem.start()
          Returns this line item's starting point.
 Point Point.sub(double dx, double dy)
          Returns a new point at the given offsets from this point.
 Point Point.sub(Size theSize)
          Returns a new point at the given width and height away from this point.
 Point RectangleItem.sw()
          Returns the southwest corner point of this rectangle item.
 Point ImageItem.sw()
          Returns the southwest corner point of this image item.
 Point RectangleItem.w()
          Returns the west middle point of this rectangle item.
 Point ImageItem.w()
          Returns the west middle point of this image item.
 Point Point.w(double distance)
          Returns a new point that is the given distance west of this point.
 Point Point.w(Size theSize)
          Returns a new point that is the given distance east of this point.
 

Constructors in edu.rit.slides.items with parameters of type Point
ArcItem(Point center, double radius, double start, double extent)
          Construct a new arc item.
ArcItem(Point center, double radius, double start, double extent, Outline theOutline)
          Construct a new arc item with the given outline.
ImageItem(InputStream in, Point theLocation)
          Construct a new image item with the image read from the given input stream.
ImageItem(InputStream in, Point theLocation, double scale)
          Construct a new image item with the image read from the given input stream.
LineItem(Point[] theEndpoints)
          Construct a new line item with the line segment endpoints in the given array.
LineItem(Point[] theEndpoints, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with the line segment endpoints in the given array.
LineItem(Point[] theEndpoints, Outline theOutline)
          Construct a new line item with the line segment endpoints in the given array.
LineItem(Point[] theEndpoints, Outline theOutline, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with the line segment endpoints in the given array.
LineItem(Point start, Point end)
          Construct a new line item with one line segment.
LineItem(Point start, Point end, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with one line segment.
LineItem(Point start, Point end, Outline theOutline)
          Construct a new line item with one line segment.
LineItem(Point start, Point end, Outline theOutline, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with one line segment.
Point(Point thePoint)
          Construct a new point at the same location as the given point.
RectangleItem(Point theLocation, Size theSize)
          Construct a new rectangle item.
RectangleItem(Point theLocation, Size theSize, Fill theFill)
          Construct a new rectangle item.
RectangleItem(Point theLocation, Size theSize, Outline theOutline)
          Construct a new rectangle item.
RectangleItem(Point theLocation, Size theSize, Outline theOutline, Fill theFill)
          Construct a new rectangle item.
TextItem(String theText, Point theAnchor)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
 



Copyright © 2001-2006 by Alan Kaminsky. All rights reserved. Send comments to ark­@­cs.rit.edu.