Package de.gsi.chart.renderer.spi.utils
Class DefaultRenderColorScheme
- java.lang.Object
-
- de.gsi.chart.renderer.spi.utils.DefaultRenderColorScheme
-
public final class DefaultRenderColorScheme extends java.lang.Object
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDefaultRenderColorScheme.Palette
-
Field Summary
Fields Modifier and Type Field Description static javafx.collections.ObservableList<javafx.scene.paint.Color>ADOBEstatic javafx.collections.ObservableList<javafx.scene.paint.Color>DELLstatic javafx.collections.ObservableList<javafx.scene.paint.Color>EQUIDISTANTstatic javafx.collections.ObservableList<javafx.scene.paint.Color>MISCstatic javafx.collections.ObservableList<javafx.scene.paint.Color>TUNEVIEWER
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static javafx.beans.property.DoublePropertydefaultStrokeLineWidthProperty()static javafx.beans.property.ListProperty<javafx.scene.paint.Color>fillColorProperty()static javafx.beans.property.ListProperty<javafx.scene.paint.Paint>fillStylesProperty()static javafx.beans.property.ObjectProperty<javafx.scene.text.Font>fontProperty()static javafx.scene.paint.PaintgetFill(int index)static javafx.scene.paint.ColorgetFillColor(int index)static javafx.collections.ObservableList<javafx.scene.paint.Paint>getStandardFillStyle()static javafx.scene.paint.ColorgetStrokeColor(int index)static javafx.beans.property.DoublePropertyhatchShiftByIndexProperty()static javafx.beans.property.DoublePropertymarkerLineWidthProperty()static voidsetFillScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)static voidsetGraphicsContextAttributes(javafx.scene.canvas.GraphicsContext gc, java.lang.String style)static voidsetLineScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)static voidsetMarkerScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)static javafx.beans.property.ListProperty<javafx.scene.paint.Color>strokeColorProperty()
-
-
-
Field Detail
-
MISC
public static final javafx.collections.ObservableList<javafx.scene.paint.Color> MISC
-
ADOBE
public static final javafx.collections.ObservableList<javafx.scene.paint.Color> ADOBE
-
DELL
public static final javafx.collections.ObservableList<javafx.scene.paint.Color> DELL
-
EQUIDISTANT
public static final javafx.collections.ObservableList<javafx.scene.paint.Color> EQUIDISTANT
-
TUNEVIEWER
public static final javafx.collections.ObservableList<javafx.scene.paint.Color> TUNEVIEWER
-
-
Method Detail
-
defaultStrokeLineWidthProperty
public static javafx.beans.property.DoubleProperty defaultStrokeLineWidthProperty()
-
fillColorProperty
public static javafx.beans.property.ListProperty<javafx.scene.paint.Color> fillColorProperty()
-
fillStylesProperty
public static javafx.beans.property.ListProperty<javafx.scene.paint.Paint> fillStylesProperty()
-
fontProperty
public static javafx.beans.property.ObjectProperty<javafx.scene.text.Font> fontProperty()
-
getFill
public static javafx.scene.paint.Paint getFill(int index)
-
getFillColor
public static javafx.scene.paint.Color getFillColor(int index)
-
getStandardFillStyle
public static final javafx.collections.ObservableList<javafx.scene.paint.Paint> getStandardFillStyle()
-
getStrokeColor
public static javafx.scene.paint.Color getStrokeColor(int index)
-
hatchShiftByIndexProperty
public static javafx.beans.property.DoubleProperty hatchShiftByIndexProperty()
-
markerLineWidthProperty
public static javafx.beans.property.DoubleProperty markerLineWidthProperty()
-
setFillScheme
public static void setFillScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)
-
setGraphicsContextAttributes
public static void setGraphicsContextAttributes(javafx.scene.canvas.GraphicsContext gc, java.lang.String style)
-
setLineScheme
public static void setLineScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)
-
setMarkerScheme
public static void setMarkerScheme(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)
-
strokeColorProperty
public static javafx.beans.property.ListProperty<javafx.scene.paint.Color> strokeColorProperty()
-
-