public class StiLinePrimitivePainter extends StiComponentPainter
StiLinePrimitive Painter
Copyright Stimulsoft| Constructor and Description |
|---|
StiLinePrimitivePainter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDotToPath(java.util.List<StiPathCommand> path,
java.lang.Double x,
java.lang.Double y,
java.lang.Double size)
Add dot to List
StiPathCommand |
protected void |
checkRectForOverflow(StiRectangle rect)
Chack rect overflow for rectangle
|
void |
drawDot(StiGraphics g,
StiPen pen,
java.lang.Double x,
java.lang.Double y,
java.lang.Double size,
java.lang.Double zoom,
java.lang.Double pageZoom)
Draw dot with given values
|
void |
paintHighlight(StiComponent component,
StiPaintArgs args)
Paint highlites
|
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelectiongetImage, getIndicatorPainter, getPainter, getShapePainter, paintpublic void drawDot(StiGraphics g, StiPen pen, java.lang.Double x, java.lang.Double y, java.lang.Double size, java.lang.Double zoom, java.lang.Double pageZoom)
g - StiGraphicspen - StiPenx - y - size - zoom - pageZoom - public void addDotToPath(java.util.List<StiPathCommand> path, java.lang.Double x, java.lang.Double y, java.lang.Double size)
StiPathCommandpath - List StiPathCommandx - y - size - public void paintHighlight(StiComponent component, StiPaintArgs args)
component - args - protected void checkRectForOverflow(StiRectangle rect)
rect - StiRectangleCopyright © 2019 Stimulsoft. All Rights Reserved.