|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjcckit.plot.AbstractSymbolFactory
jcckit.plot.SquareSymbolFactory
public class SquareSymbolFactory
A factory of square symbols.
Field Summary |
---|
Fields inherited from class jcckit.plot.AbstractSymbolFactory |
---|
_attributes, _size |
Fields inherited from interface jcckit.plot.SymbolFactory |
---|
ATTRIBUTES_KEY, DEFAULT_SIZE, SIZE_KEY |
Constructor Summary | |
---|---|
SquareSymbolFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters. |
Method Summary | |
---|---|
protected GraphicalElement |
createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a Rectangle . |
Methods inherited from class jcckit.plot.AbstractSymbolFactory |
---|
createLegendSymbol, createSymbol, createSymbol |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SquareSymbolFactory(ConfigParameters config)
AbstractSymbolFactory
.
Method Detail |
---|
protected GraphicalElement createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)
Rectangle
.
createPlainSymbol
in class AbstractSymbolFactory
centerPosition
- Position of the center of the rectangle.size
- Diameter of the rectangle.attributes
- Rectangle attributes.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |