Class StiChartPainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiChartPainter
Copyright Stimulsoft
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground) voidpaint(StiComponent component, StiPaintArgs e) Paint componentvoidpaintChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean topMost, boolean drawFormatting, boolean isThumnail) Methods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelectionMethods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter
-
Constructor Details
-
StiChartPainter
public StiChartPainter()
-
-
Method Details
-
drawChart
public void drawChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean useMargins, boolean useBackground) -
paintChart
public void paintChart(StiChart chart, StiGraphics g, StiRectangle rect, boolean topMost, boolean drawFormatting, boolean isThumnail) -
paint
Description copied from class:StiPainterPaint component- Overrides:
paintin classStiPainter- Parameters:
component-StiComponente-StiPaintArgs
-