Class Legend_Marker<ST extends Styler,S extends MarkerSeries>
- java.lang.Object
-
- org.knowm.xchart.internal.chartpart.Legend_<ST,S>
-
- org.knowm.xchart.internal.chartpart.Legend_Marker<ST,S>
-
- All Implemented Interfaces:
ChartPart
public class Legend_Marker<ST extends Styler,S extends MarkerSeries> extends Legend_<ST,S>
-
-
Field Summary
Fields Modifier and Type Field Description private STaxesChartStyler-
Fields inherited from class org.knowm.xchart.internal.chartpart.Legend_
BOX_OUTLINE_WIDTH, BOX_SIZE, chart, xOffset, yOffset
-
Fields inherited from interface org.knowm.xchart.internal.chartpart.ChartPart
SOLID_STROKE
-
-
Constructor Summary
Constructors Constructor Description Legend_Marker(Chart<ST,S> chart)Constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voiddoPaint(java.awt.Graphics2D g)doublegetSeriesLegendRenderGraphicHeight(S series)-
Methods inherited from class org.knowm.xchart.internal.chartpart.Legend_
getBounds, getLegendEntryHeight, getLegendEntryWidth, getSeriesTextBounds, paint, paintSeriesText
-
-
-
-
Method Detail
-
doPaint
public void doPaint(java.awt.Graphics2D g)
-
getSeriesLegendRenderGraphicHeight
public double getSeriesLegendRenderGraphicHeight(S series)
- Specified by:
getSeriesLegendRenderGraphicHeightin classLegend_<ST extends Styler,S extends MarkerSeries>
-
-