Class StiContainerPainter
java.lang.Object
com.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
com.stimulsoft.report.painters.components.StiContainerPainter
- Direct Known Subclasses:
StiPagePainter
StiContainer Painter
Copyright Stimulsoft-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidpaint(StiComponent component, StiPaintArgs args) Paint componentvoidpaintColumns(StiContainer container, StiGraphics g) Paint container columnsvoidpaintComponents(StiContainer container, StiPaintArgs args) Paint conatiner componentsMethods 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
-
StiContainerPainter
public StiContainerPainter()
-
-
Method Details
-
paintColumns
Paint container columns- Parameters:
container-StiContainerg-StiGraphics
-
paintComponents
Paint conatiner components- Parameters:
container-args-StiPaintArgs
-
paint
Paint component- Overrides:
paintin classStiPainter- Parameters:
component-StiComponentargs-StiPaintArgs
-