org.eclipse.birt.chart.event
Class StructureChangeEvent
java.lang.Object
java.util.EventObject
org.eclipse.birt.chart.event.PrimitiveRenderEvent
org.eclipse.birt.chart.event.StructureChangeEvent
- All Implemented Interfaces:
- java.lang.Comparable, java.io.Serializable
- public final class StructureChangeEvent
- extends PrimitiveRenderEvent
StructureChangeEvent
- See Also:
- Serialized Form
Method Summary |
java.lang.String |
getEventName(boolean bStripType)
|
int |
getEventType()
A convenience method provided to indicate if the event occurs before the
start of a structure definition or after the end of a structure
definition. |
void |
setEventName(java.lang.String sEventName)
|
Methods inherited from class org.eclipse.birt.chart.event.PrimitiveRenderEvent |
compareRegular, compareTo, compareTransposed, copy, draw, fill, getBounds, getDepth, reset, setDepth, setSourceObject |
Methods inherited from class java.util.EventObject |
getSource, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UNDEFINED
public static final int UNDEFINED
- See Also:
- Constant Field Values
BEFORE
public static final int BEFORE
- See Also:
- Constant Field Values
AFTER
public static final int AFTER
- See Also:
- Constant Field Values
StructureChangeEvent
public StructureChangeEvent(java.lang.Object source)
- Parameters:
source
-
getEventName
public final java.lang.String getEventName(boolean bStripType)
- Parameters:
bStripType
-
- Returns:
setEventName
public final void setEventName(java.lang.String sEventName)
- Parameters:
sEventName
- This must include the 'before' or 'after' prefix as defined by
each of the constants in IStructureDefinition
getEventType
public final int getEventType()
- A convenience method provided to indicate if the event occurs before the
start of a structure definition or after the end of a structure
definition.
- Returns:
- An event type indicating BEFORE or AFTER a structure definition
Copyright © 2005 Actuate Corp. All rights reserved.