Class AbstractMetaDataRendererParameter<R extends AbstractMetaDataRendererParameter<R>>

  • Direct Known Subclasses:
    MetaDataRenderer

    public abstract class AbstractMetaDataRendererParameter<R extends AbstractMetaDataRendererParameter<R>>
    extends java.lang.Object
    • Field Detail

      • STYLE_CLASS_LABELLED_MARKER

        protected static final java.lang.String STYLE_CLASS_LABELLED_MARKER
        See Also:
        Constant Field Values
      • DEFAULT_GRID_LINE_COLOR

        protected static final javafx.scene.paint.Color DEFAULT_GRID_LINE_COLOR
      • DEFAULT_GRID_LINE_WIDTH

        protected static final double DEFAULT_GRID_LINE_WIDTH
        See Also:
        Constant Field Values
      • DEFAULT_GRID_DASH_PATTERM

        protected static final double[] DEFAULT_GRID_DASH_PATTERM
      • style

        protected final javafx.beans.property.StringProperty style
      • strokeColorMarker

        protected javafx.scene.paint.Paint strokeColorMarker
      • strokeLineWidthMarker

        protected double strokeLineWidthMarker
      • strokeDashPattern

        protected double[] strokeDashPattern
      • iconInfo

        protected javafx.scene.Node iconInfo
      • iconWarning

        protected javafx.scene.Node iconWarning
      • iconError

        protected javafx.scene.Node iconError
      • iconSize

        protected final javafx.beans.property.DoubleProperty iconSize
      • showInfoMessages

        protected final javafx.beans.property.BooleanProperty showInfoMessages
      • showWarningMessages

        protected final javafx.beans.property.BooleanProperty showWarningMessages
      • showErrorMessages

        protected final javafx.beans.property.BooleanProperty showErrorMessages
    • Constructor Detail

      • AbstractMetaDataRendererParameter

        public AbstractMetaDataRendererParameter()
    • Method Detail

      • getStyle

        public java.lang.String getStyle()
      • getThis

        protected abstract R getThis()
        Returns:
        the instance of this AbstractMetaDataRendererParameter.
      • isShowErrorMessages

        public boolean isShowErrorMessages()
      • isShowInfoMessages

        public boolean isShowInfoMessages()
      • isShowWarningMessages

        public boolean isShowWarningMessages()
      • setshowErrorMessages

        public void setshowErrorMessages​(boolean state)
      • setshowInfoMessages

        public void setshowInfoMessages​(boolean state)
      • setshowWarningMessages

        public void setshowWarningMessages​(boolean state)
      • setStyle

        public R setStyle​(java.lang.String newStyle)
      • showErrorMessagesProperty

        public javafx.beans.property.BooleanProperty showErrorMessagesProperty()
      • showInfoMessagesProperty

        public javafx.beans.property.BooleanProperty showInfoMessagesProperty()
      • showWarningMessagesProperty

        public javafx.beans.property.BooleanProperty showWarningMessagesProperty()
      • styleProperty

        public javafx.beans.property.StringProperty styleProperty()
      • updateCSS

        public final R updateCSS()