Package com.stimulsoft.report.events
Class StiPaintEventArgs
java.lang.Object
com.stimulsoft.base.EventArgs
com.stimulsoft.report.events.StiPaintEventArgs
- All Implemented Interfaces:
Cloneable
Describes an argument for the events Painted and Painting.
-
Field Summary
-
Constructor Summary
ConstructorsConstructorDescriptionStiPaintEventArgs(Object context, StiRectangle clipRectangle) Creates a new object of the type StiPaintEventArgs with specified arguments. -
Method Summary
Modifier and TypeMethodDescriptionfinal Objectclone()booleanGets or sets value indicates that drawing is canceled.Gets the rectangle in which to paint.Gets context for painting.booleanGets or sets value indicates that formatting will be draw.booleanGets or sets value indicates that child components must be drawed.booleanGets or sets value indicates that topmost border sides will be draw.Gets Graphics for painting.voidsetCancel(boolean value) voidsetDrawBorderFormatting(boolean value) voidsetDrawChilds(boolean value) voidsetDrawTopmostBorderSides(boolean value)
-
Constructor Details
-
StiPaintEventArgs
Creates a new object of the type StiPaintEventArgs with specified arguments.- Parameters:
context- Context for painting.clipRectangle- The rectangle in which to paint.
-
-
Method Details
-
getCancel
public boolean getCancel()Gets or sets value indicates that drawing is canceled. -
getClipRectangle
Gets the rectangle in which to paint. -
getContext
Gets context for painting. -
getDrawBorderFormatting
public boolean getDrawBorderFormatting()Gets or sets value indicates that formatting will be draw. -
getDrawChilds
public boolean getDrawChilds()Gets or sets value indicates that child components must be drawed. -
getDrawTopmostBorderSides
public boolean getDrawTopmostBorderSides()Gets or sets value indicates that topmost border sides will be draw. -
getGraphics
Gets Graphics for painting. -
setCancel
public void setCancel(boolean value) -
setDrawBorderFormatting
public void setDrawBorderFormatting(boolean value) -
setDrawChilds
public void setDrawChilds(boolean value) -
setDrawTopmostBorderSides
public void setDrawTopmostBorderSides(boolean value) -
clone
-