| Package | Description |
|---|---|
| de.gsi.chart | |
| de.gsi.chart.axes | |
| de.gsi.chart.axes.spi | |
| de.gsi.chart.renderer.spi | |
| de.gsi.chart.ui | |
| de.gsi.chart.ui.geometry |
| Modifier and Type | Field and Description |
|---|---|
protected Map<Side,Pane> |
Chart.axesPane |
protected Map<Side,Pane> |
Chart.parameterDisplayPane |
protected Map<Side,Pane> |
Chart.titleLegendPane |
| Modifier and Type | Method and Description |
|---|---|
Side |
Chart.getLegendSide()
Gets the value of the property legendSide.
|
Side |
Chart.getMeasurementBarSide()
Gets the value of the property measurementBarSide.
|
Side |
Chart.getTitleSide()
Gets the value of the property titleSide.
|
Side |
Chart.getToolBarSide()
Gets the value of the property toolBarSide.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Side> |
Chart.legendSideProperty()
The side of the chart where the legend should be displayed default value Side.BOTTOM
|
ObjectProperty<Side> |
Chart.measurementBarSideProperty()
The side of the chart where the title is displayed default Side.TOP
|
ObjectProperty<Side> |
Chart.titleSideProperty()
The side of the chart where the title is displayed default Side.TOP
|
ObjectProperty<Side> |
Chart.toolBarSideProperty() |
| Modifier and Type | Method and Description |
|---|---|
protected void |
XYChart.axisSideChanged(ObservableValue<? extends Side> change,
Side oldValue,
Side newValue) |
Pane |
Chart.getAxesPane(Side side) |
Pane |
Chart.getMeasurementBar(Side side) |
Pane |
Chart.getTitleLegendPane(Side side) |
void |
Chart.setLegendSide(Side value)
Sets the value of the property legendSide.
|
void |
Chart.setMeasurementBarSide(Side value)
Sets the value of the property measurementBarSide.
|
void |
Chart.setTitleSide(Side value)
Sets the value of the property titleSide.
|
void |
Chart.setToolBarSide(Side value)
Sets the value of the property toolBarSide.
|
| Modifier and Type | Method and Description |
|---|---|
protected void |
XYChart.axisSideChanged(ObservableValue<? extends Side> change,
Side oldValue,
Side newValue) |
| Modifier and Type | Method and Description |
|---|---|
Side |
Axis.getSide() |
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Side> |
Axis.sideProperty() |
| Modifier and Type | Method and Description |
|---|---|
void |
Axis.setSide(Side newSide)
Sets the value of the property side.
|
| Modifier and Type | Method and Description |
|---|---|
Side |
AbstractAxisParameter.getSide()
Gets the value of the property side.
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Side> |
AbstractAxisParameter.sideProperty()
The side of the plot which this axis is being drawn on default axis orientation is BOTTOM, can be set latter to
another side
|
| Modifier and Type | Method and Description |
|---|---|
void |
AxisRange.setAxisLength(double length,
Side side)
Calculate a new scale for this axis.
|
void |
AbstractAxisParameter.setSide(Side value)
Sets the value of the property side.
|
| Modifier and Type | Field and Description |
|---|---|
protected ObjectProperty<Side> |
MetaDataRenderer.infoBoxSide |
| Modifier and Type | Method and Description |
|---|---|
Side |
MetaDataRenderer.getInfoBoxSide()
whether renderer should draw info box in Side side, ...
|
| Modifier and Type | Method and Description |
|---|---|
ObjectProperty<Side> |
MetaDataRenderer.infoBoxSideProperty()
whether renderer should draw info box in Side side, ...
|
| Modifier and Type | Method and Description |
|---|---|
MetaDataRenderer |
MetaDataRenderer.setInfoBoxSide(Side side)
whether renderer should draw info box in Side side, ...
|
| Modifier and Type | Method and Description |
|---|---|
ObservableMap<Side,Boolean> |
SidesPane.pinnedSideProperty()
Returns the pinned side property.
|
| Modifier and Type | Method and Description |
|---|---|
Boolean |
SidesPane.isPinned(Side side)
Returns the value of the pinned side property.
|
void |
SidesPane.setPinned(Side side,
Boolean stateState)
Sets the value of the pinned side property.
|
| Modifier and Type | Method and Description |
|---|---|
static Side |
Side.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Side[] |
Side.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.