Package de.gsi.chart.renderer.spi
Class AbstractMetaDataRendererParameter<R extends AbstractMetaDataRendererParameter<R>>
- java.lang.Object
-
- de.gsi.chart.renderer.spi.AbstractMetaDataRendererParameter<R>
-
- Direct Known Subclasses:
MetaDataRenderer
public abstract class AbstractMetaDataRendererParameter<R extends AbstractMetaDataRendererParameter<R>> extends java.lang.Object
-
-
Field Summary
Fields Modifier and Type Field Description protected static java.lang.StringDEFAULT_FONTprotected static intDEFAULT_FONT_SIZEprotected static double[]DEFAULT_GRID_DASH_PATTERMprotected static javafx.scene.paint.ColorDEFAULT_GRID_LINE_COLORprotected static doubleDEFAULT_GRID_LINE_WIDTHprotected javafx.beans.property.DoublePropertyiconSizeprotected javafx.scene.image.ImageimgIconErrorprotected javafx.scene.image.ImageimgIconInfoprotected javafx.scene.image.ImageimgIconWarningprotected javafx.beans.property.BooleanPropertyshowErrorMessagesprotected javafx.beans.property.BooleanPropertyshowInfoMessagesprotected javafx.beans.property.BooleanPropertyshowWarningMessagesprotected javafx.scene.paint.PaintstrokeColorMarkerprotected double[]strokeDashPatternprotected doublestrokeLineWidthMarkerprotected javafx.beans.property.StringPropertystyleprotected static java.lang.StringSTYLE_CLASS_LABELLED_MARKER
-
Constructor Summary
Constructors Constructor Description AbstractMetaDataRendererParameter()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description java.lang.StringgetStyle()protected abstract RgetThis()booleanisShowErrorMessages()booleanisShowInfoMessages()booleanisShowWarningMessages()voidsetshowErrorMessages(boolean state)voidsetshowInfoMessages(boolean state)voidsetshowWarningMessages(boolean state)RsetStyle(java.lang.String newStyle)javafx.beans.property.BooleanPropertyshowErrorMessagesProperty()javafx.beans.property.BooleanPropertyshowInfoMessagesProperty()javafx.beans.property.BooleanPropertyshowWarningMessagesProperty()javafx.beans.property.StringPropertystyleProperty()RupdateCSS()
-
-
-
Field Detail
-
STYLE_CLASS_LABELLED_MARKER
protected static final java.lang.String STYLE_CLASS_LABELLED_MARKER
- See Also:
- Constant Field Values
-
DEFAULT_FONT
protected static final java.lang.String DEFAULT_FONT
- See Also:
- Constant Field Values
-
DEFAULT_FONT_SIZE
protected static final int DEFAULT_FONT_SIZE
- 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
-
imgIconInfo
protected javafx.scene.image.Image imgIconInfo
-
imgIconWarning
protected javafx.scene.image.Image imgIconWarning
-
imgIconError
protected javafx.scene.image.Image imgIconError
-
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
-
-
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()
-
-