public final class DefaultRenderColorScheme extends Object
| Type | Property and Description |
|---|---|
static DoubleProperty |
defaultStrokeLineWidth |
static ListProperty<Color> |
fillColor |
static ListProperty<Paint> |
fillStyles |
static ObjectProperty<Font> |
font |
static DoubleProperty |
hatchShiftByIndex |
static DoubleProperty |
markerLineWidth |
static ListProperty<Color> |
strokeColor |
| Modifier and Type | Class and Description |
|---|---|
static class |
DefaultRenderColorScheme.Palette |
| Modifier and Type | Field and Description |
|---|---|
static ObservableList<Color> |
ADOBE |
static ObservableList<Color> |
DELL |
static ObservableList<Color> |
EQUIDISTANT |
static ObservableList<Color> |
MISC |
static ObservableList<Color> |
TUNEVIEWER |
| Modifier and Type | Method and Description |
|---|---|
static DoubleProperty |
defaultStrokeLineWidthProperty() |
static ListProperty<Color> |
fillColorProperty() |
static ListProperty<Paint> |
fillStylesProperty() |
static ObjectProperty<Font> |
fontProperty() |
static Paint |
getFill(int index) |
static Color |
getFillColor(int index) |
static ObservableList<Paint> |
getStandardFillStyle() |
static Color |
getStrokeColor(int index) |
static DoubleProperty |
hatchShiftByIndexProperty() |
static DoubleProperty |
markerLineWidthProperty() |
static void |
setFillScheme(GraphicsContext gc,
String defaultStyle,
int dsIndex) |
static void |
setGraphicsContextAttributes(GraphicsContext gc,
String style) |
static void |
setLineScheme(GraphicsContext gc,
String defaultStyle,
int dsIndex) |
static void |
setMarkerScheme(GraphicsContext gc,
String defaultStyle,
int dsIndex) |
static ListProperty<Color> |
strokeColorProperty() |
public static DoubleProperty defaultStrokeLineWidthProperty
public static ListProperty<Color> fillColorProperty
public static ListProperty<Paint> fillStylesProperty
public static ObjectProperty<Font> fontProperty
public static DoubleProperty hatchShiftByIndexProperty
public static DoubleProperty markerLineWidthProperty
public static ListProperty<Color> strokeColorProperty
public static final ObservableList<Color> MISC
public static final ObservableList<Color> ADOBE
public static final ObservableList<Color> DELL
public static final ObservableList<Color> EQUIDISTANT
public static final ObservableList<Color> TUNEVIEWER
public static DoubleProperty defaultStrokeLineWidthProperty()
public static ListProperty<Color> fillColorProperty()
public static ListProperty<Paint> fillStylesProperty()
public static ObjectProperty<Font> fontProperty()
public static Paint getFill(int index)
public static Color getFillColor(int index)
public static final ObservableList<Paint> getStandardFillStyle()
public static Color getStrokeColor(int index)
public static DoubleProperty hatchShiftByIndexProperty()
public static DoubleProperty markerLineWidthProperty()
public static void setFillScheme(GraphicsContext gc, String defaultStyle, int dsIndex)
public static void setGraphicsContextAttributes(GraphicsContext gc, String style)
public static void setLineScheme(GraphicsContext gc, String defaultStyle, int dsIndex)
public static void setMarkerScheme(GraphicsContext gc, String defaultStyle, int dsIndex)
public static ListProperty<Color> strokeColorProperty()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.