StyleBase
instead.@Deprecated public abstract class SeriesStyleBase<T extends IRenderableSeries> extends StyleBase<IRenderableSeries> implements ISeriesStyle
Modifier | Constructor and Description |
---|---|
protected |
SeriesStyleBase(java.lang.Class<IRenderableSeries> renderableSeriesType)
Deprecated.
Creates a new instance of
SeriesStyleBase class. |
applyStyle, applyStyleInternal, discardStyle, discardStyleInternal, getPropertyValue, getStyleableObjectType, putPropertyValue
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
applyStyle, discardStyle, getStyleableObjectType
protected SeriesStyleBase(java.lang.Class<IRenderableSeries> renderableSeriesType)
SeriesStyleBase
class.renderableSeriesType
- The type of the target renderable series.