public class OvalRenderEvent extends PrimitiveRenderEvent
DRAW, FILL, iObjIndex
Constructor and Description |
---|
OvalRenderEvent(java.lang.Object oSource)
The constructor.
|
Modifier and Type | Method and Description |
---|---|
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 attributes.
|
void |
setBounds(Bounds bo)
Sets the bounds of the oval.
|
void |
setOutline(LineAttributes lia)
Sets the outline attributes.
|
compareRegular, compareTo, compareTransposed, getDepth, getLabel, isEnabled, setDepth, setEnable
setSourceObject
public OvalRenderEvent(java.lang.Object oSource)
public final void setBounds(Bounds bo)
public final Bounds getBounds()
PrimitiveRenderEvent
getBounds
in class PrimitiveRenderEvent
public Fill getBackground()
getBackground
in class PrimitiveRenderEvent
public void setBackground(Fill ifBackground)
public LineAttributes getOutline()
public void setOutline(LineAttributes lia)
ls
- The outline to set.public PrimitiveRenderEvent copy()
copy
in class PrimitiveRenderEvent
public final void draw(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEvent
draw
in class PrimitiveRenderEvent
ChartException
public final void fill(IDeviceRenderer idr) throws ChartException
PrimitiveRenderEvent
fill
in class PrimitiveRenderEvent
ChartException
public void reset()
ChartEvent
reset
in class ChartEvent
public LineAttributes getLineAttributes()
getLineAttributes
in class PrimitiveRenderEvent
Copyright © 2005-2008 Actuate Corp. All rights reserved.