public static class ConcreteFigures.ImageFigureFactory extends java.lang.Object implements FigureTest.FigureFactory
| Modifier and Type | Field and Description |
|---|---|
java.awt.Component |
component |
static java.lang.String |
IMAGE_FILE_NAME |
| Constructor and Description |
|---|
ImageFigureFactory() |
| Modifier and Type | Method and Description |
|---|---|
Figure |
createFigure() |
java.lang.String |
toString() |
public static final java.lang.String IMAGE_FILE_NAME
public java.awt.Component component
public Figure createFigure()
createFigure in interface FigureTest.FigureFactorypublic java.lang.String toString()
toString in class java.lang.Object