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

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

Fields in edu.rit.slides.items declared as Bullet
static Bullet Bullet.CIRCLE
          A bullet in the shape of a medium sized circle, offset 36.0 (1/2 inch) from the text item.
static Bullet Bullet.DOT
          A bullet in the shape of a medium sized dot, offset 36.0 (1/2 inch) from the text item.
static Bullet Bullet.NONE
          A nonexistent bullet.
 

Methods in edu.rit.slides.items with parameters of type Bullet
static void TextItem.setDefaultBullet(Bullet theBullet)
          Set the default bullet.
 

Constructors in edu.rit.slides.items with parameters of type Bullet
TextItem(String theText, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, Bullet theBullet, double theNewline)
          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, Font theFont, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, Font theFont, Bullet theBullet, double theNewline)
          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, int thePosition, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Bullet theBullet, double theNewline)
          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, Font theFont, Bullet theBullet)
          Construct a new text item with the given text.
TextItem(String theText, int thePosition, Font theFont, Bullet theBullet, double theNewline)
          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, Point theAnchor, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Bullet theBullet, double theNewline)
          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, Font theFont, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, Font theFont, 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, 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, int thePosition, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, 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, 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, Font theFont, Bullet theBullet)
          Construct a new text item with the given text and anchor point.
TextItem(String theText, Point theAnchor, int thePosition, Font theFont, 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, 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.
 



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