| Package | Description |
|---|---|
| de.gsi.chart | |
| de.gsi.chart.axes.spi | |
| de.gsi.chart.axes.spi.format | |
| de.gsi.chart.axes.spi.transforms | |
| de.gsi.chart.plugins | |
| de.gsi.chart.renderer | |
| de.gsi.chart.renderer.spi | |
| de.gsi.chart.utils |
| Modifier and Type | Field and Description |
|---|---|
protected ListChangeListener<Axis> |
Chart.axesChangeListener |
protected ListChangeListener<Axis> |
Chart.axesChangeListenerLocal |
protected ObservableList<Axis> |
Chart.axesList |
| Modifier and Type | Method and Description |
|---|---|
Axis |
Chart.getFirstAxis(Orientation orientation) |
Axis |
XYChart.getXAxis()
Returns the x axis.
|
Axis |
XYChart.getYAxis()
Returns the y axis.
|
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Axis> |
Chart.getAxes() |
| Modifier and Type | Method and Description |
|---|---|
protected List<DataSet> |
XYChart.getDataSetForAxis(Axis axis) |
boolean |
Chart.removeFromAllAxesPanes(Axis node) |
protected static void |
XYChart.updateNumericAxis(Axis axis,
List<DataSet> dataSets) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XYChart.axesChanged(ListChangeListener.Change<? extends Axis> change)
add XYChart specific axis handling (ie.
|
protected abstract void |
Chart.axesChanged(ListChangeListener.Change<? extends Axis> change)
add Chart specific axis handling (ie.
|
protected void |
Chart.axesChangedLocal(ListChangeListener.Change<? extends Axis> change)
add Chart specific axis handling (ie.
|
| Constructor and Description |
|---|
XYChart(Axis xAxis,
Axis yAxis)
Construct a new XYChart with the given axes.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractAxis |
class |
AbstractAxisParameter
Class containing the properties, getters and setters for the AbstractNumericAxis class
|
class |
CategoryAxis
A axis implementation that will works on string categories where each value as a unique category(tick mark) along the
axis.
|
class |
ColorGradientAxis
An Axis with a color gradient e.g.
|
class |
DefaultNumericAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
class |
LinearAxis |
class |
LogarithmicAxis |
class |
NumericAxis
A axis class that plots a range of numbers with major tick marks every "tickUnit".
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
Axes.hasBoundedRange(Axis axis)
|
static boolean |
Axes.isCategoryAxis(Axis axis)
Returns
true if given axis is an instance of CategoryAxis. |
| Constructor and Description |
|---|
AbstractFormatter(Axis axis)
Construct a DefaultFormatter for the given NumberAxis
|
DefaultFormatter(Axis axis)
Construct a DefaultFormatter for the given NumberAxis
|
DefaultFormatter(Axis axis,
String prefix,
String suffix)
Construct a DefaultFormatter for the given NumberAxis with a prefix and/or suffix.
|
DefaultLogFormatter(Axis axis)
Construct a DefaultFormatter for the given NumberAxis
|
DefaultTimeFormatter(Axis axis)
Construct a DefaultFormatter for the given NumberAxis
|
SimpleFormatter(Axis axis)
Construct a DefaultFormatter for the given NumberAxis
|
SimpleFormatter(Axis axis,
String prefix,
String suffix)
Construct a DefaultFormatter for the given NumberAxis with a prefix and/or suffix.
|
| Modifier and Type | Field and Description |
|---|---|
protected Axis |
AbstractAxisTransform.axis |
| Constructor and Description |
|---|
AbstractAxisTransform(Axis axis) |
DefaultAxisTransform(Axis axis) |
LogarithmicAxisTransform(Axis axis) |
LogarithmicTimeAxisTransform(Axis axis) |
| Modifier and Type | Method and Description |
|---|---|
protected Axis |
AbstractValueIndicator.getNumericAxis()
Returns the ValueAxis that this indicator is associated with.
|
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Axis> |
Zoomer.omitAxisZoomList() |
| Modifier and Type | Method and Description |
|---|---|
void |
Zoomer.clear(Axis axis)
Clears the stack of zoom states saved during zoom-in operations for a specific given axis.
|
protected void |
EditDataSet.findDataPoint(Axis xAxis,
Axis yAxis,
List<DataSet> dataSets) |
static boolean |
Zoomer.isOmitZoom(Axis axis) |
static void |
Zoomer.setOmitZoom(Axis axis,
boolean state) |
protected Tuple<Number,Number> |
ChartPlugin.toDataPoint(Axis yAxis,
Point2D displayPoint)
Converts given display point within the plot area coordinates to the corresponding data point within data
coordinates.
|
protected Point2D |
ChartPlugin.toDisplayPoint(Axis yAxis,
double x,
double y)
Converts given point in data coordinates to a point in display coordinates.
|
| Constructor and Description |
|---|
AbstractRangeValueIndicator(Axis axis,
double lowerBound,
double upperBound,
String text)
Creates a new instance of the indicator.
|
AbstractSingleValueIndicator(Axis axis,
double value,
String text)
Creates a new instance of AbstractSingleValueIndicator.
|
AbstractValueIndicator(Axis axis,
String text)
Creates a new instance of the indicator.
|
XRangeIndicator(Axis axis,
double lowerBound,
double upperBound)
Creates a new instance of the indicator.
|
XRangeIndicator(Axis axis,
double lowerBound,
double upperBound,
String text)
Creates a new instance of the indicator.
|
XValueIndicator(Axis axis,
double value)
Creates a new instance of the indicator.
|
XValueIndicator(Axis axis,
double value,
String text)
Creates a new instance of the indicator.
|
YRangeIndicator(Axis axis,
double lowerBound,
double upperBound)
Creates a new instance that indicates given Y range of the specified Y axis.
|
YRangeIndicator(Axis axis,
double lowerBound,
double upperBound,
String text)
Creates a new instance that indicates given Y range.
|
YValueIndicator(Axis axis,
double value)
Creates a new instance indicating given Y value belonging to the specified
yAxis. |
YValueIndicator(Axis axis,
double value,
String text)
Creates a new instance indicating given Y value belonging to the specified
yAxis, with the specified
label. |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Axis> |
Renderer.getAxes() |
| Modifier and Type | Field and Description |
|---|---|
protected ObservableList<Axis> |
GridRenderer.axesList |
| Modifier and Type | Method and Description |
|---|---|
Axis |
AbstractDataSetManagement.getFirstAxis(Orientation orientation) |
Axis |
ContourDataSetRenderer.getZAxis() |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<Axis> |
AbstractDataSetManagement.getAxes() |
ObservableList<Axis> |
MetaDataRenderer.getAxes() |
ObservableList<Axis> |
GridRenderer.getAxes() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
GridRenderer.drawHorizontalMajorGridLines(GraphicsContext gc,
Axis yAxis,
double xAxisWidthSnapped,
double yAxisHeight) |
protected void |
GridRenderer.drawHorizontalMinorGridLines(GraphicsContext gc,
Axis yAxis,
double xAxisWidthSnapped,
double yAxisHeight) |
protected void |
GridRenderer.drawPolarCircle(GraphicsContext gc,
Axis yAxis,
double yRange,
double xCentre,
double yCentre,
double maxRadius) |
protected void |
GridRenderer.drawVerticalMajorGridLines(GraphicsContext gc,
Axis xAxis,
double xAxisWidth,
double yAxisHeightSnapped) |
protected void |
GridRenderer.drawVerticalMinorGridLines(GraphicsContext gc,
Axis xAxis,
double xAxisWidth,
double yAxisHeightSnapped) |
protected void |
ContourDataSetRenderer.layoutZAxis(Axis zAxis,
de.gsi.chart.renderer.spi.ContourDataSetRenderer.Cache lCache) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
HistoryDataSetRenderer.axisChanged(ListChangeListener.Change<? extends Axis> change) |
| Modifier and Type | Method and Description |
|---|---|
void |
AxisSynchronizer.add(Axis axis) |
void |
AxisSynchronizer.remove(Axis axis) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.