![]() | ![]() |
|
  |
Uses of Interface
| |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Packages that use PaintedObject | |
| diva.canvas.toolbox | The Diva "toolbox" package. |
| diva.util.java2d | Java2D support classes and methods. |
| Uses of PaintedObject in diva.canvas.toolbox |
| Methods in diva.canvas.toolbox that return PaintedObject | |
static PaintedObject |
GraphicsParser.createPaintedObject(java.lang.String type,
java.lang.String attributes,
java.lang.String content)
Create a new painted object. |
static PaintedObject |
GraphicsParser.createPaintedObject(java.lang.String type,
java.util.Map attributes,
java.lang.String content)
Create a new painted object. |
static PaintedObject |
GraphicsParser.createPaintedObject(java.lang.String type,
java.util.Map attributes)
Create a new painted object. |
PaintedObject |
IconFigure.getGraphic()
Get the painted object that is drawn over the top of the icon as its "graphic." |
PaintedObject |
VersatileFigure.getPaintedObject()
Get the painted object of this figure. |
static PaintedObject |
SVGParser.createPaintedObject(java.lang.String type,
java.lang.String attributes,
java.lang.String content)
Create a new painted object. |
static PaintedObject |
SVGParser.createPaintedObject(java.lang.String type,
java.util.Map attributes,
java.lang.String content)
Create a new painted object. |
static PaintedObject |
SVGParser.createPaintedObject(java.lang.String type,
java.util.Map attributes)
Create a new painted object. |
| Methods in diva.canvas.toolbox with parameters of type PaintedObject | |
void |
PaintedFigure.add(PaintedObject po)
Add a new painted object to the objects displayed by this figure. |
| Constructors in diva.canvas.toolbox with parameters of type PaintedObject | |
IconFigure(Figure f,
PaintedObject g)
Create a new icon figure using the given figure as the "background" figure and the given Painted object as its "graphic." |
|
IconFigure(Figure f,
PaintedObject g,
java.lang.String label)
Create a new icon figure using the given figure as the "background" figure, the given Painted object as its "graphic," and the given string as a displayed label. |
|
VersatileFigure(PaintedObject paintedObject)
Create a new figure with the given painted shape. |
|
| Uses of PaintedObject in diva.util.java2d |
| Subinterfaces of PaintedObject in diva.util.java2d | |
interface |
PaintedGraphic
The interface for a set of utility classes that paint shapes or other kinds of graphical objects. |
| Classes in diva.util.java2d that implement PaintedObject | |
class |
AbstractPaintedGraphic
An abstract implementation of the PaintedGraphic interface. |
class |
PaintedList
A class that collects a number of PaintedObjects. |
class |
PaintedPath
A utility class that strokes a shape. |
class |
PaintedShape
A utility class that paints a shape with an stroke and/or fill. |
class |
PaintedString
A utility class that paints a string. |
| Methods in diva.util.java2d with parameters of type PaintedObject | |
void |
PaintedList.add(PaintedObject po)
Add a new element to the list. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||