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

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

Classes in edu.rit.slides.items that implement Fill
 class ColorFill
          Class ColorFill provides an object that fills an area in a SlideItem with a solid color.
 

Fields in edu.rit.slides.items declared as Fill
static Fill Fill.NONE
          Specify Fill.NONE to omit filling a slide item's interior.
static Fill TextItem.NORMAL_FILL
          The normal fill (black).
static Fill SolidOutline.NORMAL_FILL
          The normal solid outline fill paint (black).
static Fill FilledItem.NORMAL_FILL
          The normal fill paint: White.
static Fill DottedOutline.NORMAL_FILL
          The normal dotted outline fill paint (black).
 

Methods in edu.rit.slides.items with parameters of type Fill
static void TextItem.setDefaultFill(Fill theFill)
          Set the default fill paint.
static void FilledItem.setDefaultFill(Fill theFill)
          Set the default fill paint.
 

Constructors in edu.rit.slides.items with parameters of type Fill
DottedOutline(Fill theFill)
          Construct a new dotted outline object with the normal width (1) and the given fill paint.
DottedOutline(float theWidth, Fill theFill)
          Construct a new dotted outline object with the given width and the given fill paint.
FilledItem(Outline theOutline, Fill theFill)
          Construct a new filled item.
RectangleItem(Point theLocation, Size theSize, Fill theFill)
          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.
SolidOutline(Fill theFill)
          Construct a new solid outline object with the normal width (1) and the given fill paint.
SolidOutline(float theWidth, Fill theFill)
          Construct a new solid outline object with the given width and the given fill paint.
TextItem(String theText, Fill theFill)
          Construct a new text item with the given text.
TextItem(String theText, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, Fill theFill, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, Font theFont, Fill theFill)
          Construct a new text item with the given text.
TextItem(String theText, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Fill theFill)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Fill theFill, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Font theFont, Fill theFill)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text.
TextItem(String theText, Point theAnchor, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, Bullet theBullet, double theNewline)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, Fill theFill, double theNewline)
          Construct a new text item with the given text and anchor point.
 



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