Search
ArcArea.arrange Method
See Also
 






Arranges the ArcArea at the specified location, with the specified size using the specified RenderContext.

Namespace: com.mindfusion.charting.components.gauges
File: com.mindfusion.charting.components.gauges

 Syntax

Java  Copy Code

public void arrange (
    double x,
    double y,
    double w,
    double h,
    RenderContext context
)

 Parameters

x

The left coordinate of the ArcArea.

y

The top coordinate of the ArcArea.

w

The width of the ArcArea.

h

The height of the ArcArea.

context

The RenderContext used for rendering te ArcArea.

 See Also