public class StiComponentPainter extends StiPainter
StiComponent Painter
Copyright Stimulsoft| Constructor and Description |
|---|
StiComponentPainter() |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getImage, getIndicatorPainter, getPainter, getShapePainter, paintpublic 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 - StiComponentg - StiGraphicsrect - StiRectanglezoom - 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 - StiComponentg - StiGraphicsrect - StiRectangletopMost - isThumbPaint - if paint thumbnailzoom - pageZoom - public void paintSelection(StiComponent component, StiPaintArgs args)
component - StiComponentargs - StiPaintArgspublic 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.Copyright © 2019 Stimulsoft. All Rights Reserved.