Class PlotContent_Bubble<ST extends BubbleStyler,S extends BubbleSeries>
- java.lang.Object
-
- org.knowm.xchart.internal.chartpart.PlotContent_<ST,S>
-
- org.knowm.xchart.internal.chartpart.PlotContent_Bubble<ST,S>
-
- All Implemented Interfaces:
ChartPart
public class PlotContent_Bubble<ST extends BubbleStyler,S extends BubbleSeries> extends PlotContent_<ST,S>
-
-
Field Summary
Fields Modifier and Type Field Description private STstylerBubble-
Fields inherited from class org.knowm.xchart.internal.chartpart.PlotContent_
chart, chartZoom, ERROR_BAR_STROKE, toolTips
-
Fields inherited from interface org.knowm.xchart.internal.chartpart.ChartPart
SOLID_STROKE
-
-
Constructor Summary
Constructors Constructor Description PlotContent_Bubble(Chart<ST,S> chart)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPaint(java.awt.Graphics2D g)-
Methods inherited from class org.knowm.xchart.internal.chartpart.PlotContent_
closePath, getBounds, paint, setChartZoom, setToolTips
-
-
-
-
Field Detail
-
stylerBubble
private final ST extends BubbleStyler stylerBubble
-
-
Method Detail
-
doPaint
public void doPaint(java.awt.Graphics2D g)
- Specified by:
doPaintin classPlotContent_<ST extends BubbleStyler,S extends BubbleSeries>
-
-