public class StiPaintEventArgs extends StiEventHandlerArgs implements java.lang.Cloneable
Empty| Constructor and Description |
|---|
StiPaintEventArgs(java.lang.Object context,
StiRectangle clipRectangle)
Creates a new object of the type StiPaintEventArgs with specified arguments.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
public StiPaintEventArgs(java.lang.Object context,
StiRectangle clipRectangle)
context - Context for painting.clipRectangle - The rectangle in which to paint.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.ObjectCopyright © 2019 Stimulsoft. All Rights Reserved.