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

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

Fields in edu.rit.slides declared as ColorFill
static ColorFill Slide.NORMAL_BACKGROUND
          The normal slide background color (white).
 

Methods in edu.rit.slides that return ColorFill
 ColorFill Slide.getBackground()
          Returns this slide's background color.
 

Constructors in edu.rit.slides with parameters of type ColorFill
Slide(Collection items, ColorFill background)
          Construct a new slide with the given slide items and background color.
Slide(Collection 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.
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 ColorFill in edu.rit.slides.items
 

Fields in edu.rit.slides.items declared as ColorFill
static ColorFill ColorFill.BLACK
          Color fill object for the color black.
static ColorFill ColorFill.BLUE
          Color fill object for the color blue.
static ColorFill ColorFill.CYAN
          Color fill object for the color cyan.
static ColorFill ColorFill.DARK_GRAY
          Color fill object for the color dark gray.
static ColorFill ColorFill.GRAY
          Color fill object for the color gray.
static ColorFill ColorFill.GREEN
          Color fill object for the color green.
static ColorFill ColorFill.LIGHT_GRAY
          Color fill object for the color light gray.
static ColorFill ColorFill.MAGENTA
          Color fill object for the color magenta.
static ColorFill ColorFill.NORMAL_FILL
          The normal color fill object (white).
static ColorFill ColorFill.ORANGE
          Color fill object for the color orange.
static ColorFill ColorFill.PINK
          Color fill object for the color pink.
static ColorFill ColorFill.RED
          Color fill object for the color red.
static ColorFill ColorFill.WHITE
          Color fill object for the color white.
static ColorFill ColorFill.YELLOW
          Color fill object for the color yellow.
 

Constructors in edu.rit.slides.items with parameters of type ColorFill
ColorFill(ColorFill theColorFill)
          Construct a new color fill object with the same color as the given color fill object.
 



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