Uses of Interface
edu.rit.slides.items.Outline

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

Classes in edu.rit.slides.items that implement Outline
 class DottedOutline
          Class DottedOutline provides an object that outlines an area in a SlideItem with a square-cornered dotted stroke in a solid color.
 class SolidOutline
          Class SolidOutline provides an object that outlines an area in a SlideItem with a square-cornered solid stroke in a solid color.
 

Fields in edu.rit.slides.items declared as Outline
static Outline Outline.NONE
          Specify Outline.NONE to omit drawing a slide item's outline.
static Outline OutlinedItem.NORMAL_OUTLINE
          The normal outline: Solid, square corners, 1 point wide, black.
 

Methods in edu.rit.slides.items with parameters of type Outline
static void OutlinedItem.setDefaultOutline(Outline theOutline)
          Set the default outline.
 

Constructors in edu.rit.slides.items with parameters of type Outline
ArcItem(Point center, double radius, double start, double extent, Outline theOutline)
          Construct a new arc item with the given outline.
FilledItem(Outline theOutline, Fill theFill)
          Construct a new filled item.
LineItem(Collection theEndpoints, Outline theOutline)
          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, 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, 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.
OutlinedItem(Outline theOutline)
          Construct a new outlined 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.
ShapeItem(Shape theShape, Outline theOutline, Fill theFill)
          Construct a new shape item.
 



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