|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.painters.StiPainter
com.stimulsoft.report.painters.components.StiComponentPainter
public class StiComponentPainter
StiComponent
Painter
Copyright Stimulsoft
Constructor Summary | |
---|---|
StiComponentPainter()
|
Method Summary | |
---|---|
void |
drawSelectedRectangle(StiGraphics g,
java.lang.Double size,
StiBrush brush,
StiRectangle rect)
Draws a selected rectangle specified by a Rectangle structure. |
void |
paintBorder(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Boolean topMost,
java.lang.Boolean isThumbPaint,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paint component border |
void |
paintConditions(StiComponent component,
StiGraphics g,
StiRectangle rect)
Paints conditions of a component. |
void |
paintEvents(StiComponent component,
StiGraphics g,
StiRectangle rect)
|
void |
paintInheritedImage(StiComponent component,
StiGraphics g)
|
void |
paintMarkers(StiComponent component,
StiGraphics g,
StiRectangle rect,
java.lang.Double zoom,
java.lang.Double pageZoom)
Paints a markers specified by a Rectangle structure. |
void |
paintOrderAndQuickInfo(StiComponent component,
StiGraphics g,
java.lang.String number)
Paints order numbers and quick info of a component. |
void |
paintQuickButtons(StiComponent component,
StiGraphics g)
Paints the QuickButtons. |
void |
paintSelection(StiComponent component,
StiPaintArgs args)
Paints the selection. |
Methods inherited from class com.stimulsoft.report.painters.StiPainter |
---|
getImage, getIndicatorPainter, getPainter, getShapePainter, paint |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiComponentPainter()
Method Detail |
---|
public void paintEvents(StiComponent component, StiGraphics g, StiRectangle rect)
public void paintConditions(StiComponent component, StiGraphics g, StiRectangle rect)
public void paintInheritedImage(StiComponent component, StiGraphics g)
public void paintOrderAndQuickInfo(StiComponent component, StiGraphics g, java.lang.String number)
public void paintQuickButtons(StiComponent component, StiGraphics g)
public void paintMarkers(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Double zoom, java.lang.Double pageZoom)
component
- StiComponent
g
- StiGraphics
rect
- StiRectangle
zoom
- pageZoom
- public void paintBorder(StiComponent component, StiGraphics g, StiRectangle rect, java.lang.Boolean topMost, java.lang.Boolean isThumbPaint, java.lang.Double zoom, java.lang.Double pageZoom)
component
- StiComponent
g
- StiGraphics
rect
- StiRectangle
topMost
- isThumbPaint
- if paint thumbnailzoom
- pageZoom
- public void paintSelection(StiComponent component, StiPaintArgs args)
component
- StiComponent
args
- StiPaintArgs
public void drawSelectedRectangle(StiGraphics g, java.lang.Double size, StiBrush brush, StiRectangle rect)
Graphics
- to draw on.size
- The size of selected point.brush
- StiBrush
to draw selected point.rect
- StiRectangle
the rectangle to draw selections.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |