|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |