Class StiComponentPainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
- Direct Known Subclasses:
StiBarCodePainter,StiChartPainter,StiCheckBoxPainter,StiContainerPainter,StiGaugePainter,StiLinePrimitivePainter,StiMapPainter,StiPdfDigitalSignaturePainter,StiShapePainter,StiSparklinePainter,StiTextPainter,StiViewPainter,StiZipCodePainter
StiComponent Painter
Copyright Stimulsoft-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoiddrawSelectedRectangle(StiGraphics g, Double size, StiBrush brush, StiRectangle rect) Draws a selected rectangle specified by a Rectangle structure.voidpaintBorder(StiComponent component, StiGraphics g, StiRectangle rect, Boolean topMost, Boolean isThumbPaint, Double zoom, Double pageZoom) Paint component bordervoidpaintConditions(StiComponent component, StiGraphics g, StiRectangle rect) Paints conditions of a component.voidpaintEvents(StiComponent component, StiGraphics g, StiRectangle rect) voidpaintInheritedImage(StiComponent component, StiGraphics g) voidpaintMarkers(StiComponent component, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paints a markers specified by a Rectangle structure.voidpaintOrderAndQuickInfo(StiComponent component, StiGraphics g, String number) Paints order numbers and quick info of a component.voidpaintQuickButtons(StiComponent component, StiGraphics g) Paints the QuickButtons.voidpaintSelection(StiComponent component, StiPaintArgs args) Paints the selection.Methods inherited from class com.stimulsoft.report.painters.StiPainter
getImage, getIndicatorPainter, getPainter, getShapePainter, paint
-
Constructor Details
-
StiComponentPainter
public StiComponentPainter()
-
-
Method Details
-
paintEvents
-
paintConditions
Paints conditions of a component. The Graphics to paint on. The rectangle. -
paintInheritedImage
-
paintOrderAndQuickInfo
Paints order numbers and quick info of a component. The Graphics to paint on. A number of the component order for painting. -
paintQuickButtons
Paints the QuickButtons. The Graphics to paint on. -
paintMarkers
public void paintMarkers(StiComponent component, StiGraphics g, StiRectangle rect, Double zoom, Double pageZoom) Paints a markers specified by a Rectangle structure. The Graphics to draw on. StiRectangle structure that represents the rectangle to draw markers.- Parameters:
component-StiComponentg-StiGraphicsrect-StiRectanglezoom-pageZoom-
-
paintBorder
public void paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, Boolean topMost, Boolean isThumbPaint, Double zoom, Double pageZoom) Paint component border- Parameters:
component-StiComponentg-StiGraphicsrect-StiRectangletopMost-isThumbPaint- if paint thumbnailzoom-pageZoom-
-
paintSelection
Paints the selection.- Parameters:
component-StiComponentargs-StiPaintArgs
-
drawSelectedRectangle
Draws a selected rectangle specified by a Rectangle structure.- Parameters:
size- The size of selected point.brush-StiBrushto draw selected point.rect-StiRectanglethe rectangle to draw selections.Graphics- to draw on.
-