public final class RectangleRenderEvent extends PrimitiveRenderEvent
DRAW, FILL, iObjIndex| 构造器和说明 |
|---|
RectangleRenderEvent(java.lang.Object oSource)
The constructor.
|
| 限定符和类型 | 方法和说明 |
|---|---|
PrimitiveRenderEvent |
copy() |
void |
draw(IDeviceRenderer idr)
Causes this instruction to 'draw' itself on the device renderer
|
void |
fill(IDeviceRenderer idr)
Causes this instruction to 'fill' itself on the device renderer
|
Fill |
getBackground() |
Bounds |
getBounds()
Returns the mimimum bounds required to contain the rendering area for
current event.
|
LineAttributes |
getLineAttributes() |
LineAttributes |
getOutline() |
void |
reset()
Resets the inner state of current event.
|
void |
setBackground(Fill ifBackground)
Sets the background fill associated with the rectangle.
|
void |
setBounds(Bounds bo)
Sets the bounds associated with this rectangle.
|
void |
setOutline(LineAttributes lia)
Sets the outline attributes of current rectangle.
|
void |
updateFrom(Block bl,
double dScale)
Updates current event by given Block object.
|
compareRegular, compareTo, compareTransposed, getDepth, getLabel, isEnabled, setDepth, setEnablesetSourceObjectpublic Bounds getBounds()
PrimitiveRenderEventgetBounds 在类中 PrimitiveRenderEventpublic void setBounds(Bounds bo)
public Fill getBackground()
getBackground 在类中 PrimitiveRenderEventpublic void setBackground(Fill ifBackground)
public LineAttributes getOutline()
public void setOutline(LineAttributes lia)
public final void updateFrom(Block bl, double dScale)
public final PrimitiveRenderEvent copy()
copy 在类中 PrimitiveRenderEventpublic final void draw(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventdraw 在类中 PrimitiveRenderEventChartExceptionpublic final void fill(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEventfill 在类中 PrimitiveRenderEventChartExceptionpublic void reset()
ChartEventreset 在类中 ChartEventpublic LineAttributes getLineAttributes()
getLineAttributes 在类中 PrimitiveRenderEventCopyright © 2005-2008 Actuate Corp. All rights reserved.