|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use OutlinedItem | |
|---|---|
| edu.rit.draw.item | Package edu.rit.draw.item contains classes for the different kinds of drawing items that can appear in a Drawing. |
| Uses of OutlinedItem in edu.rit.draw.item |
|---|
| Subclasses of OutlinedItem in edu.rit.draw.item | |
|---|---|
class |
Arc
Class Arc provides a DrawingItem that is a circular arc. |
class |
Bow
Class Bow provides a DrawingItem that joins two points with a curved (bowed) line. |
class |
Ellipse
Class Ellipse provides an ellipse DrawingItem. |
class |
FilledItem
Class FilledItem is the abstract base class for a DrawingItem that has an outline and is filled with a paint. |
class |
Line
Class Line provides a DrawingItem that consists of one or more straight line segments. |
class |
Oval
Class Oval provides an oval DrawingItem. |
class |
Polygon
Class Polygon provides a polygon DrawingItem whose boundary consists of one or more straight line segments. |
class |
Rectangle
Class Rectangle provides a rectangle DrawingItem. |
class |
RectangularItem
Class RectangularItem is the abstract base class for a DrawingItem that has an outline, is filled with a paint, and occupies a rectangular area of a certain size at a certain location. |
class |
ShapeItem
Class ShapeItem is the abstract base class for a DrawingItem that consists of a single 2-D graphics shape with an outline and an interior. |
| Methods in edu.rit.draw.item that return OutlinedItem | |
|---|---|
OutlinedItem |
OutlinedItem.add()
Add this outlined item to the end of the default drawing's sequence of drawing items. |
OutlinedItem |
OutlinedItem.add(Drawing theDrawing)
Add this outlined item to the end of the given drawing's sequence of drawing items. |
OutlinedItem |
OutlinedItem.addFirst()
Add this outlined item to the beginning of the default drawing's sequence of drawing items. |
OutlinedItem |
OutlinedItem.addFirst(Drawing theDrawing)
Add this outlined item to the beginning of the given drawing's sequence of drawing items. |
OutlinedItem |
OutlinedItem.outline(Outline theOutline)
Set this outlined item's outline. |
| Constructors in edu.rit.draw.item with parameters of type OutlinedItem | |
|---|---|
OutlinedItem(OutlinedItem theItem)
Construct a new outlined item with the same outline as the given outlined item. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||