Package com.stimulsoft.report.painters
Class StiPaintArgs
java.lang.Object
com.stimulsoft.report.painters.StiPaintArgs
Class represent paint arguments
Copyright Stimulsoft
-
Constructor Summary
ConstructorsConstructorDescriptionConstructorStiPaintArgs(StiGraphics g, StiRectangle clipRectangle) ConstructorStiPaintArgs(StiGraphics g, Boolean thumbPaint) ConstructorStiPaintArgs(StiGraphics g, Integer segmentX, Integer segmentY) -
Method Summary
Modifier and TypeMethodDescriptionvoidaddClipRectangle(StiRectangle clipRectangle) Add clip rectanglevoidaddClipRectangles(List<StiRectangle> clipRectangles) Add clip rectanglesgetG()intersectsWith(StiRectangle rect) Intersects widthvoidsetDrawTopmostBorderSides(Boolean drawTopmostBorderSides) voidsetPaintRect(StiRectangle paintRect) voidShinf x\y
-
Constructor Details
-
StiPaintArgs
Constructor- Parameters:
g-clipRectangle-
-
StiPaintArgs
Constructor- Parameters:
g-
-
StiPaintArgs
Constructor- Parameters:
g-thumbPaint- is paint thumbnails
-
StiPaintArgs
-
-
Method Details
-
intersectsWith
Intersects width- Parameters:
rect-- Returns:
-
shift
Shinf x\y- Parameters:
x-y-
-
addClipRectangle
Add clip rectangle- Parameters:
clipRectangle-StiRectangle
-
addClipRectangles
Add clip rectangles- Parameters:
clipRectangles- List ofStiRectangle
-
getClipRectangles
- Returns:
- the clipRectangles
-
getG
- Returns:
- the g
-
getDrawTopmostBorderSides
- Returns:
- the drawTopmostBorderSides
-
setDrawTopmostBorderSides
- Parameters:
drawTopmostBorderSides- the drawTopmostBorderSides to set
-
getSegmentPrint
- Returns:
- the segmentPrint
-
getSegmentX
- Returns:
- the segmentX
-
getSegmentY
- Returns:
- the segmentY
-
isThumbPaint
- Returns:
- the isThumbPaint
-
getPaintRect
- Returns:
- the paintRect
-
setPaintRect
- Parameters:
paintRect- the paintRect to set
-