Search
RenderContext Constructor
See Also
 






Initializes a new instance of the RenderContext class.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public RenderContext (
    Rectangle2D clipRect,
    Theme theme
)

 Parameters

clipRect

A Rectangle2D specifying the clip rectangle.

theme

A Theme instance from which appearance attributes are derived.

 See Also