Interface ChartPart
-
- All Known Implementing Classes:
Annotation,AnnotationImage,AnnotationLine,AnnotationText,AnnotationTextPanel,Axis,AxisPair,AxisTick,AxisTickLabels,AxisTickMarks,AxisTitle,ChartButton,ChartTitle,ChartZoom,Cursor,Legend_,Legend_Bubble,Legend_HeatMap,Legend_Marker,Legend_OHLC,Legend_Pie,Plot_,Plot_AxesChart,Plot_Box,Plot_Bubble,Plot_Category,Plot_Circular,Plot_Dial,Plot_HeatMap,Plot_OHLC,Plot_Pie,Plot_Radar,Plot_XY,PlotContent_,PlotContent_Box,PlotContent_Bubble,PlotContent_Category_Bar,PlotContent_Dial,PlotContent_HeatMap,PlotContent_OHLC,PlotContent_Pie,PlotContent_Radar,PlotContent_XY,PlotSurface_,PlotSurface_AxesChart,PlotSurface_Pie,ToolTips
public interface ChartPartAll components of a chart that need to be painted should implement this interface
-
-
Field Summary
Fields Modifier and Type Field Description static java.awt.BasicStrokeSOLID_STROKE
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.awt.geom.Rectangle2DgetBounds()voidpaint(java.awt.Graphics2D g)
-