D - java generics handling of DataSet for derived classes (needed for fluent design)public abstract class AbstractStylable<D extends DataSet> extends Object implements DataSet
| Modifier and Type | Method and Description |
|---|---|
String |
getStyle()
A string representation of the CSS style associated with this
specific
Node. |
protected D |
getThis() |
D |
setStyle(String style)
A string representation of the CSS style associated with this specific
DataSet. |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetDataCount, getDataCount, getDataLabel, getName, getStyle, getUndefValue, getValue, getX, getXIndex, getXMax, getXMin, getXValues, getY, getYIndex, getYMax, getYMin, getYValues, isAutoNotification, lock, setAutoNotifaction, unlockaddListener, invokeListener, invokeListener, removeListener, updateEventListenerprotected D getThis()
public String getStyle()
Node. This is analogous to the "style" attribute of an
HTML element. Note that, like the HTML style attribute, this
variable contains style properties and values and not the
selector portion of a style rule.public D setStyle(String style)
DataSetDataSet. This is analogous to the "style" attribute of an HTML
element. Note that, like the HTML style attribute, this variable contains
style properties and values and not the selector portion of a style rule.Copyright © 2019 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.