| Package | Description |
|---|---|
| de.gsi.chart.axes | |
| de.gsi.chart.axes.spi |
| Modifier and Type | Method and Description |
|---|---|
ObservableList<TickMark> |
Axis.getMinorTickMarks() |
ObservableList<TickMark> |
Axis.getTickMarks() |
| Modifier and Type | Field and Description |
|---|---|
protected ObservableList<TickMark> |
AbstractAxisParameter.majorTickMarks |
protected ObservableList<TickMark> |
AbstractAxisParameter.minorTickMarks |
protected WeakHashMap<Double,TickMark> |
AbstractAxis.tickMarkDoubleCache |
protected WeakHashMap<String,TickMark> |
AbstractAxis.tickMarkStringCache |
| Modifier and Type | Method and Description |
|---|---|
TickMark |
AbstractAxis.getNewTickMark(Double tickValue,
Double tickPosition,
String tickMarkLabel) |
| Modifier and Type | Method and Description |
|---|---|
protected List<TickMark> |
AbstractAxis.computeTickMarks(AxisRange range,
boolean majorTickMark) |
ObservableList<TickMark> |
AbstractAxisParameter.getMinorTickMarks() |
ObservableList<TickMark> |
AbstractAxisParameter.getTickMarks() |
| Modifier and Type | Method and Description |
|---|---|
protected static void |
AbstractAxis.drawTickMarkLabel(GraphicsContext gc,
double x,
double y,
double rotation,
TickMark tickMark) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractAxis.drawAxisLabel(GraphicsContext gc,
double axisWidth,
double axisHeight,
Text axisName,
ObservableList<TickMark> tickMarks,
double tickLength) |
protected void |
AbstractAxis.drawTickLabels(GraphicsContext gc,
double axisWidth,
double axisHeight,
ObservableList<TickMark> tickMarks,
double tickLength) |
protected void |
AbstractAxis.drawTickMarks(GraphicsContext gc,
double axisLength,
double axisWidth,
double axisHeight,
ObservableList<TickMark> tickMarks,
double tickLength,
Path tickStyle) |
protected static double |
AbstractAxis.getMaxTickLabelHeight(List<TickMark> tickMarks) |
protected static double |
AbstractAxis.getMaxTickLabelWidth(List<TickMark> tickMarks) |
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.