public class CircleSymbolFactory extends AbstractSymbolFactory
_attributes, _size
ATTRIBUTES_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, createSymbol
public CircleSymbolFactory(ConfigParameters config)
AbstractSymbolFactory
.protected GraphicalElement createPlainSymbol(GraphPoint centerPosition, double size, GraphicAttributes attributes)
createPlainSymbol
in class AbstractSymbolFactory
centerPosition
- Position of the center of the circle.size
- Diameter of the circle.attributes
- Circle attributes.Copyright © 2015. All Rights Reserved.