public class CircleSymbolFactory extends AbstractSymbolFactory
_attributes, _sizeATTRIBUTES_KEY, DEFAULT_SIZE, SIZE_KEY| Constructor and Description |
|---|
CircleSymbolFactory(ConfigParameters config)
Creates an instance from the specified configuration parameters.
|
| Modifier and Type | Method and Description |
|---|---|
protected GraphicalElement |
createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a circle.
|
createLegendSymbol, createSymbol, createSymbolpublic CircleSymbolFactory(ConfigParameters config)
AbstractSymbolFactory.protected GraphicalElement createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)
createPlainSymbol in class AbstractSymbolFactorycenterPosition - Position of the center of the circle.size - Diameter of the circle.attributes - Circle attributes.Copyright © 2016. All Rights Reserved.