public abstract class AbstractTripleShapeFactory extends AbstractShapeFactory
Constructor and Description |
---|
AbstractTripleShapeFactory(ShapeFactory baseShapeFactory,
int sizeDec1,
int sizeDec2) |
Modifier and Type | Method and Description |
---|---|
Shape |
createShape(int width,
int height) |
createShape, defaultHeight, defaultWidth
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getShapeNames
public AbstractTripleShapeFactory(ShapeFactory baseShapeFactory, int sizeDec1, int sizeDec2)
public Shape createShape(int width, int height)
Copyright © 2013-2015. All Rights Reserved.