|
||||||||||
| 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
com.stimulsoft.report.painters.components.StiLinePrimitivePainter
public class StiLinePrimitivePainter
StiLinePrimitive Painter
Copyright Stimulsoft
| Constructor Summary | |
|---|---|
StiLinePrimitivePainter()
|
|
| Method Summary | |
|---|---|
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 |
| Methods inherited from class com.stimulsoft.report.painters.components.StiComponentPainter |
|---|
drawSelectedRectangle, paintBorder, paintConditions, paintEvents, paintInheritedImage, paintMarkers, paintOrderAndQuickInfo, paintQuickButtons, paintSelection |
| Methods inherited from class com.stimulsoft.report.painters.StiPainter |
|---|
getImage, getIndicatorPainter, getPainter, getShapePainter, paint |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public StiLinePrimitivePainter()
| Method Detail |
|---|
public 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)
StiPathCommand
path - List StiPathCommandx - y - size -
public void paintHighlight(StiComponent component,
StiPaintArgs args)
component - args - protected void checkRectForOverflow(StiRectangle rect)
rect - StiRectangle
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||