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, waitget, getAxisDescription, getAxisDescriptions, getDataCount, getDataCount, getDataLabel, getDimension, getIndex, getName, getStyle, getValue, getValues, lock, recomputeLimitsaddListener, autoNotification, invokeListener, invokeListener, invokeListener, isAutoNotification, removeListener, updateEventListenerpublic 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.protected D getThis()
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 © 2020 GSI Helmholtzzentrum für Schwerionenforschung GmbH. All rights reserved.