public static class IlvChart.IlvChartPaintContext extends Object implements Serializable
Constructor and Description |
---|
IlvChartPaintContext(int width,
int height,
JComponent target)
Creates a new
IlvChartPaintContext object. |
Modifier and Type | Method and Description |
---|---|
Map<Component,Rectangle> |
getBounds()
Returns a map containing the bounds of the children of the component.
|
Rectangle |
getDrawRect()
Returns the drawing rectangle.
|
void |
setBounds(Map<Component,Rectangle> bounds)
Sets the bounds of the children of the component.
|
public IlvChartPaintContext(int width, int height, JComponent target)
IlvChartPaintContext
object.width
- The width of the drawing area.height
- The height of the drawing area.target
- The component to render.public final Map<Component,Rectangle> getBounds()
public final void setBounds(Map<Component,Rectangle> bounds)
public final Rectangle getDrawRect()
© Copyright Rogue Wave Software, Inc. 1997, 2018. All Rights Reserved.