|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use SlideItem | |
---|---|
edu.rit.slides | Package edu.rit.slides contains Slides, a service and collaborative application based on Many-to-Many Invocation (M2MI). |
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 SlideItem in edu.rit.slides |
---|
Methods in edu.rit.slides that return SlideItem | |
---|---|
SlideItem |
Slide.getItem(int i)
Returns the slide item at the given index in this slide. |
Constructors in edu.rit.slides with parameters of type SlideItem | |
---|---|
Slide(SlideItem[] items)
Construct a new slide with the given slide items. |
|
Slide(SlideItem[] items,
ColorFill background)
Construct a new slide with the given slide items and background color. |
|
Slide(SlideItem[] items,
ColorFill background,
double left,
double top,
double width,
double height)
Construct a new slide with the given slide items, background color, and display region. |
Uses of SlideItem in edu.rit.slides.items |
---|
Subclasses of SlideItem in edu.rit.slides.items | |
---|---|
class |
ArcItem
Class ArcItem provides a slide item that consists of a circular arc. |
class |
FilledItem
Class FilledItem is the abstract base class for a SlideItem that has an outline and is filled with a paint. |
class |
ImageItem
Class ImageItem provides a SlideItem
containing an image. |
class |
LineItem
Class LineItem provides a slide item that consists of one or more straight line segments. |
class |
OutlinedItem
Class OutlinedItem is the abstract base class for a SlideItem that has an outline. |
class |
RectangleItem
Class RectangleItem provides a rectangle SlideItem . |
class |
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. |
class |
TextItem
Class TextItem provides a slide item consisting of a single line of text. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |