Package | Description |
---|---|
jcckit.graphic | |
jcckit.plot |
Modifier and Type | Interface and Description |
---|---|
interface |
FillAttributes
Interface for fill attributes.
|
interface |
LineAttributes
Interface for line attributes.
|
interface |
TextAttributes
Interface for text attributes.
|
Modifier and Type | Class and Description |
---|---|
class |
BasicGraphicAttributes
The basic attributes of any
BasicGraphicalElement . |
class |
ShapeAttributes
Basic attributes for shapes.
|
Modifier and Type | Method and Description |
---|---|
GraphicAttributes |
BasicGraphicalElement.getGraphicAttributes()
Returns the drawing attributes.
|
Constructor and Description |
---|
BasicGraphicalElement(GraphicAttributes attributes)
Creates an instance with the specified drawing attributes.
|
Oval(GraphPoint center,
double width,
double height,
GraphicAttributes attributes)
Creates a new instance.
|
Polygon(GraphicAttributes attributes,
boolean closed)
Creates an instance of the specified graphic attributes.
|
Rectangle(GraphPoint center,
double width,
double height,
GraphicAttributes attributes)
Creates a new instance.
|
Text(GraphPoint position,
String text,
GraphicAttributes attributes)
Creates an instance with the specified parameters.
|
Modifier and Type | Field and Description |
---|---|
protected GraphicAttributes |
AbstractSymbolFactory._attributes
Attributes of all symbols.
|
Modifier and Type | Method and Description |
---|---|
GraphicAttributes |
ShapeAttributesHint.getAttributes()
Returns the wrapped
ShapeAttributes instance. |
GraphicAttributes |
AttributesHint.getAttributes()
Returns the attributes value.
|
Modifier and Type | Method and Description |
---|---|
protected GraphicalElement |
SquareSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a
Rectangle . |
protected GraphicalElement |
CircleSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates a circle.
|
protected GraphicalElement |
BarFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Returns null because this method isn't needed but has to be
implemented.
|
protected abstract GraphicalElement |
AbstractSymbolFactory.createPlainSymbol(GraphPoint centerPosition,
double size,
GraphicAttributes attributes)
Creates the graphical element of the plain symbol.
|
protected Symbol |
BarFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a bar at the specified point.
|
protected Symbol |
AbstractSymbolFactory.createSymbol(GraphPoint point,
GraphicAttributes attributes,
Hint hintForNextPoint,
Hint hintFromPreviousCurve)
Creates a symbol.
|
GraphicalElement |
Legend.createSymbol(int curveIndex,
int numberOfCurves,
SymbolFactory factory,
boolean withLine,
GraphicAttributes lineAttributes)
Creates the symbol part of a legend symbol.
|
Copyright © 2016. All Rights Reserved.