|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.report.painters.StiPaintArgs
public class StiPaintArgs
Class represent paint arguments Copyright Stimulsoft
Constructor Summary | |
---|---|
StiPaintArgs(StiGraphics g)
Constructor |
|
StiPaintArgs(StiGraphics g,
java.lang.Boolean thumbPaint)
Constructor |
|
StiPaintArgs(StiGraphics g,
java.lang.Integer segmentX,
java.lang.Integer segmentY)
|
|
StiPaintArgs(StiGraphics g,
StiRectangle clipRectangle)
Constructor |
Method Summary | |
---|---|
void |
addClipRectangle(StiRectangle clipRectangle)
Add clip rectangle |
void |
addClipRectangles(java.util.List<StiRectangle> clipRectangles)
Add clip rectangles |
java.util.List<StiRectangle> |
getClipRectangles()
|
java.lang.Boolean |
getDrawTopmostBorderSides()
|
StiGraphics |
getG()
|
java.lang.Boolean |
getSegmentPrint()
|
java.lang.Integer |
getSegmentX()
|
java.lang.Integer |
getSegmentY()
|
java.lang.Boolean |
intersectsWith(StiRectangle rect)
Intersects width |
java.lang.Boolean |
isThumbPaint()
|
void |
setDrawTopmostBorderSides(java.lang.Boolean drawTopmostBorderSides)
|
void |
shift(java.lang.Integer x,
java.lang.Integer y)
Shinf x\y |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiPaintArgs(StiGraphics g, StiRectangle clipRectangle)
g
- clipRectangle
- public StiPaintArgs(StiGraphics g)
g
- public StiPaintArgs(StiGraphics g, java.lang.Boolean thumbPaint)
g
- thumbPaint
- is paint thumbnailspublic StiPaintArgs(StiGraphics g, java.lang.Integer segmentX, java.lang.Integer segmentY)
Method Detail |
---|
public java.lang.Boolean intersectsWith(StiRectangle rect)
rect
-
public void shift(java.lang.Integer x, java.lang.Integer y)
x
- y
- public void addClipRectangle(StiRectangle clipRectangle)
clipRectangle
- StiRectangle
public void addClipRectangles(java.util.List<StiRectangle> clipRectangles)
clipRectangles
- List of StiRectangle
public java.util.List<StiRectangle> getClipRectangles()
public StiGraphics getG()
public java.lang.Boolean getDrawTopmostBorderSides()
public void setDrawTopmostBorderSides(java.lang.Boolean drawTopmostBorderSides)
drawTopmostBorderSides
- the drawTopmostBorderSides to setpublic java.lang.Boolean getSegmentPrint()
public java.lang.Integer getSegmentX()
public java.lang.Integer getSegmentY()
public java.lang.Boolean isThumbPaint()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |