|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.stimulsoft.base.system.StiEventHandlerArgs
com.stimulsoft.report.events.StiPaintEventArgs
public class StiPaintEventArgs
Describes an argument for the events Painted and Painting.
Field Summary |
---|
Fields inherited from class com.stimulsoft.base.system.StiEventHandlerArgs |
---|
Empty |
Constructor Summary | |
---|---|
StiPaintEventArgs(java.lang.Object context,
StiRectangle clipRectangle)
Creates a new object of the type StiPaintEventArgs with specified arguments. |
Method Summary | |
---|---|
java.lang.Object |
clone()
|
boolean |
getCancel()
Gets or sets value indicates that drawing is canceled. |
StiRectangle |
getClipRectangle()
Gets the rectangle in which to paint. |
java.lang.Object |
getContext()
Gets context for painting. |
boolean |
getDrawBorderFormatting()
Gets or sets value indicates that formatting will be draw. |
boolean |
getDrawChilds()
Gets or sets value indicates that child components must be drawed. |
boolean |
getDrawTopmostBorderSides()
Gets or sets value indicates that topmost border sides will be draw. |
java.awt.Graphics |
getGraphics()
Gets Graphics for painting. |
void |
setCancel(boolean value)
|
void |
setDrawBorderFormatting(boolean value)
|
void |
setDrawChilds(boolean value)
|
void |
setDrawTopmostBorderSides(boolean value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StiPaintEventArgs(java.lang.Object context, StiRectangle clipRectangle)
context
- Context for painting.clipRectangle
- The rectangle in which to paint.Method Detail |
---|
public boolean getCancel()
public StiRectangle getClipRectangle()
public java.lang.Object getContext()
public boolean getDrawBorderFormatting()
public boolean getDrawChilds()
public boolean getDrawTopmostBorderSides()
public java.awt.Graphics getGraphics()
public void setCancel(boolean value)
public void setDrawBorderFormatting(boolean value)
public void setDrawChilds(boolean value)
public void setDrawTopmostBorderSides(boolean value)
public final java.lang.Object clone()
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |