Package org.eclipse.birt.chart.event
Class LineRenderEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.ChartEvent
org.eclipse.birt.chart.event.PrimitiveRenderEvent
org.eclipse.birt.chart.event.LineRenderEvent
- All Implemented Interfaces:
Serializable
,Comparable
- Direct Known Subclasses:
Line3DRenderEvent
A rendering event type for rendering Line object.
- See Also:
-
Field Summary
Fields inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
DRAW, FILL, iObjIndex
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncopy()
final void
draw
(IDeviceRenderer idr) Causes this instruction to 'draw' itself on the device renderervoid
fill
(IDeviceRenderer idr) Causes this instruction to 'fill' itself on the device rendererfinal Bounds
Returns the mimimum bounds required to contain the rendering area for current event.final Location
getEnd()
final LineAttributes
final Location
getStart()
final int
void
reset()
Resets the inner state of current event.final void
Sets the end location of the line.final void
Sets the line attributes of this event.final void
Sets the start location of the line.final void
setZOrder
(int _zOrder) Sets the zOrder of the line.Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent
compareRegular, compareTo, compareTransposed, getBackground, getDepth, getLabel, isEnabled, setDepth, setEnable
Methods inherited from class org.eclipse.birt.chart.event.ChartEvent
setSourceObject
Methods inherited from class java.util.EventObject
getSource, toString
-
Constructor Details
-
LineRenderEvent
The constructor.
-
-
Method Details
-
setStart
Sets the start location of the line. -
getStart
- Returns:
- Returns the start location of the line.
-
setEnd
Sets the end location of the line. -
getEnd
- Returns:
- Returns the end location of the line.
-
setLineAttributes
Sets the line attributes of this event. -
getLineAttributes
- Overrides:
getLineAttributes
in classPrimitiveRenderEvent
- Returns:
- Returns the line attributes.
-
getBounds
Description copied from class:PrimitiveRenderEvent
Returns the mimimum bounds required to contain the rendering area for current event.- Overrides:
getBounds
in classPrimitiveRenderEvent
- Returns:
-
copy
- Overrides:
copy
in classPrimitiveRenderEvent
- Returns:
- A copy of this primitive rendering instruction implemented by subclasses
-
fill
Description copied from class:PrimitiveRenderEvent
Causes this instruction to 'fill' itself on the device renderer- Overrides:
fill
in classPrimitiveRenderEvent
- Throws:
ChartException
-
draw
Description copied from class:PrimitiveRenderEvent
Causes this instruction to 'draw' itself on the device renderer- Overrides:
draw
in classPrimitiveRenderEvent
- Throws:
ChartException
-
reset
public void reset()Description copied from class:ChartEvent
Resets the inner state of current event. This must be implemented if the object is cached and reused.- Specified by:
reset
in classChartEvent
-
setZOrder
public final void setZOrder(int _zOrder) Sets the zOrder of the line. -
getZOrder
public final int getZOrder()- Returns:
- Returns the zOrder of the line.
-