Package 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.

See:
          Description

Interface Summary
Fill Interface Fill specifies the interface for an object that gives the paint with which to fill an area in a SlideItem.
Outline Interface Outline specifies the interface for an object that gives the stroke and paint with which to outline an area in a SlideItem.
 

Class Summary
ArcItem Class ArcItem provides a slide item that consists of a circular arc.
Arrow Class Arrow provides various kinds of arrowheads that can be added to the ends of a LineItem.
Bullet Class Bullet provides various kinds of bullets that can be added to a TextItem.
ColorFill Class ColorFill provides an object that fills an area in a SlideItem with a solid color.
DottedOutline Class DottedOutline provides an object that outlines an area in a SlideItem with a square-cornered dotted stroke in a solid color.
FilledItem Class FilledItem is the abstract base class for a SlideItem that has an outline and is filled with a paint.
ImageItem Class ImageItem provides a SlideItem containing an image.
LineItem Class LineItem provides a slide item that consists of one or more straight line segments.
OutlinedItem Class OutlinedItem is the abstract base class for a SlideItem that has an outline.
Point Class Point provides an (x,y) point on a slide.
RectangleItem Class RectangleItem provides a rectangle SlideItem.
ShapeItem Class ShapeItem is the abstract base class for a SlideItem that consists of a single 2-D graphics shape with an outline and an interior.
Size Class Size provides a size (width,height) for a SlideItem.
SlideItem Class SlideItem is the abstract base class for each item on a Slide.
SolidOutline Class SolidOutline provides an object that outlines an area in a SlideItem with a square-cornered solid stroke in a solid color.
TextItem Class TextItem provides a slide item consisting of a single line of text.
 

Package edu.rit.slides.items Description

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



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