-
public class RenderStack.StackElement<SeriesType extends Series, FormatterType extends Formatter>
An element on the render stack.
-
-
Field Summary
Fields Modifier and Type Field Description private boolean
isEnabled
-
Constructor Summary
Constructors Constructor Description RenderStack.StackElement(SeriesBundle<SeriesType, FormatterType> seriesBundle)
-
Method Summary
Modifier and Type Method Description boolean
isEnabled()
SeriesBundle<SeriesType, FormatterType>
get()
void
set(SeriesBundle<SeriesType, FormatterType> seriesBundle)
void
setEnabled(boolean isEnabled)
Enable or disable a stack element for rendering. -
-
Constructor Detail
-
RenderStack.StackElement
RenderStack.StackElement(SeriesBundle<SeriesType, FormatterType> seriesBundle)
-
-
Method Detail
-
isEnabled
boolean isEnabled()
-
get
SeriesBundle<SeriesType, FormatterType> get()
-
set
void set(SeriesBundle<SeriesType, FormatterType> seriesBundle)
-
setEnabled
void setEnabled(boolean isEnabled)
Enable or disable a stack element for rendering. Has no effect on StackElements thathave already been rendered.
-
-
-
-