public abstract class AbstractMetaDataRendererParameter<R extends AbstractMetaDataRendererParameter<R>> extends Object
| Type | Property and Description |
|---|---|
BooleanProperty |
showErrorMessages |
BooleanProperty |
showInfoMessages |
BooleanProperty |
showWarningMessages |
StringProperty |
style |
| Modifier and Type | Field and Description |
|---|---|
protected static String |
DEFAULT_FONT |
protected static int |
DEFAULT_FONT_SIZE |
protected static double[] |
DEFAULT_GRID_DASH_PATTERM |
protected static Color |
DEFAULT_GRID_LINE_COLOR |
protected static double |
DEFAULT_GRID_LINE_WIDTH |
protected DoubleProperty |
iconSize |
protected Image |
imgIconError |
protected Image |
imgIconInfo |
protected Image |
imgIconWarning |
protected BooleanProperty |
showErrorMessages |
protected BooleanProperty |
showInfoMessages |
protected BooleanProperty |
showWarningMessages |
protected Paint |
strokeColorMarker |
protected double[] |
strokeDashPattern |
protected double |
strokeLineWidthMarker |
protected StringProperty |
style |
protected static String |
STYLE_CLASS_LABELLED_MARKER |
| Constructor and Description |
|---|
AbstractMetaDataRendererParameter() |
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle()
Gets the value of the property style.
|
protected abstract R |
getThis() |
boolean |
isShowErrorMessages()
Gets the value of the property showErrorMessages.
|
boolean |
isShowInfoMessages()
Gets the value of the property showInfoMessages.
|
boolean |
isShowWarningMessages()
Gets the value of the property showWarningMessages.
|
void |
setshowErrorMessages(boolean state) |
void |
setshowInfoMessages(boolean state) |
void |
setshowWarningMessages(boolean state) |
R |
setStyle(String newStyle) |
BooleanProperty |
showErrorMessagesProperty() |
BooleanProperty |
showInfoMessagesProperty() |
BooleanProperty |
showWarningMessagesProperty() |
StringProperty |
styleProperty() |
R |
updateCSS() |
public BooleanProperty showErrorMessagesProperty
isShowErrorMessages()public BooleanProperty showInfoMessagesProperty
isShowInfoMessages()public BooleanProperty showWarningMessagesProperty
isShowWarningMessages()public StringProperty styleProperty
getStyle()protected static final String STYLE_CLASS_LABELLED_MARKER
protected static final String DEFAULT_FONT
protected static final int DEFAULT_FONT_SIZE
protected static final Color DEFAULT_GRID_LINE_COLOR
protected static final double DEFAULT_GRID_LINE_WIDTH
protected static final double[] DEFAULT_GRID_DASH_PATTERM
protected final StringProperty style
protected Paint strokeColorMarker
protected double strokeLineWidthMarker
protected double[] strokeDashPattern
protected Image imgIconInfo
protected Image imgIconWarning
protected Image imgIconError
protected final DoubleProperty iconSize
protected final BooleanProperty showInfoMessages
protected final BooleanProperty showWarningMessages
protected final BooleanProperty showErrorMessages
public String getStyle()
protected abstract R getThis()
public boolean isShowErrorMessages()
public boolean isShowInfoMessages()
public boolean isShowWarningMessages()
public void setshowErrorMessages(boolean state)
public void setshowInfoMessages(boolean state)
public void setshowWarningMessages(boolean state)
public BooleanProperty showErrorMessagesProperty()
isShowErrorMessages()public BooleanProperty showInfoMessagesProperty()
isShowInfoMessages()public BooleanProperty showWarningMessagesProperty()
isShowWarningMessages()public StringProperty styleProperty()
getStyle()public final R updateCSS()
Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.