|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.painters.StiPainter
public class StiPainter
Base painter class, that paint components Copyright Stimulsoft
Constructor Summary | |
---|---|
StiPainter()
|
Method Summary | |
---|---|
java.awt.image.BufferedImage |
getImage(StiComponent component,
java.lang.Double pageZoom,
StiExportFormat format)
Create BufferedImage form StiComponent |
static StiIndicatorTypePainter |
getIndicatorPainter(StiIndicator componentType)
Retirn indicator painter by indicator component |
static StiPainter |
getPainter(StiComponent stiComponent)
Return painter for component |
static StiShapeTypePainter |
getShapePainter(StiShapeTypeService componentType)
Return Sti shape painter by StiShapeTypePainter |
void |
paint(StiComponent stiComponent,
StiPaintArgs e)
Paint component |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiPainter()
Method Detail |
---|
public java.awt.image.BufferedImage getImage(StiComponent component, java.lang.Double pageZoom, StiExportFormat format)
BufferedImage
form StiComponent
component
- StiComponent
pageZoom
- format
- StiExportFormat
BufferedImage
public static StiPainter getPainter(StiComponent stiComponent)
stiComponent
- StiComponent
public void paint(StiComponent stiComponent, StiPaintArgs e)
stiComponent
- StiComponent
e
- StiPaintArgs
public static StiIndicatorTypePainter getIndicatorPainter(StiIndicator componentType)
componentType
- StiIndicator
public static StiShapeTypePainter getShapePainter(StiShapeTypeService componentType)
StiShapeTypePainter
componentType
- StiShapeTypePainter
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |