jcckit.plot
Class SquareSymbolFactory
java.lang.Object
jcckit.plot.AbstractSymbolFactory
jcckit.plot.SquareSymbolFactory
- All Implemented Interfaces:
- SymbolFactory
public class SquareSymbolFactory
- extends AbstractSymbolFactory
A factory of square symbols.
- Author:
- Franz-Josef Elmer
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SquareSymbolFactory
public SquareSymbolFactory(ConfigParameters config)
- Creates an instance from the specified configuration parameters.
For the configuration parameters see the
constructor of the superclass
AbstractSymbolFactory
.
createPlainSymbol
protected GraphicalElement createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
- Creates a
Rectangle
.
- Specified by:
createPlainSymbol
in class AbstractSymbolFactory
- Parameters:
centerPosition
- Position of the center of the rectangle.size
- Diameter of the rectangle.attributes
- Rectangle attributes.
Copyright © 2013. All Rights Reserved.