Class DefaultRenderColorScheme


  • public final class DefaultRenderColorScheme
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static javafx.collections.ObservableList<javafx.scene.paint.Color> ADOBE  
      static javafx.collections.ObservableList<javafx.scene.paint.Color> DELL  
      static javafx.collections.ObservableList<javafx.scene.paint.Color> EQUIDISTANT  
      static javafx.collections.ObservableList<javafx.scene.paint.Color> MISC  
      static 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.DoubleProperty defaultStrokeLineWidthProperty()  
      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.Paint getFill​(int index)  
      static javafx.scene.paint.Color getFillColor​(int index)  
      static javafx.collections.ObservableList<javafx.scene.paint.Paint> getStandardFillStyle()  
      static javafx.scene.paint.Color getStrokeColor​(int index)  
      static javafx.beans.property.DoubleProperty hatchShiftByIndexProperty()  
      static javafx.beans.property.DoubleProperty markerLineWidthProperty()  
      static void setFillScheme​(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)  
      static void setGraphicsContextAttributes​(javafx.scene.canvas.GraphicsContext gc, java.lang.String style)  
      static void setLineScheme​(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)  
      static void setMarkerScheme​(javafx.scene.canvas.GraphicsContext gc, java.lang.String defaultStyle, int dsIndex)  
      static javafx.beans.property.ListProperty<javafx.scene.paint.Color> strokeColorProperty()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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()