diva.canvas.test
Class ConcreteFigures.ImageFigureFactory

java.lang.Object
  extended by diva.canvas.test.ConcreteFigures.ImageFigureFactory
All Implemented Interfaces:
FigureTest.FigureFactory
Enclosing class:
ConcreteFigures

public static class ConcreteFigures.ImageFigureFactory
extends java.lang.Object
implements FigureTest.FigureFactory

Create an image figure


Field Summary
 java.awt.Component component
           
static java.lang.String IMAGE_FILE_NAME
           
 
Constructor Summary
ConcreteFigures.ImageFigureFactory()
           
 
Method Summary
 Figure createFigure()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

IMAGE_FILE_NAME

public static final java.lang.String IMAGE_FILE_NAME
See Also:
Constant Field Values

component

public java.awt.Component component
Constructor Detail

ConcreteFigures.ImageFigureFactory

public ConcreteFigures.ImageFigureFactory()
Method Detail

createFigure

public Figure createFigure()
Specified by:
createFigure in interface FigureTest.FigureFactory

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object