Interface | Description |
---|---|
AnnotationExtension |
The AnnotationExtenstion interface defines the annotation capabilities added to an enhanced chart
type.
|
MarkerExtension |
The MarkerExtenstion interface defines the marker capabilities added to an enhanced chart type.
|
SubtitleExtension |
The SubtitleExtenstion interface defines the subtitle capabilities added to
an enhanced chart type.
|
XYAnnotation |
The XYAnnotation interface defines the annotations managed by the XYAnnotations object.
|
Class | Description |
---|---|
LogarithmicAxis |
A axis class that plots a logarithmic range of numbers with major tick marks
every "tickUnit".
|
MajorLogGridlines<X,Y> |
Major grid line support for logarithmic charts.
|
NumberTickUnit | |
NumericAxis |
Extensible (non-final) NumericAxis compatible with a JFree-style TickUnitSource.
|
Subtitle |
The Subtitle class adds the subtitle capability to a JavaFX chart.
|
TickUnit |
Immutable.
|
TickUnitSource |
A JFreeChart-based class used by the DateAxis and NumericAxis classes to
obtain a suitable
TickUnit . |
ValueMarker |
A JavaFX Chart Extension class that highlights a value on an XYChart's X
(domain) or Y (range) axis.
|
XYAnnotations |
JavaFX Chart Extension that adds text, line, image, and polygon annotations to an XYChart.
|
XYFieldAnnotation |
Similar to
XYPolygonAnnotation this annotation draws a polygon. |
XYImageAnnotation |
The XYImageAnnotation class draws image annotations on the foreground or background of an
XYChart.
|
XYLineAnnotation |
The XYLineAnnotation class draws line annotations on the foreground or background of an XYChart.
|
XYMarkers<X,Y> |
JavaFX Chart Extension that adds ValueMarkers to an XYChart.
|
XYPolygonAnnotation |
The XYPolygonAnnotation class draws polygon annotations on the foreground or background of an
XYChart.
|
XYTextAnnotation |
The XYTextAnnotation class draws text annotations on the foreground or background of an XYChart.
|
Enum | Description |
---|---|
XYAnnotations.Layer |
Defines the foreground and background annotation layers.
|
Copyright © 2016 Emxsys. All rights reserved.