public abstract class AbstractDoubleShapeFactory extends AbstractShapeFactory
Constructor and Description |
---|
AbstractDoubleShapeFactory(ShapeFactory baseShapeFactory,
int sizeDecrease) |
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 AbstractDoubleShapeFactory(ShapeFactory baseShapeFactory, int sizeDecrease)
public Shape createShape(int width, int height)
Copyright © 2013-2015. All Rights Reserved.