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

Packages that use Arrow
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 Arrow in edu.rit.slides.items
 

Fields in edu.rit.slides.items declared as Arrow
static Arrow Arrow.NONE
          A nonexistent arrow.
static Arrow Arrow.OPEN
          An open arrow in the shape of a narrow triangle.
static Arrow Arrow.SOLID
          A solid arrow in the shape of a narrow triangle.
 

Constructors in edu.rit.slides.items with parameters of type Arrow
LineItem(Collection theEndpoints, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with the line segment endpoints in the given collection.
LineItem(Collection theEndpoints, Outline theOutline, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with the line segment endpoints in the given collection.
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, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with the line segment endpoints in the given array.
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, Arrow theStartArrow, Arrow theEndArrow)
          Construct a new line item with one line segment.
 



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